Bump @types/morgan from 1.9.4 to 1.9.7 (#75)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-01 10:22:37 +01:00 committed by GitHub
parent a33dd3f194
commit 066f115940
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

@ -17,7 +17,7 @@
"devDependencies": {
"@tsconfig/node20": "^1.0.0",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.4",
"@types/morgan": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
@ -355,9 +355,9 @@
"dev": true
},
"node_modules/@types/morgan": {
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/@types/morgan/-/morgan-1.9.4.tgz",
"integrity": "sha512-cXoc4k+6+YAllH3ZHmx4hf7La1dzUk6keTR4bF4b4Sc0mZxU/zK4wO7l+ZzezXm/jkYj/qC+uYGZrarZdIVvyQ==",
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@types/morgan/-/morgan-1.9.7.tgz",
"integrity": "sha512-4sJFBUBrIZkP5EvMm1L6VCXp3SQe8dnXqlVpe1jsmTjS1JQVmSjnpMNs8DosQd6omBi/K7BSKJ6z/Mc3ki0K9g==",
"dev": true,
"dependencies": {
"@types/node": "*"

View File

@ -20,7 +20,7 @@
"devDependencies": {
"@tsconfig/node20": "^1.0.0",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.4",
"@types/morgan": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",