From 7ee5fa48bde65187b418837a2edd2a158d686526 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 05:50:07 +0000 Subject: [PATCH] fix: upgrade wp-pot from 1.9.3 to 1.9.4 Snyk has created this PR to upgrade wp-pot from 1.9.3 to 1.9.4. See this package in npm: https://www.npmjs.com/package/wp-pot See this project in Snyk: https://app.snyk.io/org/rasmusbe/project/b6b942f0-d610-4ccd-8926-308bd3caad83?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ed27df..d27517c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3586,9 +3586,9 @@ "dev": true }, "wp-pot": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.9.3.tgz", - "integrity": "sha512-PvWxTZpG9geOyon68wFPCk70D0pYrUxafRSEtB8gYoDnPKf86Tar9PnzS9x/IX62UGNKtT4zDFFIyQU1L9wyLA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.9.4.tgz", + "integrity": "sha512-l6uZQXxHAYRlNIuZsMMmyjtbsfReAfWYM5xEfsTsOIdQRixXLoFeqKR4wH1+4N394kLPLzqSkoTyVqDN1DJIWA==", "requires": { "matched": "^5.0.0", "path-sort": "^0.1.0", diff --git a/package.json b/package.json index 40f58cf..2a4260f 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "plugin-error": "^1.0.1", "through2": "^3.0.2", "vinyl": "^2.2.0", - "wp-pot": "^1.9.3" + "wp-pot": "^1.9.4" } }