Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jsonpath-plus to v10.3.0 [security] #9326

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"resolutions": {
"@codemirror/state": "6.5.2",
"@xmldom/xmldom": "^0.9.0",
"jsonpath-plus": "10.2.0",
"jsonpath-plus": "10.3.0",
"json5": "^2.2.2",
"vite": "5.4.14",
"semver": "7.7.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6740,17 +6740,17 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:10.2.0":
version: 10.2.0
resolution: "jsonpath-plus@npm:10.2.0"
"jsonpath-plus@npm:10.3.0":
version: 10.3.0
resolution: "jsonpath-plus@npm:10.3.0"
dependencies:
"@jsep-plugin/assignment": "npm:^1.3.0"
"@jsep-plugin/regex": "npm:^1.0.4"
jsep: "npm:^1.4.0"
bin:
jsonpath: bin/jsonpath-cli.js
jsonpath-plus: bin/jsonpath-cli.js
checksum: 10c0/46480781a0a0b5347dc592fd69ef7ff0fa5a5e322a3f1f23997319e77ee937762366d722facafcc5e8d16101e9cdf1ae14df1f1777b2933990aadd0cdb20d8f5
checksum: 10c0/f5ff53078ecab98e8afd1dcdb4488e528653fa5a03a32d671f52db1ae9c3236e6e072d75e1949a80929fd21b07603924a586f829b40ad35993fa0247fa4f7506
languageName: node
linkType: hard

Expand Down
Loading