Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency cookie-parser to ^1.4.7 #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@kiltprotocol/types": "^0.35.2",
"@kiltprotocol/vc-export": "^0.35.2",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
Expand All @@ -28,7 +28,7 @@
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^27.5.2",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3661,12 +3661,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cookie-parser@npm:^1.4.6":
version: 1.4.6
resolution: "@types/cookie-parser@npm:1.4.6"
"@types/cookie-parser@npm:^1.4.7":
version: 1.4.7
resolution: "@types/cookie-parser@npm:1.4.7"
dependencies:
"@types/express": "*"
checksum: b1bbb17bc4189c0e953d4996b3b58bfa20161c27db21f98353e237032e7559aec733735d8902c283300e0a4cded20e62b1a5086af608608ef30a45387e080360
checksum: 7b87c59420598e686a57e240be6e0db53967c3c8814be9326bf86609ee2fc39c4b3b9f2263e1deba43526090121d1df88684b64c19f7b494a80a4437caf3d40b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5895,13 +5895,13 @@ __metadata:
languageName: node
linkType: hard

"cookie-parser@npm:^1.4.6":
version: 1.4.6
resolution: "cookie-parser@npm:1.4.6"
"cookie-parser@npm:^1.4.7":
version: 1.4.7
resolution: "cookie-parser@npm:1.4.7"
dependencies:
cookie: 0.4.1
cookie: 0.7.2
cookie-signature: 1.0.6
checksum: 1e5a63aa82e8eb4e02d2977c6902983dee87b02e87ec5ec43ac3cb1e72da354003716570cd5190c0ad9e8a454c9d3237f4ad6e2f16d0902205a96a1c72b77ba5
checksum: 243fa13f217e793d20a57675e6552beea08c5989fcc68495d543997a31646875335e0e82d687b42dcfd466df57891d22bae7f5ba6ab33b7705ed2dd6eb989105
languageName: node
linkType: hard

Expand All @@ -5912,20 +5912,20 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.4.1":
version: 0.4.1
resolution: "cookie@npm:0.4.1"
checksum: bd7c47f5d94ab70ccdfe8210cde7d725880d2fcda06d8e375afbdd82de0c8d3b73541996e9ce57d35f67f672c4ee6d60208adec06b3c5fc94cebb85196084cf8
languageName: node
linkType: hard

"cookie@npm:0.5.0":
version: 0.5.0
resolution: "cookie@npm:0.5.0"
checksum: 1f4bd2ca5765f8c9689a7e8954183f5332139eb72b6ff783d8947032ec1fdf43109852c178e21a953a30c0dd42257828185be01b49d1eb1a67fd054ca588a180
languageName: node
linkType: hard

"cookie@npm:0.7.2":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 9bf8555e33530affd571ea37b615ccad9b9a34febbf2c950c86787088eb00a8973690833b0f8ebd6b69b753c62669ea60cec89178c1fb007bf0749abed74f93e
languageName: node
linkType: hard

"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.33.1":
version: 3.33.2
resolution: "core-js-compat@npm:3.33.2"
Expand Down Expand Up @@ -15271,7 +15271,7 @@ __metadata:
"@polkadot/util": ^10.4.2
"@polkadot/util-crypto": ^10.4.2
"@types/body-parser": ^1.19.2
"@types/cookie-parser": ^1.4.6
"@types/cookie-parser": ^1.4.7
"@types/cors": ^2.8.17
"@types/express": ^4.17.21
"@types/jest": ^27.5.2
Expand All @@ -15280,7 +15280,7 @@ __metadata:
"@types/node": ^18.19.34
"@types/react": ^18.2.48
body-parser: ^1.20.1
cookie-parser: ^1.4.6
cookie-parser: ^1.4.7
cors: ^2.8.5
dotenv: ^16.0.3
express: ^4.18.2
Expand Down