From b6a39da80722a2cb0ef5d197531764a89b5d48c3 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 13:15:39 -0500 Subject: [PATCH] chore(deps): update Syft to v0.103.1 (#441) --- dist/attachReleaseAssets/index.js | 2 +- dist/downloadSyft/index.js | 2 +- dist/runSyftAction/index.js | 2 +- package-lock.json | 3 +++ src/SyftVersion.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dist/attachReleaseAssets/index.js b/dist/attachReleaseAssets/index.js index 1c4c3692..b6b48b17 100644 --- a/dist/attachReleaseAssets/index.js +++ b/dist/attachReleaseAssets/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/dist/downloadSyft/index.js b/dist/downloadSyft/index.js index 8dce9efc..3b975355 100644 --- a/dist/downloadSyft/index.js +++ b/dist/downloadSyft/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/dist/runSyftAction/index.js b/dist/runSyftAction/index.js index a5f7ab2b..54f9ae0e 100644 --- a/dist/runSyftAction/index.js +++ b/dist/runSyftAction/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.102.0"; +exports.VERSION = "v0.103.1"; /***/ }), diff --git a/package-lock.json b/package-lock.json index 6a3c88da..03e4a694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,6 +43,9 @@ "ts-jest": "^29.1.0", "type-fest": "^3.9.0", "typescript": "^5.0.4" + }, + "engines": { + "node": ">=v20.11.0" } }, "node_modules/@actions/artifact": { diff --git a/src/SyftVersion.ts b/src/SyftVersion.ts index 80fb4ba5..307025f0 100644 --- a/src/SyftVersion.ts +++ b/src/SyftVersion.ts @@ -1 +1 @@ -export const VERSION = "v0.102.0"; +export const VERSION = "v0.103.1";