Skip to content

Commit

Permalink
fix(deps): update dependency cookie-parser to v1.4.6 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2021
1 parent deaba27 commit 2d6beba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"@octokit/webhooks": "9.17.0",
"@slack/web-api": "6.0.0",
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"cookie-parser": "1.4.6",
"dotenv": "8.6.0",
"emoji-regex": "10.0.0",
"issue-parser": "6.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -4123,13 +4123,13 @@ __metadata:
languageName: node
linkType: hard

"cookie-parser@npm:1.4.5":
version: 1.4.5
resolution: "cookie-parser@npm:1.4.5"
"cookie-parser@npm:1.4.6":
version: 1.4.6
resolution: "cookie-parser@npm:1.4.6"
dependencies:
cookie: 0.4.0
cookie: 0.4.1
cookie-signature: 1.0.6
checksum: 09b41e191af8e472229b53468b858a53f64a355b438ecb56a38be2a729b862b8233041e5af102115caebae534d399813ec7270b68a949bba3b987b38555c30b6
checksum: 1e5a63aa82e8eb4e02d2977c6902983dee87b02e87ec5ec43ac3cb1e72da354003716570cd5190c0ad9e8a454c9d3237f4ad6e2f16d0902205a96a1c72b77ba5
languageName: node
linkType: hard

Expand All @@ -4147,7 +4147,7 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:^0.4.1":
"cookie@npm:0.4.1, cookie@npm:^0.4.1":
version: 0.4.1
resolution: "cookie@npm:0.4.1"
checksum: bd7c47f5d94ab70ccdfe8210cde7d725880d2fcda06d8e375afbdd82de0c8d3b73541996e9ce57d35f67f672c4ee6d60208adec06b3c5fc94cebb85196084cf8
Expand Down Expand Up @@ -10057,7 +10057,7 @@ resolve@^2.0.0-next.3:
babel-preset-latest-node: 5.5.1
body-parser: 1.19.0
check-package-dependencies: 2.0.2
cookie-parser: 1.4.5
cookie-parser: 1.4.6
dotenv: 8.6.0
emoji-regex: 10.0.0
eslint: 7.32.0
Expand Down

0 comments on commit 2d6beba

Please sign in to comment.