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

This commit is contained in:
renovate[bot] 2023-09-16 10:42:45 +00:00 committed by GitHub
parent f76954b021
commit 8704e73365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -67,7 +67,7 @@
"@nestjs/cli": "9.5.0",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@types/cookie-parser": "1.4.3",
"@types/cookie-parser": "1.4.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.194",
@ -3120,9 +3120,9 @@
"dev": true
},
"node_modules/@types/cookie-parser": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz",
"integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.4.tgz",
"integrity": "sha512-Var+aj5I6ZgIqsQ05N2V8q5OBrFfZXtIGWWDSrEYLIbMw758obagSwdGcLCjwh1Ga7M7+wj0SDIAaAC/WT7aaA==",
"dev": true,
"dependencies": {
"@types/express": "*"
@ -14749,9 +14749,9 @@
"dev": true
},
"@types/cookie-parser": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz",
"integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.4.tgz",
"integrity": "sha512-Var+aj5I6ZgIqsQ05N2V8q5OBrFfZXtIGWWDSrEYLIbMw758obagSwdGcLCjwh1Ga7M7+wj0SDIAaAC/WT7aaA==",
"dev": true,
"requires": {
"@types/express": "*"

View file

@ -84,7 +84,7 @@
"@nestjs/cli": "9.5.0",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@types/cookie-parser": "1.4.3",
"@types/cookie-parser": "1.4.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.194",