Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency snyk to v1.1295.4 #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
snyk 1.962.0 -> 1.1295.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

snyk/snyk (snyk)

v1.1295.4

Compare Source

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

Bug Fixes

v1.1295.3

Compare Source

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

Bug Fixes
  • security: Upgrades dependencies to address CVE-2025-21614
  • language-server: Improved memory usage when executing code scans on large projects
  • language-server: Fix incorrect filtering of files when executing code scans which could fail the analysis
  • language-server: Fix random unexpected logouts when using OAuth2 authentication

v1.1295.2

Compare Source

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

Bug Fixes
  • general: revert dependencies upgrade which introduced a regression on a number of Linux installations

v1.1295.1

Compare Source

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

Bug Fixes
  • security: Upgrades goproxy to 1.5 to address a high severity vulnerability
  • security: Upgrades dependencies in IaC plugin to address CVE-2025-21614

v1.1295.0

Compare Source

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

Features
  • iac: include evidence field in json output [IAC-3161] (9487a08)
  • auth: auto detect API Url during OAuth authentication (6884511)
Bug Fixes
  • test: support verbose gradle graphs for sbom generation (600ef50)
  • general: prevent snyk-policy lib from interrupting stdout to ensure valid --json --sarif output (469edf5)
  • general: improved error messages around network requests (f6fc5f7)
  • general: only read SNYK_ prefixed env vars (5bfcbe8)
  • instrumentation: add default oss product for monitor as well (83cabc3)
  • container: optional dependencies are properly connected in the dep-graph (3205e66)
  • container: package-lock v3 missing sub-dependencies 94c9b7f)
  • container: support --exclude-app-vulns with oauth (73a75fa)
  • monitor: use error catalog messages for monitor commands (4e58601)
  • iac: extra error handling and debugging [IAC-3138] (7fbae0f)
  • iac: snyk-iac-test security update [IAC-3171] (fac22bb)
  • iac: update snyk-iac-parsers version [IAC-3138] (5326d9d)
  • iac: use proxy aware snyk-iac-test [INC-1647] (d5d1e2e)
  • test: do not treat warnings as errors on restore (d0113eb)
  • test:fix mismatch/off-by-one on unmanagedDependencyCount in the analytics logs UNIFY-340 (75d8e6d)
  • test: update snyk-nodejs-plugin to fix micromatch vuln (766bd1d)
  • test: upgrade mvn-plugin to handle jar scanning sha-not-found error (060380a)
  • test: fix runtime versions overwriting nuget versions (5e715cf)
  • instrumentation: stop sending CLI args in analytics (6d183fb)
  • policy update policy library to fix valid json output (0bc0aed)

v1.1294.3

Compare Source

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

Bug Fixes

v1.1294.2

Compare Source

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

Bug Fixes
  • container: ignore npm/yarn default cache directories
  • container: fix: avoid possible unhandled promise rejections

v1.1294.1

Compare Source

Bug Fixes

v1.1294.0

Compare Source

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

News
  • CycloneDX 1.6 SBOM support This new version now supports generating CycloneDX 1.6 SBOMs using the snyk sbom command, providing you with more comprehensive and detailed information about your software components and their dependencies. Read more about the CycloneDX version announcement here.
  • Improved CLI monitoring of large Cocoapods projects When doing a snyk monitor on very large Cocoapods applications, the CLI sometimes returned an Invalid String OOM error and the operation would fail. Although this error was rare, we have fixed it so large Cocoapods applications can now be monitored successfully.
  • Fix for security issue The Snyk CLI before 1.1294.0 is vulnerable to Code Injection when scanning an untrusted (PHP|Gradle) project. The vulnerability can be triggered if Snyk test is run inside the untrusted project due to the improper handling of the current working directory name. Snyk always recommends not scanning untrusted projects.
Features
  • sbom: add CycloneDX 1.6 SBOM support (1330fc2)
  • deployment: Deploy alpine arm64 binaries (9daace4)
  • monitor: enable cocoapods to send graphs for cli monitor (ca56c69)
  • iac: pass allow analytics flag to snyk-iac-test [IAC-3017] (b12d3ac)
