From 3343887d815d7b07465f6fdcd395bd66508d486a Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:18:29 +0000 Subject: [PATCH] chore(deps): update Grype to v0.74.4 (#279) --- GrypeVersion.js | 2 +- dist/index.js | 2 +- package-lock.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/GrypeVersion.js b/GrypeVersion.js index fa2b6093..25586bb3 100644 --- a/GrypeVersion.js +++ b/GrypeVersion.js @@ -1 +1 @@ -exports.GRYPE_VERSION = "v0.74.3"; +exports.GRYPE_VERSION = "v0.74.4"; diff --git a/dist/index.js b/dist/index.js index 8aecee28..80029d58 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4,7 +4,7 @@ /***/ 6244: /***/ ((__unused_webpack_module, exports) => { -exports.GRYPE_VERSION = "v0.74.3"; +exports.GRYPE_VERSION = "v0.74.4"; /***/ }), diff --git a/package-lock.json b/package-lock.json index 80bcbc4c..a7d2d80a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,9 @@ "lint-staged": "^15.2.0", "prettier": "^3.2.4", "tslib": "^2.6.2" + }, + "engines": { + "node": ">=v20.11.0" } }, "node_modules/@aashutoshrathi/word-wrap": {