From f9c561d78be206a1e855fc3fa0a7ca921a191f75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:38 -0500 Subject: [PATCH 1/2] fix: upgrade eslint-plugin-filenames from 1.2.0 to 1.3.2 Snyk has created this PR to upgrade eslint-plugin-filenames from 1.2.0 to 1.3.2. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-filenames See this project in Snyk: https://app.snyk.io/org/walmart-poc/project/2b84a60a-19dc-46eb-848b-6d75a93f3f1c?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cf4754..a877225 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^4.0.0", "eslint-config-prettier": "^2.2.0", "eslint-config-walmart": "^1.2.4", - "eslint-plugin-filenames": "^1.2.0", + "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-react": "^7.1.0", "husky": "^0.13.4", "lint-staged": "^4.0.0", From 4df4d13bac8d36e15637e7095e467ef575f26c87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:40 -0500 Subject: [PATCH 2/2] fix: upgrade eslint-plugin-filenames from 1.2.0 to 1.3.2 Snyk has created this PR to upgrade eslint-plugin-filenames from 1.2.0 to 1.3.2. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-filenames See this project in Snyk: https://app.snyk.io/org/walmart-poc/project/2b84a60a-19dc-46eb-848b-6d75a93f3f1c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1df4c81..3952f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,8 @@ { "name": "wml-coding-std", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "acorn": { "version": "5.0.3", @@ -280,9 +281,15 @@ "integrity": "sha1-0TIFHLUp65Vl88R0yq7mCm5AJVM=" }, "eslint-plugin-filenames": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-filenames/-/eslint-plugin-filenames-1.2.0.tgz", - "integrity": "sha1-runByQGJyV0uSZAsFg7O7+zZn1M=" + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz", + "integrity": "sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==", + "requires": { + "lodash.camelcase": "4.3.0", + "lodash.kebabcase": "4.1.1", + "lodash.snakecase": "4.1.1", + "lodash.upperfirst": "4.3.1" + } }, "eslint-plugin-react": { "version": "7.1.0", @@ -1016,6 +1023,11 @@ "resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz", "integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=" }, + "string-width": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz", + "integrity": "sha1-Y1xUNsxypuDDh87KJ41OLuxSaH4=" + }, "string_decoder": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", @@ -1028,11 +1040,6 @@ } } }, - "string-width": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz", - "integrity": "sha1-Y1xUNsxypuDDh87KJ41OLuxSaH4=" - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",