From 7d3f10a8243a8acb0fe96f2362be3ce95afb1d21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:32 -0500 Subject: [PATCH 1/2] fix: upgrade eslint-config-prettier from 2.2.0 to 2.10.0 Snyk has created this PR to upgrade eslint-config-prettier from 2.2.0 to 2.10.0. See this package in NPM: https://www.npmjs.com/package/eslint-config-prettier 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..9c3353b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "babel-eslint": "^7.2.3", "eslint": "^4.0.0", - "eslint-config-prettier": "^2.2.0", + "eslint-config-prettier": "^2.10.0", "eslint-config-walmart": "^1.2.4", "eslint-plugin-filenames": "^1.2.0", "eslint-plugin-react": "^7.1.0", From ef091669d5d34a11bfde2a601b69c361745f9d84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:41:33 -0500 Subject: [PATCH 2/2] fix: upgrade eslint-config-prettier from 2.2.0 to 2.10.0 Snyk has created this PR to upgrade eslint-config-prettier from 2.2.0 to 2.10.0. See this package in NPM: https://www.npmjs.com/package/eslint-config-prettier 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 | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1df4c81..2d5b866 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", @@ -270,9 +271,12 @@ "integrity": "sha1-cnfAFDf99B3M0WjVqg5Jt1yh8mA=" }, "eslint-config-prettier": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-2.2.0.tgz", - "integrity": "sha1-ykdmOFJ4mnXBD+umc+gCzB7/CF8=" + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz", + "integrity": "sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA==", + "requires": { + "get-stdin": "^5.0.1" + } }, "eslint-config-walmart": { "version": "1.2.4", @@ -1016,6 +1020,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 +1037,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",