Skip to content

Commit a175a11

Browse files
Bump cookie and express in /docs (#178)
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 2e8ebc8 commit a175a11

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,10 +3222,10 @@ [email protected]:
32223222
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
32233223
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
32243224

3225-
cookie@0.6.0:
3226-
version "0.6.0"
3227-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
3228-
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
3225+
cookie@0.7.1:
3226+
version "0.7.1"
3227+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
3228+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
32293229

32303230
copy-text-to-clipboard@^3.2.0:
32313231
version "3.2.0"
@@ -3977,16 +3977,16 @@ execa@^5.0.0:
39773977
strip-final-newline "^2.0.0"
39783978

39793979
express@^4.17.3:
3980-
version "4.21.0"
3981-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
3982-
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
3980+
version "4.21.1"
3981+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
3982+
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
39833983
dependencies:
39843984
accepts "~1.3.8"
39853985
array-flatten "1.1.1"
39863986
body-parser "1.20.3"
39873987
content-disposition "0.5.4"
39883988
content-type "~1.0.4"
3989-
cookie "0.6.0"
3989+
cookie "0.7.1"
39903990
cookie-signature "1.0.6"
39913991
debug "2.6.9"
39923992
depd "2.0.0"

0 commit comments

Comments
 (0)