From f50105507503413762d8b91b3d48ad2e70b5a762 Mon Sep 17 00:00:00 2001 From: Jayson Hurst Date: Mon, 22 Jan 2024 15:03:34 -0700 Subject: [PATCH] Updated dependencies on v8flags to latest, v8flags no longer uses an md5 hash. Also fixed audit issues with npm --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a20c7f4..275eae9 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "interpret": "~1.1.0", "liftup": "~3.0.1", "nopt": "~4.0.1", - "v8flags": "~3.2.0" + "v8flags": "^4.0.1" }, "devDependencies": { - "grunt": "~1.3.0", - "grunt-contrib-jshint": "~3.0.0" + "grunt": "^1.6.1", + "grunt-contrib-jshint": "^3.2.0" }, "files": [ "bin",