Skip to content

Commit 7c58952

Browse files
Update path-to-regexp to address CVE-2024-45296 (#5895)
* Update path-to-regexp to address CVE-2024-45296 * Update yarn.lock Continue to use yarnpkg.com
1 parent a9d884e commit 7c58952

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/sva/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1083,10 +1083,10 @@ path-key@^3.0.0, path-key@^3.1.0:
10831083
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
10841084
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
10851085

1086-
path-to-regexp@2.2.1:
1087-
version "2.2.1"
1088-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
1089-
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
1086+
path-to-regexp@3.3.0:
1087+
version "3.3.0"
1088+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
1089+
integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==
10901090

10911091
pathval@^1.1.1:
10921092
version "1.1.1"
@@ -1231,7 +1231,7 @@ serve-handler@6.1.5:
12311231
mime-types "2.1.18"
12321232
minimatch "3.1.2"
12331233
path-is-inside "1.0.2"
1234-
path-to-regexp "2.2.1"
1234+
path-to-regexp "3.3.0"
12351235
range-parser "1.2.0"
12361236

12371237
serve@^14.2.0:

0 commit comments

Comments
 (0)