Skip to content

Commit

Permalink
Bump jsonpath-plus from 7.2.0 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 7.2.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]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 6fa1ce0 commit ff95885
Show file tree
Hide file tree
Showing 32 changed files with 101 additions and 13 deletions.
66 changes: 61 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"fuse.js": "^6.6.2",
"immer": "^10.0.3",
"jest-diff": "^29.7.0",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.0",
"lodash-es": "^4.17.21",
"lru-cache": "^11.0.0",
"majesticons": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"emittery": "^1.0.1",
"emittery-0-13": "npm:emittery@^0.13.1",
"gpt-tokenizer": "^2.1.2",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.0",
"lodash-es": "^4.17.21",
"minimatch": "^9.0.3",
"nanoid": "^3.3.6",
Expand Down
44 changes: 38 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,7 @@ __metadata:
fuse.js: "npm:^6.6.2"
immer: "npm:^10.0.3"
jest-diff: "npm:^29.7.0"
jsonpath-plus: "npm:^7.2.0"
jsonpath-plus: "npm:^10.0.0"
lodash-es: "npm:^4.17.21"
lru-cache: "npm:^11.0.0"
majesticons: "npm:^2.1.2"
Expand Down Expand Up @@ -3955,7 +3955,7 @@ __metadata:
eslint-plugin-n: "npm:^16.2.0"
eslint-plugin-promise: "npm:^6.1.1"
gpt-tokenizer: "npm:^2.1.2"
jsonpath-plus: "npm:^7.2.0"
jsonpath-plus: "npm:^10.0.0"
lodash: "npm:^4.17.21"
lodash-es: "npm:^4.17.21"
minimatch: "npm:^9.0.3"
Expand Down Expand Up @@ -4230,6 +4230,24 @@ __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: d8db45f052fd95b33207ded7f49af9ae48ff5ce10cb898e28a6fca722863f4a3330892c3a2c355a1a8c94fd230eef3db9be0c45324cb526e5edff7085c1f7a37
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: c08c7bd79a164995923ea799949b9f6b18dcf2bd314522ed0dcfc669fd249a06fea200606086c7d54b12d39ce3cfa61d910229e5184c667ead135f6da6997532
languageName: node
linkType: hard

"@leichtgewicht/ip-codec@npm:^2.0.1":
version: 2.0.4
resolution: "@leichtgewicht/ip-codec@npm:2.0.4"
Expand Down Expand Up @@ -12837,6 +12855,13 @@ __metadata:
languageName: node
linkType: hard

"jsep@npm:^1.3.9":
version: 1.3.9
resolution: "jsep@npm:1.3.9"
checksum: c60d7064c3b5047f58345e65e7618bbaecf2f46338e56689244db057b0550bf8fb7c1457a7384dfd38aca9acde3ff851d062c3f182cc1fbc66c13cb2ca0b579d
languageName: node
linkType: hard

"jsesc@npm:^2.5.1":
version: 2.5.2
resolution: "jsesc@npm:2.5.2"
Expand Down Expand Up @@ -12932,10 +12957,17 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:^7.2.0":
version: 7.2.0
resolution: "jsonpath-plus@npm:7.2.0"
checksum: f602445b1aa2d55abc2875859fd948f942980ef6400ca2a0362c7a6aa6f912467865262f4d092e04a16889fa74f0dbf6fd67b9dc9583485a5059be6e0a62c6c2
"jsonpath-plus@npm:^10.0.0":
version: 10.0.0
resolution: "jsonpath-plus@npm:10.0.0"
dependencies:
"@jsep-plugin/assignment": "npm:^1.2.1"
"@jsep-plugin/regex": "npm:^1.0.3"
jsep: "npm:^1.3.9"
bin:
jsonpath: bin/jsonpath-cli.js
jsonpath-plus: bin/jsonpath-cli.js
checksum: cd8d3f9ebfa2f0b26a362e9b9fb8cf293a6b5798f76e20b3d2ab93da3e885b99dfbba9ac8aa448d62da5a1f4dc327f636ffb242054ee827d27e75500372557c3
languageName: node
linkType: hard

Expand Down

0 comments on commit ff95885

Please sign in to comment.