Skip to content

Commit 3445d84

Browse files
authored
Merge pull request #81 from aws-actions/dependabot/npm_and_yarn/eslint-config-prettier-8.3.0
build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0
2 parents 64bd633 + 6752ed5 commit 3445d84

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotenv": "^8.2.0",
3030
"eslint": "^7.6.0",
3131
"eslint-config-google": "^0.14.0",
32-
"eslint-config-prettier": "^6.11.0",
32+
"eslint-config-prettier": "^8.3.0",
3333
"eslint-plugin-import": "^2.22.0",
3434
"eslint-plugin-node": "^11.1.0",
3535
"eslint-plugin-prettier": "^3.4.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -1497,12 +1497,10 @@ eslint-config-google@^0.14.0:
14971497
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz#4f5f8759ba6e11b424294a219dbfa18c508bcc1a"
14981498
integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==
14991499

1500-
eslint-config-prettier@^6.11.0:
1501-
version "6.15.0"
1502-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
1503-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
1504-
dependencies:
1505-
get-stdin "^6.0.0"
1500+
eslint-config-prettier@^8.3.0:
1501+
version "8.3.0"
1502+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
1503+
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
15061504

15071505
eslint-import-resolver-node@^0.3.4:
15081506
version "0.3.4"
@@ -1938,11 +1936,6 @@ get-package-type@^0.1.0:
19381936
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
19391937
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
19401938

1941-
get-stdin@^6.0.0:
1942-
version "6.0.0"
1943-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
1944-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
1945-
19461939
get-stream@^4.0.0:
19471940
version "4.1.0"
19481941
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)