Skip to content

Commit

Permalink
HOTFIX: cookie-parser 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Sep 24, 2024
1 parent 7b02958 commit 643637b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file modified backend/.yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
Expand Down
18 changes: 18 additions & 0 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2318,6 +2318,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^6.0.0"
class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.1"
cookie-parser: "npm:^1.4.6"
cross-env: "npm:^7.0.3"
eslint: "npm:^8.42.0"
eslint-config-prettier: "npm:^9.0.0"
Expand Down Expand Up @@ -2904,13 +2905,30 @@ __metadata:
languageName: node
linkType: hard

"cookie-parser@npm:^1.4.6":
version: 1.4.6
resolution: "cookie-parser@npm:1.4.6"
dependencies:
cookie: "npm:0.4.1"
cookie-signature: "npm:1.0.6"
checksum: 10c0/9c2ade5459290802cd472a2d2a6e46fbd7de3e8514e02bfed5edfde892d77733c7f89d9d2015f752a9087680429b416972d7aba748bf6824e21eb680c8556383
languageName: node
linkType: hard

"cookie-signature@npm:1.0.6":
version: 1.0.6
resolution: "cookie-signature@npm:1.0.6"
checksum: 10c0/b36fd0d4e3fef8456915fcf7742e58fbfcc12a17a018e0eb9501c9d5ef6893b596466f03b0564b81af29ff2538fd0aa4b9d54fe5ccbfb4c90ea50ad29fe2d221
languageName: node
linkType: hard

"cookie@npm:0.4.1":
version: 0.4.1
resolution: "cookie@npm:0.4.1"
checksum: 10c0/4d7bc798df3d0f34035977949cd6b7d05bbab47d7dcb868667f460b578a550cd20dec923832b8a3a107ef35aba091a3975e14f79efacf6e39282dc0fed6db4a1
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
Expand Down

0 comments on commit 643637b

Please sign in to comment.