From 5205058d1c9b48e6785b7744e2e2716cc7f1e0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:10:41 +0500 Subject: [PATCH] chore(deps): bump jsonpath-plus from 7.1.0 to 10.0.0 (#2709) * chore(deps): bump jsonpath-plus from 7.1.0 to 10.0.0 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 7.1.0 to 10.0.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) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production ... Signed-off-by: dependabot[bot] * chore(deps): remove node 14 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nauman Ali --- .circleci/config.yml | 1 - packages/core/package.json | 2 +- yarn.lock | 42 +++++++++++++++++++++++++++++++++----- 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccc68ab26..0e221025c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,6 @@ defaults: tags: only: /^v.*/ node-versions: &node-versions - - "14.21" - &node-maintenance-lts "16.20" - &node-active-lts "18.20" - &node-current "20.17" diff --git a/packages/core/package.json b/packages/core/package.json index 95f8612b9..f3c437a40 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -47,7 +47,7 @@ "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.0", "es-aggregate-error": "^1.0.7", - "jsonpath-plus": "7.1.0", + "jsonpath-plus": "10.0.0", "lodash": "~4.17.21", "lodash.topath": "^4.5.2", "minimatch": "3.1.2", diff --git a/yarn.lock b/yarn.lock index c6f22587d..bc0fd4b09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2094,6 +2094,15 @@ __metadata: languageName: node linkType: hard +"@jsep-plugin/assignment@npm:^1.2.1": + version: 1.2.1 + resolution: "@jsep-plugin/assignment@npm:1.2.1" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: d56fd7423c59dd269c50b0a9c22ec05f099a789ec8e8980f2307782f496ab3f0740151f1bdc7a1f3a8ee9085cdeb6f5b4def0d6b312e6b93ab160e6489b400f2 + languageName: node + linkType: hard + "@jsep-plugin/regex@npm:^1.0.1": version: 1.0.2 resolution: "@jsep-plugin/regex@npm:1.0.2" @@ -2103,6 +2112,15 @@ __metadata: languageName: node linkType: hard +"@jsep-plugin/regex@npm:^1.0.3": + version: 1.0.3 + resolution: "@jsep-plugin/regex@npm:1.0.3" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: a57718ae5c86bd10ff5de51843a771b96a10a9c6b5c5f4e02aa5318257c3d5fdec96f8b389fcbe129c7a6ad6b0746d9a0fd934c949b80882230fbc14b548c922 + languageName: node + linkType: hard + "@jsep-plugin/ternary@npm:^1.0.2": version: 1.1.2 resolution: "@jsep-plugin/ternary@npm:1.1.2" @@ -2966,7 +2984,7 @@ __metadata: ajv-errors: ~3.0.0 ajv-formats: ~2.1.0 es-aggregate-error: ^1.0.7 - jsonpath-plus: 7.1.0 + jsonpath-plus: 10.0.0 lodash: ~4.17.21 lodash.topath: ^4.5.2 minimatch: 3.1.2 @@ -9069,6 +9087,13 @@ __metadata: languageName: node linkType: hard +"jsep@npm:^1.3.9": + version: 1.3.9 + resolution: "jsep@npm:1.3.9" + checksum: d1f3e2cc00209f67a989b73c2a89d2ccbea908d950ec959e2448c6449b134c6367b47eef4e1292767cb490f0b5b72e7309080b93ee4c7398684df2514dbd33a3 + languageName: node + linkType: hard + "jsesc@npm:^2.5.1": version: 2.5.2 resolution: "jsesc@npm:2.5.2" @@ -9254,10 +9279,17 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:7.1.0": - version: 7.1.0 - resolution: "jsonpath-plus@npm:7.1.0" - checksum: a4005dc860c6b7e339229842537ceb6eb839d87a3447f989792b9c64f2564bbbd40663515f9481fb5a1b6cb0f988afba5b0b150e0285c463b794a45ed1aaf555 +"jsonpath-plus@npm:10.0.0": + version: 10.0.0 + resolution: "jsonpath-plus@npm:10.0.0" + dependencies: + "@jsep-plugin/assignment": ^1.2.1 + "@jsep-plugin/regex": ^1.0.3 + jsep: ^1.3.9 + bin: + jsonpath: bin/jsonpath-cli.js + jsonpath-plus: bin/jsonpath-cli.js + checksum: 992a62a0a5d2b96b40389de0608943840db39b466f9d3c1d71b4801e34b8d397c74811213e24e33c833b74aa83d9ce7860c1e7e0bc29980161489ea4a3962ecf languageName: node linkType: hard