aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-14 16:10:25 +0000
committerGitHub <noreply@github.com>2022-09-14 16:10:25 +0000
commitde925df3cbe2d6ce80d5cf6606c13d2e8968bb14 (patch)
treeb156cb77477be8925cbc42b04470545fdb5f4396
parentBump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0 (#188) (diff)
downloadee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.gz
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.bz2
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.lz
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.xz
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.zst
ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.zip
Bump @types/express from 4.17.13 to 4.17.14 (#191)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.13 to 4.17.14. - [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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 349661f..09138ef 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"devDependencies": {
"@types/cookie-parser": "1.4.3",
"@types/csurf": "1.11.2",
- "@types/express": "4.17.13",
+ "@types/express": "4.17.14",
"@types/express-fileupload": "1.4.1",
"@types/node": "18.7.17",
"@types/passport": "^1.0.11",
diff --git a/yarn.lock b/yarn.lock
index 4b555c5..38665d2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -115,10 +115,10 @@
"@types/qs" "*"
"@types/range-parser" "*"
-"@types/express@*", "@types/express@4.17.13":
- version "4.17.13"
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
- integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
+"@types/express@*", "@types/express@4.17.14":
+ version "4.17.14"
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
+ integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.18"