Bug Fixes
  • all: restore cert file if it was externally removed (ef1547f)
  • auth: missing auth issue with oauth (57ae95c)
  • iac: upgrade iac custom rules ext to address vulns [IAC-3065] (d6cc509)
  • iac: upgrade snyk-iac-test to v0.55.1 [IAC-2940] (0dadc90)
  • monitor: add normalize help for deriving target files [CLI-448] (82efb50)
  • sbom: include CVE in JSON output of sbom test command (a543179)
  • sbom: add missing option --gradle-normalize-deps to SBOM command (151f63d)
  • test: default limit to max vulnerable paths per vuln, add override option --max-vulnerable-paths (302d7ac)
  • test: do not show test deps for Dverbose mvn with dependencyManagement (67e0de9)
  • test: fixed support for pnpm alias packages (d506de1)
  • test: point snyk policy out urls to snyk.io (28509a3)
  • test: scan non publishable projects on improved net (a6c0e67)
  • test: scan nuget with PublishSingleFile turned on (2c74298)
  • dependencies: update snyk-nodejs-plugin to fix micromatch vuln (baef934)
  • dependencies: address security vulnerability in snyk-php-plugin CVE-2024-48963 (7798d13)
  • dependencies: address security vulnerability in snyk-gradle-plugin CVE-2024-48964 (c614284)
  • dependencies: upgrade go-getter to 1.7.5 (970de96)
  • dependencies: upgrade iac extension and snyk-iac-test (9134c05)
  • dependencies: upgrade slack/webhook to 7.0.3 (8ab4433)

v1.1293.1

Compare Source

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

News
  • Starting with this version, Snyk cli binaries will be distributed via downloads.snyk.io instead of static.snyk.io. This includes intallation from npm.

v1.1293.0

Compare Source

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

News
  • Starting with this version, Snyk cli binaries will be distributed via downloads.snyk.io instead of static.snyk.io. This includes intallation from npm, homebrew and scoop as well as many of the CI/CD integrations.
Features
  • sbom: add support for license issues in sbom test (6948668)
  • auth: Use OAuth2 as default authentication mechanism (35949c4)
  • config: Introduce config environment command (0d8dd2b)
  • container: When docker is not installed, platform parameter is now supported (64b405d)
