Skip to content

Commit 8f562e2

Browse files
authored
Merge pull request #150 from zaproxy/dependabot/npm_and_yarn/eslint-config-prettier-10.0.2
Bump eslint-config-prettier from 6.15.0 to 10.0.2
2 parents d6ceb50 + 440b69a commit 8f562e2

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
@@ -73,7 +73,7 @@
7373
"cross-env": "^7.0.3",
7474
"css-loader": "^7.1.2",
7575
"eslint": "^7.27.0",
76-
"eslint-config-prettier": "^6.15.0",
76+
"eslint-config-prettier": "^10.0.2",
7777
"eslint-plugin-import": "^2.23.3",
7878
"eslint-plugin-jsx-a11y": "^6.4.1",
7979
"eslint-plugin-node": "^11.1.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -3871,12 +3871,10 @@ eslint-config-airbnb-typescript@^17.1.0:
38713871
dependencies:
38723872
eslint-config-airbnb-base "^15.0.0"
38733873

3874-
eslint-config-prettier@^6.15.0:
3875-
version "6.15.0"
3876-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
3877-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
3878-
dependencies:
3879-
get-stdin "^6.0.0"
3874+
eslint-config-prettier@^10.0.2:
3875+
version "10.0.2"
3876+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
3877+
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
38803878

38813879
eslint-import-resolver-node@^0.3.9:
38823880
version "0.3.9"
@@ -4533,11 +4531,6 @@ get-proto@^1.0.0, get-proto@^1.0.1:
45334531
dunder-proto "^1.0.1"
45344532
es-object-atoms "^1.0.0"
45354533

4536-
get-stdin@^6.0.0:
4537-
version "6.0.0"
4538-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
4539-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
4540-
45414534
get-stream@^6.0.0:
45424535
version "6.0.1"
45434536
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"

0 commit comments

Comments
 (0)