Skip to content

Commit

Permalink
chore: update jsonpath-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 15, 2024
1 parent ba43e91 commit 8e4af9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion oada-server.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"eslint.validate": [
"typescript",
"javascript"
]
],
"commitPro.enableDefaultCommitlintRulesDiagnostics": false
}
}
1 change: 1 addition & 0 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
"resolutions": {
"fastify-plugin": "^5.0.1",
"jsonpath-plus": "^10.0.0",
"tslib": "2.7.0"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions oada/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9304,7 +9304,7 @@ __metadata:
languageName: node
linkType: hard

"jsep@npm:^1.3.8":
"jsep@npm:^1.3.9":
version: 1.3.9
resolution: "jsep@npm:1.3.9"
checksum: 10/c60d7064c3b5047f58345e65e7618bbaecf2f46338e56689244db057b0550bf8fb7c1457a7384dfd38aca9acde3ff851d062c3f182cc1fbc66c13cb2ca0b579d
Expand Down Expand Up @@ -9417,17 +9417,17 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:^9.0.0":
version: 9.0.0
resolution: "jsonpath-plus@npm:9.0.0"
"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.8"
jsep: "npm:^1.3.9"
bin:
jsonpath: bin/jsonpath-cli.js
jsonpath-plus: bin/jsonpath-cli.js
checksum: 10/a7b8099e92a8d11896857e55c48ce898180b6b2fa6a1db819dcdacf9741ae03a8b4263ae844b40d6a8e171c2d54e37d8ee3d206777e90ee0127246bae2102ee5
checksum: 10/cd8d3f9ebfa2f0b26a362e9b9fb8cf293a6b5798f76e20b3d2ab93da3e885b99dfbba9ac8aa448d62da5a1f4dc327f636ffb242054ee827d27e75500372557c3
languageName: node
linkType: hard

Expand Down

0 comments on commit 8e4af9b

Please sign in to comment.