Bump @types/express from 4.17.17 to 4.17.21

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.17 to 4.17.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-29 03:45:45 +00:00 committed by William Brawner
parent 231d7e08f7
commit 862511cb2b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -181,9 +181,9 @@
}
},
"node_modules/@types/express": {
"version": "4.17.17",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
"integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
"dev": true,
"dependencies": {
"@types/body-parser": "*",
@ -2486,7 +2486,7 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.4",
"express": "^4.19.2",
"typescript": "^4.9.5",

View file

@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.4",
"express": "^4.19.2",
"typescript": "^4.9.5",