Skip to content

Commit 3ab94c5

Browse files
fix(deps): update dependency express to v4.21.2 (#962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42c0717 commit 3ab94c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@babel/runtime": "7.26.0",
72-
"express": "4.21.1",
72+
"express": "4.21.2",
7373
"serverless-http": "1.10.1",
7474
"source-map-support": "0.5.21",
7575
"winston": "3.5.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4758,10 +4758,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
47584758
dependencies:
47594759
homedir-polyfill "^1.0.1"
47604760

4761-
express@4.21.1:
4762-
version "4.21.1"
4763-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
4764-
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
4761+
express@4.21.2:
4762+
version "4.21.2"
4763+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
4764+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
47654765
dependencies:
47664766
accepts "~1.3.8"
47674767
array-flatten "1.1.1"
@@ -4782,7 +4782,7 @@ express@4.21.1:
47824782
methods "~1.1.2"
47834783
on-finished "2.4.1"
47844784
parseurl "~1.3.3"
4785-
path-to-regexp "0.1.10"
4785+
path-to-regexp "0.1.12"
47864786
proxy-addr "~2.0.7"
47874787
qs "6.13.0"
47884788
range-parser "~1.2.1"
@@ -8714,10 +8714,10 @@ path-parse@^1.0.6:
87148714
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
87158715
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
87168716

8717-
path-to-regexp@0.1.10:
8718-
version "0.1.10"
8719-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
8720-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
8717+
path-to-regexp@0.1.12:
8718+
version "0.1.12"
8719+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
8720+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
87218721

87228722
path-to-regexp@^1.7.0:
87238723
version "1.7.0"

0 commit comments

Comments
 (0)