Skip to content

Commit

Permalink
HOTFIX: cookie-parser types추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Sep 22, 2024
1 parent ee7d51e commit e0d7ae1
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -40,6 +40,7 @@
"@nestjs/testing": "^10.0.0",
"@nestjs/typeorm": "^10.0.2",
"@types/bcrypt": "^5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
Expand Down
10 changes: 10 additions & 0 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,15 @@ __metadata:
languageName: node
linkType: hard

"@types/cookie-parser@npm:^1.4.7":
version: 1.4.7
resolution: "@types/cookie-parser@npm:1.4.7"
dependencies:
"@types/express": "npm:*"
checksum: 10c0/af37fea5399950e59ceb2e1f25c633f3df360c4f17e8b3f26418e672fe5c926a20993b86f8e1df72cfe2c4dc8967d9a18d3d78b5c6a5f751a297d0418e5690fa
languageName: node
linkType: hard

"@types/cookiejar@npm:^2.1.5":
version: 2.1.5
resolution: "@types/cookiejar@npm:2.1.5"
Expand Down Expand Up @@ -2261,6 +2270,7 @@ __metadata:
"@nestjs/testing": "npm:^10.0.0"
"@nestjs/typeorm": "npm:^10.0.2"
"@types/bcrypt": "npm:^5"
"@types/cookie-parser": "npm:^1.4.7"
"@types/express": "npm:^4.17.17"
"@types/jest": "npm:^29.5.2"
"@types/node": "npm:^20.3.1"
Expand Down

0 comments on commit e0d7ae1

Please sign in to comment.