From 2030c91348b983dd56a00333a53827f8c1fe644f Mon Sep 17 00:00:00 2001 From: 37IulianPopovici Date: Thu, 4 Jun 2026 16:50:11 +0300 Subject: [PATCH] chore: upgrade @snyk/snyk-hex-plugin to 2.2.1 Updates the Hex (Elixir) dependency plugin from 2.1.0 to 2.2.1 and keeps package-lock.json in sync (minimal lockfile update). Co-Authored-By: Claude Opus 4.8 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d30dbc3a8..b8a6e7809e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@snyk/fix": "file:packages/snyk-fix", "@snyk/gemfile": "1.2.0", "@snyk/snyk-cocoapods-plugin": "3.1.1", - "@snyk/snyk-hex-plugin": "2.1.1", + "@snyk/snyk-hex-plugin": "2.2.1", "@types/marked": "^4.0.0", "abbrev": "^1.1.1", "adm-zip": "^0.5.9", @@ -3731,9 +3731,9 @@ } }, "node_modules/@snyk/snyk-hex-plugin": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@snyk/snyk-hex-plugin/-/snyk-hex-plugin-2.1.1.tgz", - "integrity": "sha512-mOnhGij1XlfMjSFrUR/RN2TDVnl5TdV8XbHjGWdlPHAAUbi6r3csoVVgvBfED/TdIpikOd1uld+Za/9t/3OZoQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@snyk/snyk-hex-plugin/-/snyk-hex-plugin-2.2.1.tgz", + "integrity": "sha512-0Xq/WG1AUMO8REZagswbkKbkaM2pITEr0Y8RJ2XDJmJoUXmPvkkCknwhnWChkv98z2zWuHmI6DbPITAfBzrWsQ==", "license": "Apache-2.0", "dependencies": { "@snyk/dep-graph": "^1.28.0", @@ -3745,7 +3745,8 @@ "upath": "2.0.1" }, "engines": { - "node": ">=10" + "node": "^20.19.0 || ^22.13.0 || >=24.0.0", + "npm": ">=10" } }, "node_modules/@snyk/snyk-hex-plugin/node_modules/@snyk/dep-graph": { diff --git a/package.json b/package.json index c397def01e..18aef861ce 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@snyk/fix": "file:packages/snyk-fix", "@snyk/gemfile": "1.2.0", "@snyk/snyk-cocoapods-plugin": "3.1.1", - "@snyk/snyk-hex-plugin": "2.1.1", + "@snyk/snyk-hex-plugin": "2.2.1", "@types/marked": "^4.0.0", "abbrev": "^1.1.1", "adm-zip": "^0.5.9",