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",