Skip to content

Commit

Permalink
chore(deps): 1.4 fix CVE-2024-21534 (#1964)
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Tsao <[email protected]>
  • Loading branch information
kim-tsao authored Nov 22, 2024
1 parent fe36bf0 commit bd8d33c
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11601,16 +11601,16 @@ __metadata:
languageName: node
linkType: hard

"@jsep-plugin/assignment@npm:^1.2.1":
version: 1.2.1
resolution: "@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:
jsep: ^0.4.0||^1.0.0
checksum: d56fd7423c59dd269c50b0a9c22ec05f099a789ec8e8980f2307782f496ab3f0740151f1bdc7a1f3a8ee9085cdeb6f5b4def0d6b312e6b93ab160e6489b400f2
checksum: 5549497d403a6c00969d61202a6d3dafc5a349929d190a524363dcfacb3436dbda3d9f88b2ec1330247a594ad3c5f1c17b0997769d0b206802281bad6cf9a410
languageName: node
linkType: hard

"@jsep-plugin/regex@npm:^1.0.1, @jsep-plugin/regex@npm:^1.0.3":
"@jsep-plugin/regex@npm:^1.0.1":
version: 1.0.3
resolution: "@jsep-plugin/regex@npm:1.0.3"
peerDependencies:
Expand All @@ -11619,6 +11619,15 @@ __metadata:
languageName: node
linkType: hard

"@jsep-plugin/regex@npm:^1.0.4":
version: 1.0.4
resolution: "@jsep-plugin/regex@npm:1.0.4"
peerDependencies:
jsep: ^0.4.0||^1.0.0
checksum: 78ef01554535ac6c108851a2a6d86377bce10de01a263ad7b31f9b37c8aa9fc6c49f24b753e5da7d771c5921c913e43c1c33e0bc0fa5d02562d906c83a237836
languageName: node
linkType: hard

"@jsep-plugin/ternary@npm:^1.0.2":
version: 1.1.3
resolution: "@jsep-plugin/ternary@npm:1.1.3"
Expand Down Expand Up @@ -32664,13 +32673,20 @@ __metadata:
languageName: node
linkType: hard

"jsep@npm:^1.1.2, jsep@npm:^1.2.0, jsep@npm:^1.3.9":
"jsep@npm:^1.1.2, jsep@npm:^1.2.0":
version: 1.3.9
resolution: "jsep@npm:1.3.9"
checksum: d1f3e2cc00209f67a989b73c2a89d2ccbea908d950ec959e2448c6449b134c6367b47eef4e1292767cb490f0b5b72e7309080b93ee4c7398684df2514dbd33a3
languageName: node
linkType: hard

"jsep@npm:^1.4.0":
version: 1.4.0
resolution: "jsep@npm:1.4.0"
checksum: 8e7af5ecb91483b227092b87a3e85b5df3e848dbe6f201b19efcb18047567530d21dfeecb0978e09d1f66554fcfaed84176819eeacdfc86f61dc05c40c18f824
languageName: node
linkType: hard

"jsesc@npm:^3.0.2":
version: 3.0.2
resolution: "jsesc@npm:3.0.2"
Expand Down Expand Up @@ -32885,16 +32901,16 @@ __metadata:
linkType: hard

"jsonpath-plus@npm:^10.0.0":
version: 10.1.0
resolution: "jsonpath-plus@npm:10.1.0"
version: 10.2.0
resolution: "jsonpath-plus@npm:10.2.0"
dependencies:
"@jsep-plugin/assignment": ^1.2.1
"@jsep-plugin/regex": ^1.0.3
jsep: ^1.3.9
"@jsep-plugin/assignment": ^1.3.0
"@jsep-plugin/regex": ^1.0.4
jsep: ^1.4.0
bin:
jsonpath: bin/jsonpath-cli.js
jsonpath-plus: bin/jsonpath-cli.js
checksum: 9369a9466e3bb3eca064debe3fd87d9cf791b9c8a23be7c00902497cd8f9dd632290d471e3c7bb09da0aa92626204f9c9a27c429940802bc5046cc8c87f3c596
checksum: 862a96a0179f342fa6c012065fa78458d4ae4835f18a6ef580d18807101d8c2c3509dc20c9857474503205bff8f06c309e17d7420b68196262d15ad1e4f22146
languageName: node
linkType: hard

Expand Down

0 comments on commit bd8d33c

Please sign in to comment.