Bug Fixes
  • auth: align auth failure error messages for oauth (e3bfec3)
  • auth: ensure environment variable precedence for auth tokens (24417d6)
  • test: fix a bug related to multi-project .NET folder structures (755a38f)
  • test: multiple pnpm workspace improvements (da5c14f)
  • test: fixes a bug regarding Snyk attempting to get the dependencies from the wrong nuget *.deps.json file.(2e17434)
  • test: support for pipenv with python 3.12 (09df3bc)
  • test: support multi-part comparison for python pip versions. (b625eb9)
  • container: container monitor with --json now outputs valid json(039c9bd)
  • container: support hashing large .jar files (6f82231)
  • sbom: fix issues in JSON output of sbom test command, include CWE values on CWE property (#​5331) (99773c3)
  • sbom: include all detected dep-graphs of a container image (ea43977)
  • iac: fixed an issue where the resource path was missing for certain Terraform resources. IAC-3015
  • general: map previously unhandled exit codes to exit code 2 (9fde4fe)
  • general: use entitlements when signing bundled macos binaries (bebc59c)

v1.1292.4

Compare Source

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
  • deployment: Rollback of digital signature for the bundled macOS binary (#​5416)

v1.1292.3

Compare Source

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
  • deployment: Add digital signature for the bundled macOS binary
    (#​5404)

v1.1292.2

Compare Source

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
  • container test: Improve the accuracy of identifying npm projects within docker images by removing the explicit folder ignore rules
    (#​5384)
  • container test: Pass platform parameter when pulling an image from a container registry (#​5360)

v1.1292.1

Compare Source

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
  • test,monitor: fix improper permission error handling when accessing 'enablePnpmCli' feature flag

v1.1292.0

Compare Source

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

News

This Snyk CLI release delivers an assortment of bug fixes and improvements.

  • We've added support for pnpm, giving you more flexibility in your project setup.
  • You can now scan npm/yarn projects even without lockfiles, ensuring comprehensive vulnerability detection regardless of your dependency management approach.
  • We're committed to strengthening security. This release includes redaction of additional sensitive data in debug logs, minimizing potential risks.
Complete changelog
Features
  • test: Added pnpm support under 'enablePnpmCli' feature flag (#​5181) (46769cc)
  • test: Support scan of npm/yarn projects without lockfiles (e2d77a9)
  • monitor: Set target-reference in the monitor request (51ed8f5)
  • code: Centrally check if code test is enabled (#​5239) (e5a00e2)
  • sbom: Improve depgraph for Maven projects (fbb33d7)
  • sbom: Use RFC 3339 for all timestamps in sbom test result (#​5204) (91bf191)
  • language-server: Add --all-projects flag scans by default#​5247k/snyk/issues/5247)) (fdcf30e)
  • language-server: Enable incremental scanning#​5291k/snyk/issues/5291)) (d198685)
  • language-server: Add support for IDE themes (c1c4d08)
  • language-server: Consistent styling across intellij and vscode (#​5282) (9aa6f76)
  • logging: Redact additional types of sensitive data from debug logs (#​5254) (056cdab)
Bug Fixes
  • auth: Autodetect IDE usage and fallback to API token based authentication (#​5241) (4c795e0)
  • iac: Upgrade iac custom rules to address Vulnerabilities#​5191yk/snyk/issues/5191)) (453db24)
  • language-server: Caching problem when no vulnerabilities in the IDE (#​5223) (89c9491)
  • language-server: Remove incorrect /v1 path (#​5214) (cf16470)
  • dependencies: Update dependencies to reduce vulnerabilities (#​5131) (4c7cb3c)
  • sbom: sbom test output padding (e3b7cac)
  • sbom: Fix container purl generation for apt and rpm (#​5207) (fa9d512)
  • sbom: Retain error code during SBOM generation (#​5202) (5e98aaa)
  • test: support cyclic dependencies in maven with dverbose (#​5208) (fb24c02)
  • test: Add tool version and informationUri to sarif output (#​5203) (b899fd3)
  • test: fixing several .NET bugs (#​5217) (c27d767)
  • test: fixing a bug causing .NET beta scanning to fail on older versions of .NET (#​5228) (5fdecf7)
  • test: .NET runtime resolution testing now supports projects targeting .NET Standard frameworks (#​5169) (44d0861)
  • test: fix issues of type 'Cannot find module ...' in snyk-docker-plugin (#​5301) (88efd54)
  • monitor: fix project name when using assets-project-name flag (#​5077) (57dc718)

v1.1291.1

Compare Source

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

Bug Fixes
  • dependencies: Upgrade go-getter to v1.7.4 to fix vulnerabilities (#​5252)

v1.1291.0

Compare Source

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

News
  • This is the first stable release of the CLI
  • It makes use of semantic versioning and is the successor of 1.1290.0
Bug Fixes
  • test: Fix support of cyclic dependencies in maven with dverbose #​5208

v1.1290.0

Compare Source

Bug Fixes
  • code: Fix error handling for experimental go native code client (#​5170) (5400c69)
Features
  • code: introduce human readable formatting for experimental test mechanism (#​5174) (34bbc95)
  • sbom: Introduce experimental sbom test command (#​5176) (ea6293b)
  • snyk woof ro language support and tests (#​5166) (ed2e754)

v1.1289.0

Compare Source

Bug Fixes
  • ls: Trigger re-analysis after fixing interfile issues (#​5163) (05cb9f5)
Features
  • code: Integrate experimental go native code client [CLI-224] (#​5164) (5bd898e)
  • include additional policy properties, when provided, in plain text output (#​5142) (a8be764)
  • use workflow data to determine exit code errors (51c717b)

v1.1288.1

Compare Source

Bug Fixes
  • iac: Fix Issue Path in human readable and json output [IAC-2935] (#​5159) (5fc3d59)

v1.1288.0

Compare Source

Bug Fixes
  • add --experimental flag for snyk code test (#​5151) (08647f2)
  • make download of CLI in language server more resilient under windows [IDE-90] (#​5155) (1e51948)
Features
  • bump language server protocol version to 11 [IDE-236] (#​5156) (fc41937)

v1.1287.0

Compare Source

Features

v1.1286.4

Compare Source

Bug Fixes
  • upgrade iac custom rules extension to address vulns [IAC-2921] (#​5149) (6b96473)

v1.1286.3

Compare Source

Bug Fixes
  • always finish progress when auto-fixing in language server (#​5145) (f645bbe)
  • avoid potentially outputting very large JSON objects (#​5147) (84b5e8b)

v1.1286.2

Compare Source

Bug Fixes
  • enhance sbt output width, fixing false positives vulns (#​5130) (2011b90)

v1.1286.1

Compare Source

Bug Fixes
  • Fix error in sbom command when using --json-file-output (#​5136) (eee1ec5)

v1.1286.0

Compare Source

Features

v1.1285.1

Compare Source

Bug Fixes

v1.1285.0

Compare Source

Features
  • language-server: Added command to retrieve fix suggestions for snyk code
  • language-server: Added Feature Flag command
  • language-server: Associate learn lessons with all specified ecosystems

v1.1284.0

Compare Source

Features
  • support -dverbose argument when testing maven projects #​5117 (1ef091f)

v1.1283.1

Compare Source

Bug Fixes

v1.1283.0

Compare Source

Features

v1.1282.1

Compare Source

Bug Fixes

v1.1282.0

Compare Source

Bug Fixes
Features

v1.1281.0

Compare Source

Bug Fixes
  • do not purge the code action cache in language server before the action is resolved by the client [IDE-134] (#​5062) (4bf4333)
  • support monitoring larger/complex container projects (#​5075) (091e277)
  • upgrade go toolchain to 1.21.7 (#​5064) (f282bb5)
Features

v1.1280.1

Compare Source

Bug Fixes
  • add range to snyk.scan message create by code scanner [IDE-134] (#​5052) (e78bad6)
  • Scanning of .NET projects with the --dotnet-runtime-resolution flag now uses existing NuGet package cache if available (#​5051) (023f633)

v1.1280.0

Compare Source

Bug Fixes
  • improved 'npm dist-tags' handling for npm lockfile v2 and newer (#​5033) (8d0d96a)

v1.1279.0

Compare Source

Bug Fixes
Features

v1.1278.0

Compare Source

Bug Fixes
  • Fix circular dependencies errors for python packages (#​5032) (85616d4)
Features
  • Support for custom output paths for dotnet v2 projects [OSM-955] (#​5015) (6fc1d10)

v1.1277.0

Compare Source

Bug Fixes
  • Do not write an empty file when using --json-file-output [CLI-115] (#​5030) (fd91b7c)

v1.1276.0

Compare Source

Bug Fixes
  • bump snyk-python-plugin version (#​5026) (59c99f6)
  • Fix handling of large json data when writing to file via --json-file-output [CLI-46] (#​5007) (33485f1)
  • upgrade dependencies to fix vulnerabilities (#​5023) (291c151)

v1.1275.0

Compare Source

v1.1274.0

Compare Source

v1.1273.0

Compare Source

Features
  • update gradle plugin version adding support for Gradle 8 (7cf8b6e)

v1.1272.0

Compare Source

Bug Fixes

v1.1271.0

Compare Source

Bug Fixes

v1.1270.0

Compare Source

Bug Fixes
Features

v1.1269.0

Compare Source

v1.1268.0

Compare Source

Bug Fixes
Features
  • Redact token information from debug logs [HEAD-1184] (#​4983) (9dd5ad4)
    • known limitation: debug logs for snyk auth
  • run the unit-style tests in parallel (#​4985) (f3b705f)

v1.1267.0

Compare Source

Features

v1.1266.0

Compare Source

Bug Fixes

v1.1265.0

Compare Source

Features

v1.1264.0

Compare Source

Bug Fixes
  • incorrect version coercion in container's pip scanner (#​4964) (025d352)

v1.1263.0

Compare Source

Features

v1.1262.0

Compare Source

Bug Fixes
  • [OSM-855] fixed python 3.12 support in snyk-python-plugin (#​4965) (62175e6)

v1.1261.0

Compare Source

Bug Fixes

v1.1260.0

Compare Source

Features

v1.1259.0

Compare Source

Bug Fixes
Features

v1.1258.0

Compare Source

Bug Fixes

v1.1257.0

Compare Source

Bug Fixes

v1.1256.0

Compare Source

v1.1255.0

Compare Source

Bug Fixes

v1.1254.0

Compare Source

Features
  • include Snyk CLI as a generator tool in SBOM documents (#​4945) (97746db)

v1.1253.0

Compare Source

Bug Fixes

v1.1252.0

Compare Source

Bug Fixes

v1.1251.0

Compare Source

Bug Fixes

v1.1250.0

Compare Source

Features

v1.1249.0

Compare Source

Features

v1.1248.0

Compare Source

Bug Fixes

v1.1247.0

Compare Source

Bug Fixes

v1.1246.0

Compare Source

Bug Fixes
Features

v1.1245.0

Compare Source

Bug Fixes
  • [SUP-2193] Fix v2 .net parsing not honoring missing rids

v1.1244.0

[Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1243.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 21, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/javafbp - Not found
npm ERR! 404 
npm ERR! 404  'javafbp@^4.1.11' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'javafbp-websockets'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-30T13_27_27_420Z-debug.log

@renovate renovate bot force-pushed the renovate/snyk-1.x branch from decf480 to a3f4908 Compare July 24, 2023 19:24
@renovate renovate bot changed the title Update dependency snyk to v1.1193.0 Update dependency snyk to v1.1194.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from a3f4908 to c71d183 Compare July 25, 2023 17:02
@renovate renovate bot changed the title Update dependency snyk to v1.1194.0 Update dependency snyk to v1.1195.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from c71d183 to 8d157d2 Compare July 25, 2023 20:06
@renovate renovate bot changed the title Update dependency snyk to v1.1195.0 Update dependency snyk to v1.1196.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 8d157d2 to aff1e30 Compare July 31, 2023 09:30
@renovate renovate bot changed the title Update dependency snyk to v1.1196.0 Update dependency snyk to v1.1197.0 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from aff1e30 to 2cd442c Compare July 31, 2023 12:54
@renovate renovate bot changed the title Update dependency snyk to v1.1197.0 Update dependency snyk to v1.1198.0 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 2cd442c to 591111f Compare August 2, 2023 10:39
@renovate renovate bot changed the title Update dependency snyk to v1.1198.0 Update dependency snyk to v1.1199.0 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 591111f to 3cb59c1 Compare August 3, 2023 12:44
@renovate renovate bot changed the title Update dependency snyk to v1.1199.0 Update dependency snyk to v1.1200.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch 2 times, most recently from 560040a to 0d3d1ed Compare August 9, 2023 22:13
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 0d3d1ed to a2b7542 Compare August 15, 2023 08:19
@renovate renovate bot changed the title Update dependency snyk to v1.1200.0 Update dependency snyk to v1.1201.0 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from a2b7542 to 891a1b5 Compare August 15, 2023 16:54
@renovate renovate bot changed the title Update dependency snyk to v1.1201.0 Update dependency snyk to v1.1202.0 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 891a1b5 to b69a9e2 Compare August 17, 2023 07:51
@renovate renovate bot changed the title Update dependency snyk to v1.1202.0 Update dependency snyk to v1.1203.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from b69a9e2 to 47d415b Compare August 21, 2023 11:30
@renovate renovate bot changed the title Update dependency snyk to v1.1203.0 Update dependency snyk to v1.1204.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 47d415b to ece37f1 Compare August 21, 2023 16:49
@renovate renovate bot changed the title Update dependency snyk to v1.1204.0 Update dependency snyk to v1.1205.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from ece37f1 to 23e6152 Compare August 23, 2023 07:06
@renovate renovate bot changed the title Update dependency snyk to v1.1205.0 Update dependency snyk to v1.1206.0 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 23e6152 to 035ab96 Compare August 28, 2023 09:02
@renovate renovate bot force-pushed the renovate/snyk-1.x branch 3 times, most recently from 6eebd9e to e14aced Compare October 15, 2024 18:11
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from e14aced to 0fa1dc1 Compare October 23, 2024 19:03
@renovate renovate bot changed the title Update dependency snyk to v1.1293.1 Update dependency snyk to v1.1294.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 0fa1dc1 to c222109 Compare October 26, 2024 01:47
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from c222109 to e41340d Compare November 20, 2024 17:22
@renovate renovate bot changed the title Update dependency snyk to v1.1294.0 Update dependency snyk to v1.1294.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from e41340d to 4af0902 Compare November 26, 2024 19:02
@renovate renovate bot changed the title Update dependency snyk to v1.1294.1 Update dependency snyk to v1.1294.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 4af0902 to 1c1cfec Compare December 12, 2024 20:31
@renovate renovate bot changed the title Update dependency snyk to v1.1294.2 Update dependency snyk to v1.1294.3 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/snyk-1.x branch 4 times, most recently from 44e18d6 to 91f3039 Compare December 21, 2024 23:01
@renovate renovate bot force-pushed the renovate/snyk-1.x branch 2 times, most recently from 5e17fa0 to f318fc2 Compare January 8, 2025 21:53
@renovate renovate bot changed the title Update dependency snyk to v1.1294.3 Update dependency snyk to v1.1295.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from f318fc2 to 0760440 Compare January 23, 2025 20:42
@renovate renovate bot changed the title Update dependency snyk to v1.1295.0 Update dependency snyk to v1.1295.1 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from 0760440 to a15051c Compare January 24, 2025 21:34
@renovate renovate bot changed the title Update dependency snyk to v1.1295.1 Update dependency snyk to v1.1295.2 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from a15051c to a177f87 Compare February 11, 2025 12:41
@renovate renovate bot changed the title Update dependency snyk to v1.1295.2 Update dependency snyk to v1.1295.3 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x branch 2 times, most recently from e12b972 to cc30672 Compare February 26, 2025 01:48
@renovate renovate bot force-pushed the renovate/snyk-1.x branch from cc30672 to 87b586e Compare February 26, 2025 16:25
@renovate renovate bot changed the title Update dependency snyk to v1.1295.3 Update dependency snyk to v1.1295.4 Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants