Skip to content

Commit bf07e93

Browse files
committed
fix: deps/v8/tools/clusterfuzz/js_fuzzer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent 6d3920d commit bf07e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/tools/clusterfuzz/js_fuzzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tempy": "^0.5.0"
2222
},
2323
"devDependencies": {
24-
"eslint": "^6.8.0",
24+
"eslint": "^9.26.0",
2525
"mocha": "^3.5.3",
2626
"pkg": "^4.3.4",
2727
"prettier": "2.0.5",

0 commit comments

Comments
 (0)