From 2a6edc541663bd8314bd632b75fa6cfee2cc6e8b Mon Sep 17 00:00:00 2001 From: Oleksii Orel Date: Thu, 17 Oct 2024 13:35:37 +0300 Subject: [PATCH] chore: upgrade jsonpath-plus to 10.0.1 Signed-off-by: Oleksii Orel --- .deps/EXCLUDED/prod.md | 1 + .deps/prod.md | 6 +++--- 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, 15 insertions(+), 13 deletions(-) diff --git a/.deps/EXCLUDED/prod.md b/.deps/EXCLUDED/prod.md index 62985c4a6..214903f7e 100644 --- a/.deps/EXCLUDED/prod.md +++ b/.deps/EXCLUDED/prod.md @@ -14,5 +14,6 @@ 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.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.1) | | `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 e723745bd..4d084ac63 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.0`](git://github.com/s3u/JSONPath.git) | MIT | clearlydefined | +| [`jsonpath-plus@10.0.1`](git://github.com/s3u/JSONPath.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.1) | | [`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 | @@ -395,7 +395,7 @@ | [`requires-port@1.0.0`](https://github.com/unshiftio/requires-port) | MIT | clearlydefined | | [`reselect@4.1.8`](https://github.com/reduxjs/reselect.git) | MIT | clearlydefined | | `resolve-pathname@3.0.0` | MIT | clearlydefined | -| [`ret@0.4.3`](git://github.com/fent/ret.js.git) | MIT | clearlydefined | +| [`ret@0.5.0`](git://github.com/fent/ret.js.git) | MIT | clearlydefined | | [`retry@0.12.0`](git://github.com/tim-kos/node-retry.git) | MIT | clearlydefined | | [`reusify@1.0.4`](git+https://github.com/mcollina/reusify.git) | MIT | clearlydefined | | [`rfc4648@1.5.3`](git@github.com:swansontec/rfc4648.js.git) | MIT | clearlydefined | @@ -404,7 +404,7 @@ | `rimraf@5.0.7` | ISC | #10787 | | [`ripemd160@2.0.2`](https://github.com/crypto-browserify/ripemd160) | MIT | #1001 | | [`safe-buffer@5.2.1`](git://github.com/feross/safe-buffer.git) | MIT | clearlydefined | -| [`safe-regex2@3.1.0`](git://github.com/fastify/safe-regex.git) | MIT | clearlydefined | +| [`safe-regex2@4.0.0`](git://github.com/fastify/safe-regex.git) | MIT | clearlydefined | | [`safe-stable-stringify@2.4.3`](git+https://github.com/BridgeAR/safe-stable-stringify.git) | MIT | clearlydefined | | [`safer-buffer@2.1.2`](git+https://github.com/ChALkeR/safer-buffer.git) | MIT | clearlydefined | | [`sanitize-html@2.13.0`](https://github.com/apostrophecms/sanitize-html.git) | MIT | clearlydefined | diff --git a/package.json b/package.json index 03382ae28..cccc73c91 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.0" + "jsonpath-plus": "10.0.1" } } diff --git a/scripts/yarn/old_version/.deps/EXCLUDED/prod.md b/scripts/yarn/old_version/.deps/EXCLUDED/prod.md index 62985c4a6..214903f7e 100644 --- a/scripts/yarn/old_version/.deps/EXCLUDED/prod.md +++ b/scripts/yarn/old_version/.deps/EXCLUDED/prod.md @@ -14,5 +14,6 @@ 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.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.1) | | `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 29117a38c..548d5b802 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.0`](git://github.com/s3u/JSONPath.git) | MIT | clearlydefined | +| [`jsonpath-plus@10.0.1`](git://github.com/s3u/JSONPath.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsonpath-plus/10.0.1) | | [`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 ced617c36..3e2a55b7c 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.0, jsonpath-plus@^8.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.0.tgz#7a747d47e20a27867dbbc80b57fd554788b91474" - integrity sha512-v7j76HGp/ibKlXYeZ7UrfCLSNDaBWuJMA0GaMjA4sZJtCtY89qgPyToDDcl2zdeHh4B5q/B3g2pQdW76fOg/dA== +jsonpath-plus@10.0.1, jsonpath-plus@^8.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.1.tgz#a61f4dc6c7489955af0872b0956cc42fbbacb5ab" + integrity sha512-30DeH2QD4nL1IpDLPIFz09G5XyLvh+oNMUI2Zxf4tbrlsVHs0e3VPnwpOnSTFb4yM0dfQK2WGKLsSaAS8V62rw== dependencies: "@jsep-plugin/assignment" "^1.2.1" "@jsep-plugin/regex" "^1.0.3" diff --git a/yarn.lock b/yarn.lock index dcf829778..e92841d04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9669,9 +9669,9 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:^10.0.0": - version: 10.0.0 - resolution: "jsonpath-plus@npm:10.0.0" +"jsonpath-plus@npm:10.0.1": + version: 10.0.1 + resolution: "jsonpath-plus@npm:10.0.1" 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: 992a62a0a5d2b96b40389de0608943840db39b466f9d3c1d71b4801e34b8d397c74811213e24e33c833b74aa83d9ce7860c1e7e0bc29980161489ea4a3962ecf + checksum: 292310f15807903b3afcf5238c54c7e2a4da0c26ed2d490014b5f960eea0b7b9df54ab56c081c530912a52671dae801c8a68ee6de1e7a3e992d619d66d760caa languageName: node linkType: hard