Skip to content

Commit

Permalink
chore(deps): bump jsonpath-plus from 7.1.0 to 10.0.0 (#2709)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* chore(deps): remove node 14

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nauman Ali <[email protected]>
  • Loading branch information
dependabot[bot] and mnaumanali94 authored Oct 15, 2024
1 parent 3d69be7 commit 5205058
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
42 changes: 37 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5205058

Please sign in to comment.