Skip to content

Commit 5c6a99f

Browse files
Bump express from 4.21.0 to 4.21.1
Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4.21.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 108f399 commit 5c6a99f

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
@@ -53,7 +53,7 @@
5353
"chalk": "^5.2.0",
5454
"cors": "^2.8.5",
5555
"dotenv": "^16.0.3",
56-
"express": "^4.21.0",
56+
"express": "^4.21.1",
5757
"helmet": "^8.0.0",
5858
"http-status-codes": "^2.0.0",
5959
"jsonwebtoken": "^9.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,10 +1749,10 @@ [email protected]:
17491749
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
17501750
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
17511751

1752-
cookie@0.6.0:
1753-
version "0.6.0"
1754-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
1755-
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
1752+
cookie@0.7.1:
1753+
version "0.7.1"
1754+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
1755+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
17561756

17571757
cookie@~0.4.1:
17581758
version "0.4.2"
@@ -2292,17 +2292,17 @@ expect@^29.0.0, expect@^29.7.0:
22922292
jest-message-util "^29.7.0"
22932293
jest-util "^29.7.0"
22942294

2295-
express@^4.21.0:
2296-
version "4.21.0"
2297-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
2298-
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
2295+
express@^4.21.1:
2296+
version "4.21.1"
2297+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
2298+
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
22992299
dependencies:
23002300
accepts "~1.3.8"
23012301
array-flatten "1.1.1"
23022302
body-parser "1.20.3"
23032303
content-disposition "0.5.4"
23042304
content-type "~1.0.4"
2305-
cookie "0.6.0"
2305+
cookie "0.7.1"
23062306
cookie-signature "1.0.6"
23072307
debug "2.6.9"
23082308
depd "2.0.0"

0 commit comments

Comments
 (0)