Skip to content

Commit 4a8ae28

Browse files
Update dependency express to v4.21.2
1 parent 6d6fa61 commit 4a8ae28

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/express-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"c8": "10.1.3",
23-
"express": "4.21.1",
23+
"express": "4.21.2",
2424
"express-session": "1.18.1",
2525
"form-data": "^4.0.0",
2626
"mocha": "10.7.3",

packages/http-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"c8": "10.1.3",
25-
"express": "4.21.1",
25+
"express": "4.21.2",
2626
"mocha": "10.7.3",
2727
"should": "13.2.3",
2828
"sinon": "18.0.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4662,10 +4662,10 @@ [email protected]:
46624662
safe-buffer "5.2.1"
46634663
uid-safe "~2.1.5"
46644664

4665-
[email protected].1, express@^4.17.2:
4666-
version "4.21.1"
4667-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
4668-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
4665+
[email protected].2, express@^4.17.2:
4666+
version "4.21.2"
4667+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
4668+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
46694669
dependencies:
46704670
accepts "~1.3.8"
46714671
array-flatten "1.1.1"
@@ -4686,7 +4686,7 @@ [email protected], express@^4.17.2:
46864686
methods "~1.1.2"
46874687
on-finished "2.4.1"
46884688
parseurl "~1.3.3"
4689-
path-to-regexp "0.1.10"
4689+
path-to-regexp "0.1.12"
46904690
proxy-addr "~2.0.7"
46914691
qs "6.13.0"
46924692
range-parser "~1.2.1"
@@ -7176,10 +7176,10 @@ path-scurry@^1.11.1:
71767176
lru-cache "^10.2.0"
71777177
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
71787178

7179-
7180-
version "0.1.10"
7181-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
7182-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
7179+
7180+
version "0.1.12"
7181+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
7182+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
71837183

71847184
path-to-regexp@^8.1.0:
71857185
version "8.2.0"

0 commit comments

Comments
 (0)