build(deps-dev): bump @types/morgan from 1.9.7 to 1.9.9 (#474)

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] 2024-07-14 23:53:23 +02:00 committed by GitHub
parent b0170e26fe
commit eff364cfc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.20", "@types/express": "^4.17.20",
"@types/morgan": "^1.9.7", "@types/morgan": "^1.9.9",
"@typescript-eslint/eslint-plugin": "^7.14", "@typescript-eslint/eslint-plugin": "^7.14",
"@typescript-eslint/parser": "^7.14", "@typescript-eslint/parser": "^7.14",
"eslint": "^8.56.0", "eslint": "^8.56.0",
@ -363,9 +363,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/morgan": { "node_modules/@types/morgan": {
"version": "1.9.7", "version": "1.9.9",
"resolved": "https://registry.npmjs.org/@types/morgan/-/morgan-1.9.7.tgz", "resolved": "https://registry.npmjs.org/@types/morgan/-/morgan-1.9.9.tgz",
"integrity": "sha512-4sJFBUBrIZkP5EvMm1L6VCXp3SQe8dnXqlVpe1jsmTjS1JQVmSjnpMNs8DosQd6omBi/K7BSKJ6z/Mc3ki0K9g==", "integrity": "sha512-iRYSDKVaC6FkGSpEVVIvrRGw0DfJMiQzIn3qr2G5B3C//AWkulhXgaBd7tS9/J79GWSYMTHGs7PfI5b3Y8m+RQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"

View File

@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.20", "@types/express": "^4.17.20",
"@types/morgan": "^1.9.7", "@types/morgan": "^1.9.9",
"@typescript-eslint/eslint-plugin": "^7.14", "@typescript-eslint/eslint-plugin": "^7.14",
"@typescript-eslint/parser": "^7.14", "@typescript-eslint/parser": "^7.14",
"eslint": "^8.56.0", "eslint": "^8.56.0",