From 2864c52d98e807ed5a827965a6432ce0d6d9233b Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 01:47:56 +0000 Subject: [PATCH] Audit Snyk check/fix master (#444) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a433b34a4b..8b2eda84f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@jamietanna/renovate-graph": "0.19.0", "@snyk/fix": "1.1291.1", "snyk": "1.1291.1", - "snyk-python-plugin": "^1.24.1" + "snyk-python-plugin": "^1.26.2" } }, "node_modules/@arcanis/slice-ansi": { @@ -9731,6 +9731,18 @@ "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", @@ -9926,13 +9938,14 @@ } }, "node_modules/snyk-python-plugin": { - "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==", + "version": "1.26.2", + "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.26.2.tgz", + "integrity": "sha512-kC6aKrVccQa21Wdwep4WFu9pRlWPVaogQeJUHPs5LE+KFDfZPC6tMEksBg5TI91AP3RTF+64bXvL5NatimJ1TA==", "dependencies": { "@snyk/cli-interface": "^2.11.2", "@snyk/dep-graph": "^1.28.1", - "snyk-poetry-lockfile-parser": "^1.1.7", + "shescape": "1.6.1", + "snyk-poetry-lockfile-parser": "^1.2.0", "tmp": "0.2.1" } }, diff --git a/package.json b/package.json index 6a6b87e393b..8b3a0a2d339 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": "1.24.1" + "snyk-python-plugin": "1.26.2" } }