Skip to content

Commit 13b0e33

Browse files
committed
pin eslint-config-prettier to avoid updating to potentially malicious 9.1.1 release
1 parent 65f10a2 commit 13b0e33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "^8.9.0",
3232
"@typescript-eslint/parser": "^8.9.0",
3333
"eslint": "^9.0.0",
34-
"eslint-config-prettier": "^9.1.0",
34+
"eslint-config-prettier": "9.1.0",
3535
"eslint-plugin-jsdoc": "^50.4.1",
3636
"eslint-plugin-react": "^7.37.1",
3737
"eslint-plugin-react-hooks": "^5.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ __metadata:
101101
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
102102
"@typescript-eslint/parser": "npm:^8.9.0"
103103
eslint: "npm:^9.0.0"
104-
eslint-config-prettier: "npm:^9.1.0"
104+
eslint-config-prettier: "npm:9.1.0"
105105
eslint-plugin-jsdoc: "npm:^50.4.1"
106106
eslint-plugin-react: "npm:^7.37.1"
107107
eslint-plugin-react-hooks: "npm:^5.0.0"
@@ -825,7 +825,7 @@ __metadata:
825825
languageName: node
826826
linkType: hard
827827

828-
"eslint-config-prettier@npm:^9.1.0":
828+
"eslint-config-prettier@npm:9.1.0":
829829
version: 9.1.0
830830
resolution: "eslint-config-prettier@npm:9.1.0"
831831
peerDependencies:

0 commit comments

Comments
 (0)