Skip to content

Commit 1b2a448

Browse files
Bump cookie and express in /example/e2e (#230)
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `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: cookie dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d791e4b commit 1b2a448

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Diff for: example/e2e/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: example/e2e/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2733,10 +2733,10 @@ [email protected]:
27332733
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
27342734
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
27352735

2736-
cookie@0.6.0:
2737-
version "0.6.0"
2738-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
2739-
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
2736+
cookie@0.7.1:
2737+
version "0.7.1"
2738+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
2739+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
27402740

27412741
core-js-pure@^3.0.0:
27422742
version "3.14.0"
@@ -3245,16 +3245,16 @@ expect@^27.0.2:
32453245
jest-regex-util "^27.0.1"
32463246

32473247
express@^4.16.2:
3248-
version "4.21.0"
3249-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
3250-
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
3248+
version "4.21.1"
3249+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
3250+
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
32513251
dependencies:
32523252
accepts "~1.3.8"
32533253
array-flatten "1.1.1"
32543254
body-parser "1.20.3"
32553255
content-disposition "0.5.4"
32563256
content-type "~1.0.4"
3257-
cookie "0.6.0"
3257+
cookie "0.7.1"
32583258
cookie-signature "1.0.6"
32593259
debug "2.6.9"
32603260
depd "2.0.0"

0 commit comments

Comments
 (0)