Bump @types/express from 4.17.17 to 4.17.20 (#74)

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:18:28 +01:00 committed by GitHub
parent c0156bd572
commit 371ad68826
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

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/node20": "^1.0.0", "@tsconfig/node20": "^1.0.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.20",
"@types/morgan": "^1.9.4", "@types/morgan": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.2.0", "@typescript-eslint/parser": "^6.2.0",
@ -319,9 +319,9 @@
} }
}, },
"node_modules/@types/express": { "node_modules/@types/express": {
"version": "4.17.17", "version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz",
"integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/body-parser": "*", "@types/body-parser": "*",

View File

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