Skip to content

Commit eceee68

Browse files
chore(deps): Bump express from 4.21.0 to 4.21.1 (#1785)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 425d0be commit eceee68

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
@@ -87,7 +87,7 @@
8787
"cluster": "0.7.7",
8888
"compression": "1.7.4",
8989
"dd-trace": "4.16.0",
90-
"express": "4.21.0",
90+
"express": "4.21.1",
9191
"graphile-worker": "0.14.0-rc.0",
9292
"helmet": "8.0.0",
9393
"hot-shots": "10.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,10 +2174,10 @@ [email protected]:
21742174
version "0.5.0"
21752175
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
21762176

2177-
cookie@0.6.0:
2178-
version "0.6.0"
2179-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
2180-
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
2177+
cookie@0.7.1:
2178+
version "0.7.1"
2179+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
2180+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
21812181

21822182
cookiejar@^2.1.4:
21832183
version "2.1.4"
@@ -2777,17 +2777,17 @@ [email protected]:
27772777
utils-merge "1.0.1"
27782778
vary "~1.1.2"
27792779

2780-
2781-
version "4.21.0"
2782-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
2783-
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
2780+
2781+
version "4.21.1"
2782+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
2783+
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
27842784
dependencies:
27852785
accepts "~1.3.8"
27862786
array-flatten "1.1.1"
27872787
body-parser "1.20.3"
27882788
content-disposition "0.5.4"
27892789
content-type "~1.0.4"
2790-
cookie "0.6.0"
2790+
cookie "0.7.1"
27912791
cookie-signature "1.0.6"
27922792
debug "2.6.9"
27932793
depd "2.0.0"

0 commit comments

Comments
 (0)