chore: update dependency @types/express to ^4.17.21

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-07 04:43:55 +00:00
parent c42c5dca9a
commit 9f9baf31c1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^18.1.0",
"@types/express": "^4.17.20",
"@types/express": "^4.17.21",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-loopback": "^13.1.0",
@ -196,9 +196,9 @@
}
},
"node_modules/@types/express": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz",
"integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==",
"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": "*",

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^18.1.0",
"@types/express": "^4.17.20",
"@types/express": "^4.17.21",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-loopback": "^13.1.0",