From e4c222a55b026dbba5a0fa2c83e8fd2fe08f8435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:53:57 +0000 Subject: [PATCH] build(deps): bump @snyk/protect from 1.1294.1 to 1.1294.2 Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.1294.1 to 1.1294.2. - [Release notes](https://github.com/snyk/snyk/releases) - [Commits](https://github.com/snyk/snyk/compare/v1.1294.1...v1.1294.2) --- updated-dependencies: - dependency-name: "@snyk/protect" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ba405cc..872e0a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.0.0", "license": "MIT", "dependencies": { - "@snyk/protect": "^1.1294.1", + "@snyk/protect": "^1.1294.2", "cfpathcheck": "^11.0.0" }, "devDependencies": { @@ -1543,9 +1543,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1294.1", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.1.tgz", - "integrity": "sha512-PB+Z547GcGnTojWyaiR1YpRew7XnxlI/qj9kVgdP2uWkbbq0lg20lIaAPnXjFKnZwktfVjBmclWZawGdmkt7rg==", + "version": "1.1294.2", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.2.tgz", + "integrity": "sha512-kbxrhscZK0BPxcFn70/p9G7AkWXdrQLqhmk+CsLQlRO3hSKvQzkWRXVXrJf7EvAG5A/Bbhj3C/v7YvVnsjV3hw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -12343,9 +12343,9 @@ "dev": true }, "@snyk/protect": { - "version": "1.1294.1", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.1.tgz", - "integrity": "sha512-PB+Z547GcGnTojWyaiR1YpRew7XnxlI/qj9kVgdP2uWkbbq0lg20lIaAPnXjFKnZwktfVjBmclWZawGdmkt7rg==" + "version": "1.1294.2", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.2.tgz", + "integrity": "sha512-kbxrhscZK0BPxcFn70/p9G7AkWXdrQLqhmk+CsLQlRO3hSKvQzkWRXVXrJf7EvAG5A/Bbhj3C/v7YvVnsjV3hw==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/package.json b/package.json index 07d14d1a..4cf7b4b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "prepare": "npm run snyk-protect" }, "dependencies": { - "@snyk/protect": "^1.1294.1", + "@snyk/protect": "^1.1294.2", "cfpathcheck": "^11.0.0" }, "devDependencies": {