chore(deps): update dependency @types/cookie-parser to v1.4.5

This commit is contained in:
renovate[bot] 2023-10-18 01:52:45 +00:00 committed by GitHub
parent 9ffa802fbd
commit ef76efe5ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -67,7 +67,7 @@
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@types/cookie-parser": "1.4.4",
"@types/cookie-parser": "1.4.5",
"@types/express": "4.17.19",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
@ -3174,9 +3174,9 @@
"dev": true
},
"node_modules/@types/cookie-parser": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.4.tgz",
"integrity": "sha512-Var+aj5I6ZgIqsQ05N2V8q5OBrFfZXtIGWWDSrEYLIbMw758obagSwdGcLCjwh1Ga7M7+wj0SDIAaAC/WT7aaA==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.5.tgz",
"integrity": "sha512-cbpH1NldYslPt7WRHXZFm+G7DTfUg57dQSCf1qrHwT8wtGX41JHLYf3Cieiqg7waPWjorVgcSSllZov+A1PJbg==",
"dev": true,
"dependencies": {
"@types/express": "*"