From 413e4c7c9dd5e1a14c4c2961f8c7038294ea5874 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:25:00 +0000 Subject: [PATCH] Audit Snyk check/fix master (#398) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70b19a1b19..8a433b34a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,10 +8,10 @@ "name": "ghci", "version": "0.0.0", "dependencies": { - "@jamietanna/renovate-graph": "^0.19.0", + "@jamietanna/renovate-graph": "0.19.0", "@snyk/fix": "1.1291.1", "snyk": "1.1291.1", - "snyk-python-plugin": "2.1.1" + "snyk-python-plugin": "^1.24.1" } }, "node_modules/@arcanis/slice-ansi": { @@ -9731,18 +9731,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", - "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", @@ -9938,14 +9926,13 @@ } }, "node_modules/snyk-python-plugin": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-2.1.1.tgz", - "integrity": "sha512-TK2EecV9MQ9uKCybyR/7KotCHVVNmtc8QWp6w1O8NP8zPW9OZS1eXKoDf6ot0lnth4J+9Cec/2IgCUjJocC4uQ==", + "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==", "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 d9abd4c214..6a6b87e393 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@jamietanna/renovate-graph": "0.19.0", "@snyk/fix": "1.1291.1", "snyk": "1.1291.1", - "snyk-python-plugin": "2.1.1" + "snyk-python-plugin": "1.24.1" } }