diff --git a/package-lock.json b/package-lock.json index 70fe827273..f40ee26aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@jamietanna/renovate-graph": "0.21.9", "@snyk/fix": "1.1293.1", "snyk": "1.1293.1", - "snyk-python-plugin": "2.2.1" + "snyk-python-plugin": "^1.24.1" } }, "node_modules/@arcanis/slice-ansi": { @@ -9805,19 +9805,6 @@ "node": ">=8" } }, - "node_modules/shescape": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shescape/-/shescape-1.6.1.tgz", - "integrity": "sha512-P9fEf91yPuOpUGfE7QdzRubWbO81/O9jR81TVDbUGKyh4ppw0ArobMzX+iBx4S1Ag8eVRli81/dq0usNMTSWow==", - "deprecated": "v1 is deprecated and will no longer be supported after 2023-12-06", - "license": "MPL-2.0", - "dependencies": { - "which": "^2.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12 || ^14 || ^16 || ^18" - } - }, "node_modules/shimmer": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz", @@ -9977,15 +9964,14 @@ } }, "node_modules/snyk-python-plugin": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-2.2.1.tgz", - "integrity": "sha512-L4piOWEzwJv7IuI8FuP6dh48svLDIjGeBTvjcdKVg4cFdrCS8JXA45ePWZOGysHxo7T0rw3w+ZJ61TlfR4WH1Q==", + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.24.1.tgz", + "integrity": "sha512-u52RAf9T20NsiDLZ798whQLQ/2lWZdDRRFT2GYqyl7oLr5yUD2+SG14d7Phy+ca4Vn7vwKbIQpxXwtUlbRKmVw==", "license": "Apache-2.0", "dependencies": { "@snyk/cli-interface": "^2.11.2", "@snyk/dep-graph": "^1.28.1", - "shescape": "1.6.1", - "snyk-poetry-lockfile-parser": "^1.4.2", + "snyk-poetry-lockfile-parser": "^1.1.7", "tmp": "0.2.1" } }, diff --git a/package.json b/package.json index 8690c4093f..8a8306f946 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@jamietanna/renovate-graph": "0.21.9", "@snyk/fix": "1.1293.1", "snyk": "1.1293.1", - "snyk-python-plugin": "2.2.1" + "snyk-python-plugin": "1.24.1" } }