From c737474c40056ddcaee5348e4a7c237dd5be3d78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:26 -0500 Subject: [PATCH 1/2] fix: upgrade husky from 0.13.4 to 0.14.3 Snyk has created this PR to upgrade husky from 0.13.4 to 0.14.3. See this package in NPM: https://www.npmjs.com/package/husky 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..09af142 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-walmart": "^1.2.4", "eslint-plugin-filenames": "^1.2.0", "eslint-plugin-react": "^7.1.0", - "husky": "^0.13.4", + "husky": "^0.14.3", "lint-staged": "^4.0.0", "prettier": "^1.4.4" }, From c3c7da08898b0d700c96dec438a89d892637a64c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:27 -0500 Subject: [PATCH 2/2] fix: upgrade husky from 0.13.4 to 0.14.3 Snyk has created this PR to upgrade husky from 0.13.4 to 0.14.3. See this package in NPM: https://www.npmjs.com/package/husky 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 | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1df4c81..c228e3c 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", @@ -437,9 +438,14 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=" }, "husky": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-0.13.4.tgz", - "integrity": "sha1-SHhcUCjeNFKlHEjBLE+UshJKFAc=" + "version": "0.14.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz", + "integrity": "sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==", + "requires": { + "is-ci": "^1.0.10", + "normalize-path": "^1.0.0", + "strip-indent": "^2.0.0" + } }, "iconv-lite": { "version": "0.4.18", @@ -1016,6 +1022,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 +1039,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", @@ -1043,6 +1049,11 @@ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=" + }, "strip-json-comments": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",