Skip to content

Commit f2c890f

Browse files
committed
update path-to-regexp + express
1 parent c63ab4e commit f2c890f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16815,9 +16815,9 @@ express-graphql@^0.12.0:
1681516815
raw-body "^2.4.1"
1681616816

1681716817
express@^4.17.1, express@^4.17.3, express@^4.21.1:
16818-
version "4.21.1"
16819-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
16820-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
16818+
version "4.21.2"
16819+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
16820+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
1682116821
dependencies:
1682216822
accepts "~1.3.8"
1682316823
array-flatten "1.1.1"
@@ -16838,7 +16838,7 @@ express@^4.17.1, express@^4.17.3, express@^4.21.1:
1683816838
methods "~1.1.2"
1683916839
on-finished "2.4.1"
1684016840
parseurl "~1.3.3"
16841-
path-to-regexp "0.1.10"
16841+
path-to-regexp "0.1.12"
1684216842
proxy-addr "~2.0.7"
1684316843
qs "6.13.0"
1684416844
range-parser "~1.2.1"
@@ -23347,10 +23347,10 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
2334723347
lru-cache "^10.2.0"
2334823348
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2334923349

23350-
23351-
version "0.1.10"
23352-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
23353-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
23350+
23351+
version "0.1.12"
23352+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
23353+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
2335423354

2335523355
path-to-regexp@^1.7.0:
2335623356
version "1.9.0"

0 commit comments

Comments
 (0)