Skip to content

Commit

Permalink
Bump jsonpath-plus from 7.2.0 to 10.0.7
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.7.
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v7.2.0...v10.0.7)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent d8c48bf commit 0a87143
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/analyze-step/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@transloadit/format-duration-ms": "^0.4.2",
"@transloadit/prettier-bytes": "^0.3.3",
"inflection": "^3.0.0",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.7",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
42 changes: 37 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,24 @@ __metadata:
languageName: node
linkType: hard

"@jsep-plugin/assignment@npm:^1.2.1":
version: 1.3.0
resolution: "@jsep-plugin/assignment@npm:1.3.0"
peerDependencies:
jsep: ^0.4.0||^1.0.0
checksum: 10c0/d749554dc691798116eb068eebe2d9bcb0b0d89ef6c7cc7c2a9f37d03da15fdbf8053407e97008090cd1bd6f256ea6c26abbada7399cf79f0b6b502e164b084b
languageName: node
linkType: hard

"@jsep-plugin/regex@npm:^1.0.3":
version: 1.0.4
resolution: "@jsep-plugin/regex@npm:1.0.4"
peerDependencies:
jsep: ^0.4.0||^1.0.0
checksum: 10c0/bec7eb7ea6ab453a2672edc808644c5be3dc06b2a9d77182e18cd595b37deba6dcdb3760849d8684afc5779a86b7d2604dd525cb612a548f9ed9f31a8032ec24
languageName: node
linkType: hard

"@lerna/create@npm:8.1.9":
version: 8.1.9
resolution: "@lerna/create@npm:8.1.9"
Expand Down Expand Up @@ -1044,7 +1062,7 @@ __metadata:
"@types/jsonpath": "npm:^0.2.4"
"@types/lodash": "npm:^4.17.13"
inflection: "npm:^3.0.0"
jsonpath-plus: "npm:^7.2.0"
jsonpath-plus: "npm:^10.0.7"
lodash: "npm:^4.17.21"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4028,6 +4046,13 @@ __metadata:
languageName: node
linkType: hard

"jsep@npm:^1.3.9":
version: 1.4.0
resolution: "jsep@npm:1.4.0"
checksum: 10c0/fe60adf47e050e22eadced42514a51a15a3cf0e2d147896584486acd8ee670fc16641101b9aeb81f4aaba382043d29744b7aac41171e8106515b14f27e0c7116
languageName: node
linkType: hard

"json-parse-better-errors@npm:^1.0.1":
version: 1.0.2
resolution: "json-parse-better-errors@npm:1.0.2"
Expand Down Expand Up @@ -4118,10 +4143,17 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:^7.2.0":
version: 7.2.0
resolution: "jsonpath-plus@npm:7.2.0"
checksum: 10c0/b4fbb8387b80721a47e8098f390dbaa5c74ff4e778832d9f662bcf4ab6038ded26944b8dd433f0474b51fb3e0d7e960990c03af89f4f922a6dc0905102ed86b2
"jsonpath-plus@npm:^10.0.7":
version: 10.1.0
resolution: "jsonpath-plus@npm:10.1.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: 10c0/1ff0743f9113f7750b598563c7886e1b07c19f112c4a8d976165e6799ff9774279985d1f4a147e87eacc0b94eb27dbd6e3ab5cf0728d4ba947f00757bc6aebb4
languageName: node
linkType: hard

Expand Down

0 comments on commit 0a87143

Please sign in to comment.