From 03f0e7b00667e7a037f1c056387514d5fd867871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:47:27 +0200 Subject: [PATCH] build(deps): bump @snyk/protect from 1.1292.2 to 1.1292.4 (#10713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.1292.2 to 1.1292.4.
Release notes

Sourced from @​snyk/protect's releases.

v1.1292.4

1.1292.4 (2024-08-12)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Complete changelog

Bug Fixes

v1.1292.3

1.1292.3 (2024-08-12)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Complete changelog

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@snyk/protect&package-manager=npm_and_yarn&previous-version=1.1292.2&new-version=1.1292.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 941e3420373f7..e9a95261e329c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "win32" ], "dependencies": { - "@snyk/protect": "^1.1292.2", + "@snyk/protect": "^1.1292.4", "@webcomponents/webcomponentsjs": "2.8.0", "@yaireo/tagify": ">=4.12.0 <4.28.0", "blueimp-file-upload": "^10.31.0", @@ -2222,9 +2222,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1292.2", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1292.2.tgz", - "integrity": "sha512-8qPdZqB7efG6I82uO5FAJuPoAGsjtQ8vWsbFOiQFZmQKUtTn5/bU1qoOYOLPXTDCCxsN6n0AzlDRd8DenX9Uew==", + "version": "1.1292.4", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1292.4.tgz", + "integrity": "sha512-13ZSAV6fBIx/DtM4WyN/aeWaWQO8vV7RoSXxLefZ4V4oUBZ+LfsR2VdCM2Qo8aQaUK7/YlBgZo8To8MEn9Iocg==", "bin": { "snyk-protect": "bin/snyk-protect" }, diff --git a/package.json b/package.json index 5aa62af848280..efe0666d8c746 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "win32" ], "dependencies": { - "@snyk/protect": "^1.1292.2", + "@snyk/protect": "^1.1292.4", "@webcomponents/webcomponentsjs": "2.8.0", "@yaireo/tagify": ">=4.12.0 <4.28.0", "blueimp-file-upload": "^10.31.0",