From a6369ca9c79b6978a6caa2bc8f3b53ab33afb428 Mon Sep 17 00:00:00 2001 From: Oleksii Orel Date: Tue, 22 Oct 2024 17:02:29 +0300 Subject: [PATCH] chore: upgrade jsonpath-plus to 10.1.0 Signed-off-by: Oleksii Orel --- .deps/EXCLUDED/prod.md | 1 - .deps/prod.md | 2 +- package.json | 2 +- scripts/yarn/old_version/.deps/EXCLUDED/prod.md | 1 - scripts/yarn/old_version/.deps/prod.md | 2 +- scripts/yarn/old_version/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 7 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.deps/EXCLUDED/prod.md b/.deps/EXCLUDED/prod.md index 2116e9a84..62985c4a6 100644 --- a/.deps/EXCLUDED/prod.md +++ b/.deps/EXCLUDED/prod.md @@ -14,6 +14,5 @@ This file lists dependencies that do not need CQs or auto-detection does not wor | `fastify@5.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/5.0.0) | | `glob@11.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/glob/11.0.0) | | `jsep@1.3.9` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsep/1.3.9) | -| `jsonpath-plus@10.0.6` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.6) | | `real-require@0.2.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) | | `light-my-request@6.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/6.0.0) | diff --git a/.deps/prod.md b/.deps/prod.md index cc74da27d..d2281c800 100644 --- a/.deps/prod.md +++ b/.deps/prod.md @@ -267,7 +267,7 @@ | [`json-stringify-safe@5.0.1`](git://github.com/isaacs/json-stringify-safe) | ISC | clearlydefined | | [`jsonc-parser@3.2.0`](https://github.com/microsoft/node-jsonc-parser) | MIT | #12891 | | [`jsonfile@6.1.0`](git@github.com:jprichardson/node-jsonfile.git) | MIT | clearlydefined | -| [`jsonpath-plus@10.0.6`](git://github.com/s3u/JSONPath.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.6) | +| [`jsonpath-plus@10.1.0`](git://github.com/s3u/JSONPath.git) | MIT | clearlydefined | | [`jsonschema@1.4.1`](git://github.com/tdegrunt/jsonschema.git) | MIT | clearlydefined | | [`jsprim@1.4.2`](git://github.com/joyent/node-jsprim.git) | MIT | clearlydefined | | `leven@2.1.0` | MIT | clearlydefined | diff --git a/package.json b/package.json index 5a844ff8b..6289c814a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "find-my-way": "9.0.1", "webpack": "^5.94.0", "ws": "^8.17.1", - "jsonpath-plus": "10.0.6" + "jsonpath-plus": "10.1.0" } } diff --git a/scripts/yarn/old_version/.deps/EXCLUDED/prod.md b/scripts/yarn/old_version/.deps/EXCLUDED/prod.md index 2116e9a84..62985c4a6 100644 --- a/scripts/yarn/old_version/.deps/EXCLUDED/prod.md +++ b/scripts/yarn/old_version/.deps/EXCLUDED/prod.md @@ -14,6 +14,5 @@ This file lists dependencies that do not need CQs or auto-detection does not wor | `fastify@5.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/5.0.0) | | `glob@11.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/glob/11.0.0) | | `jsep@1.3.9` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsep/1.3.9) | -| `jsonpath-plus@10.0.6` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.6) | | `real-require@0.2.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) | | `light-my-request@6.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/6.0.0) | diff --git a/scripts/yarn/old_version/.deps/prod.md b/scripts/yarn/old_version/.deps/prod.md index 7824abc25..e9a93a0f9 100644 --- a/scripts/yarn/old_version/.deps/prod.md +++ b/scripts/yarn/old_version/.deps/prod.md @@ -222,7 +222,7 @@ | [`json-stringify-safe@5.0.1`](git://github.com/isaacs/json-stringify-safe) | ISC | clearlydefined | | [`jsonc-parser@3.2.0`](https://github.com/microsoft/node-jsonc-parser) | MIT | #12891 | | [`jsonfile@6.1.0`](git@github.com:jprichardson/node-jsonfile.git) | MIT | clearlydefined | -| [`jsonpath-plus@10.0.6`](git://github.com/s3u/JSONPath.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.6) | +| [`jsonpath-plus@10.1.0`](git://github.com/s3u/JSONPath.git) | MIT | clearlydefined | | [`jsonschema@1.4.1`](git://github.com/tdegrunt/jsonschema.git) | MIT | clearlydefined | | [`jsprim@1.4.2`](git://github.com/joyent/node-jsprim.git) | MIT | clearlydefined | | [`leven@2.1.0`](https://github.com/sindresorhus/leven.git) | MIT | clearlydefined | diff --git a/scripts/yarn/old_version/yarn.lock b/scripts/yarn/old_version/yarn.lock index 8e17bf49d..d680d010f 100644 --- a/scripts/yarn/old_version/yarn.lock +++ b/scripts/yarn/old_version/yarn.lock @@ -7098,10 +7098,10 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonpath-plus@10.0.6, jsonpath-plus@^8.0.0: - version "10.0.6" - resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.6.tgz#09c4db1670a533c3022ec3f59df61a33de975a00" - integrity sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg== +jsonpath-plus@10.1.0, jsonpath-plus@^8.0.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0" + integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg== dependencies: "@jsep-plugin/assignment" "^1.2.1" "@jsep-plugin/regex" "^1.0.3" diff --git a/yarn.lock b/yarn.lock index 4df00e821..153661952 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9669,9 +9669,9 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:10.0.6": - version: 10.0.6 - resolution: "jsonpath-plus@npm:10.0.6" +"jsonpath-plus@npm:10.1.0": + version: 10.1.0 + resolution: "jsonpath-plus@npm:10.1.0" dependencies: "@jsep-plugin/assignment": ^1.2.1 "@jsep-plugin/regex": ^1.0.3 @@ -9679,7 +9679,7 @@ __metadata: bin: jsonpath: bin/jsonpath-cli.js jsonpath-plus: bin/jsonpath-cli.js - checksum: ce78d0073da111502342afe6f1974586760c0cb3f47fabd43a85dd5ad3a887c7c6e8766da826de89b3ecb068886e3282cf7c398c764e1c05e2c0c301950a7cf7 + checksum: 9369a9466e3bb3eca064debe3fd87d9cf791b9c8a23be7c00902497cd8f9dd632290d471e3c7bb09da0aa92626204f9c9a27c429940802bc5046cc8c87f3c596 languageName: node linkType: hard