aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-25 15:33:31 +0000
committerGitHub <noreply@github.com>2022-04-25 15:33:31 +0000
commita4816bb890a9353f7e48a2142a2df85d34e19896 (patch)
treed0eae638033c4659078f7345f4ee634294468610
parentBump @types/node from 17.0.25 to 17.0.26 (#57) (diff)
downloadee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar.gz
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar.bz2
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar.lz
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar.xz
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.tar.zst
ee4511w-web-a4816bb890a9353f7e48a2142a2df85d34e19896.zip
Bump express-rate-limit from 6.3.0 to 6.4.0 (#58)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-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 312ed43..f752d40 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"ejs": "3.1.7",
"express": "4.17.3",
"express-fileupload": "1.3.1",
- "express-rate-limit": "6.3.0",
+ "express-rate-limit": "6.4.0",
"helmet": "5.0.2",
"passport": "^0.5.2",
"passport-saml": "3.2.1",
diff --git a/yarn.lock b/yarn.lock
index 1b8cbec..6378d96 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1018,10 +1018,10 @@ express-fileupload@1.3.1:
dependencies:
busboy "^0.3.1"
-express-rate-limit@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.3.0.tgz#253387ce4d36c9c2cc77c7c676068deb36cc0821"
- integrity sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg==
+express-rate-limit@6.4.0:
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.4.0.tgz#b7066afe21157a012ed2b7c9adde386e712485cd"
+ integrity sha512-lxQRZI4gi3qAWTf0/Uqsyugsz57h8bd7QyllXBgJvd6DJKokzW7C5DTaNvwzvAQzwHGFaItybfYGhC8gpu0V2A==
express@4.17.3:
version "4.17.3"