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 ~10.2.0 #2498

Merged
merged 1 commit into from
Nov 22, 2024
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"jest-preset-angular": "~14.2.0",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "~10.1.0",
"jsonpath-plus": "~10.2.0",
"lighthouse": "~12.2.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "~10.1.0",
"jsonpath-plus": "~10.2.0",
"memfs": "~4.14.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/rules-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "~10.1.0",
"jsonpath-plus": "~10.2.0",
"memfs": "~4.14.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5520,7 +5520,7 @@ __metadata:
languageName: node
linkType: hard

"@jsep-plugin/assignment@npm:^1.2.1":
"@jsep-plugin/assignment@npm:^1.3.0":
version: 1.3.0
resolution: "@jsep-plugin/assignment@npm:1.3.0"
peerDependencies:
Expand All @@ -5529,7 +5529,7 @@ __metadata:
languageName: node
linkType: hard

"@jsep-plugin/regex@npm:^1.0.3":
"@jsep-plugin/regex@npm:^1.0.4":
version: 1.0.4
resolution: "@jsep-plugin/regex@npm:1.0.4"
peerDependencies:
Expand Down Expand Up @@ -7767,7 +7767,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:~10.1.0"
jsonpath-plus: "npm:~10.2.0"
memfs: "npm:~4.14.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
Expand Down Expand Up @@ -8846,7 +8846,7 @@ __metadata:
jest-preset-angular: "npm:~14.2.0"
js-yaml: "npm:^4.1.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:~10.1.0"
jsonpath-plus: "npm:~10.2.0"
lighthouse: "npm:~12.2.0"
lint-staged: "npm:^15.0.0"
minimist: "npm:^1.2.6"
Expand Down Expand Up @@ -9532,7 +9532,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:~10.1.0"
jsonpath-plus: "npm:~10.2.0"
memfs: "npm:~4.14.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
Expand Down Expand Up @@ -24204,7 +24204,7 @@ __metadata:
languageName: node
linkType: hard

"jsep@npm:^1.3.9":
"jsep@npm:^1.4.0":
version: 1.4.0
resolution: "jsep@npm:1.4.0"
checksum: 10/935824fe6ac28fcff3cd13878f508f99f6c13e7f0f53ec9fca0d3db465e6dd15f8af030bcdc75a38b07c78359c656647435923a26aceb91607027021f00c17f2
Expand Down Expand Up @@ -24368,17 +24368,17 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:~10.1.0":
version: 10.1.0
resolution: "jsonpath-plus@npm:10.1.0"
"jsonpath-plus@npm:~10.2.0":
version: 10.2.0
resolution: "jsonpath-plus@npm:10.2.0"
dependencies:
"@jsep-plugin/assignment": "npm:^1.2.1"
"@jsep-plugin/regex": "npm:^1.0.3"
jsep: "npm:^1.3.9"
"@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: 10/d872af63b667c43e7563095b4c88f61be5b298c1ddc1d019b3684f0ba1addcba24857e78058b00c52511f52044e3dfea16f83869facfd6ced7430ebd6257f7ab
checksum: 10/3a6bd775d4348f5e014249a11abb635af2f1265d83ba716b3d633ca3f118e79c318223dd685170c50652494a492f3354163bbe4cd5554bb4d7992fecf53c4874
languageName: node
linkType: hard

Expand Down
Loading