From eeaa2639a0e5a3481ded0038a5377681223b0b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:25:17 +0000 Subject: [PATCH] Bump jsonpath-plus from 8.1.0 to 10.2.0 in /backend Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 8.1.0 to 10.2.0. - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/commits/v10.2.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 37 ++++++++++++------------------------- backend/package.json | 2 +- 2 files changed, 13 insertions(+), 26 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 9144c1b..770ba2c 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,19 +1,19 @@ { "name": "backend", - "version": "0.0.1", + "version": "4.1.0-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backend", - "version": "0.0.1", + "version": "4.1.0-dev", "license": "MIT", "dependencies": { "@kubernetes/client-node": "^0.22.1", "express": "^4.19.2", "follow-redirects": "^1.15.6", "http-proxy": "^1.18.1", - "jsonpath-plus": "^8.1.0", + "jsonpath-plus": "^10.2.0", "morgan": "^1.10.0", "qs": "^6.11.0" }, @@ -103,24 +103,6 @@ "openid-client": "^5.3.0" } }, - "node_modules/@kubernetes/client-node/node_modules/jsonpath-plus": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz", - "integrity": "sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==", - "license": "MIT", - "dependencies": { - "@jsep-plugin/assignment": "^1.3.0", - "@jsep-plugin/regex": "^1.0.4", - "jsep": "^1.4.0" - }, - "bin": { - "jsonpath": "bin/jsonpath-cli.js", - "jsonpath-plus": "bin/jsonpath-cli.js" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -1229,16 +1211,21 @@ "license": "ISC" }, "node_modules/jsonpath-plus": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-8.1.0.tgz", - "integrity": "sha512-qVTiuKztFGw0dGhYi3WNqvddx3/SHtyDT0xJaeyz4uP0d1tkpG+0y5uYQ4OcIo1TLAz3PE/qDOW9F0uDt3+CTw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz", + "integrity": "sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==", "license": "MIT", + "dependencies": { + "@jsep-plugin/assignment": "^1.3.0", + "@jsep-plugin/regex": "^1.0.4", + "jsep": "^1.4.0" + }, "bin": { "jsonpath": "bin/jsonpath-cli.js", "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/jsprim": { diff --git a/backend/package.json b/backend/package.json index 86ebccf..6594c9a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,7 +16,7 @@ "express": "^4.19.2", "follow-redirects": "^1.15.6", "http-proxy": "^1.18.1", - "jsonpath-plus": "^8.1.0", + "jsonpath-plus": "^10.2.0", "morgan": "^1.10.0", "qs": "^6.11.0" },