Skip to content

Commit 670029a

Browse files
authoredFeb 17, 2024··
Updated dependencies on v8flags to latest, v8flags no longer uses an md5 hash. (#154)
Also fixed audit issues with npm Co-authored-by: Jayson Hurst <jhurst@owlcyberdefense.com>
1 parent cf8c452 commit 670029a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"interpret": "~1.1.0",
2020
"liftup": "~3.0.1",
2121
"nopt": "~4.0.1",
22-
"v8flags": "~3.2.0"
22+
"v8flags": "^4.0.1"
2323
},
2424
"devDependencies": {
25-
"grunt": "~1.3.0",
26-
"grunt-contrib-jshint": "~3.0.0"
25+
"grunt": "^1.6.1",
26+
"grunt-contrib-jshint": "^3.2.0"
2727
},
2828
"files": [
2929
"bin",

0 commit comments

Comments
 (0)