Skip to content

Commit 3af736d

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
1 parent 5780f10 commit 3af736d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"eslint-config-prettier": "^8.9.0",
2525
"eslint-plugin-github": "^4.9.2",
2626
"eslint-plugin-jest": "^27.2.3",
27-
"eslint-plugin-prettier": "^5.0.0",
27+
"eslint-plugin-prettier": "^5.2.1",
2828
"flow-bin": "^0.115.0",
2929
"jest": "^29.6.4",
30-
"lerna": "^6.4.1",
30+
"lerna": "^6.5.0",
3131
"nx": "16.6.0",
3232
"prettier": "^3.0.0",
3333
"ts-jest": "^29.1.1",

0 commit comments

Comments
 (0)