aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-29 16:51:17 -0500
committerGitHub <noreply@github.com>2021-06-29 16:51:17 -0500
commit6c7d2de36be559f62560f00fc2297c7deec3a051 (patch)
tree3f1496dc930f9ec9f6e967911b666c8e10565e19 /package-lock.json
parent0869347e2789dd240058823a2e889d334cfc4512 (diff)
downloadskyblock-api-6c7d2de36be559f62560f00fc2297c7deec3a051.tar.gz
skyblock-api-6c7d2de36be559f62560f00fc2297c7deec3a051.tar.bz2
skyblock-api-6c7d2de36be559f62560f00fc2297c7deec3a051.zip
Bump @types/express-rate-limit from 5.1.1 to 5.1.2 (#56)
Bumps [@types/express-rate-limit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-rate-limit) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-rate-limit) --- updated-dependencies: - dependency-name: "@types/express-rate-limit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 1c3cdef..d7ee7a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -69,9 +69,9 @@
}
},
"@types/express-rate-limit": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-5.1.1.tgz",
- "integrity": "sha512-6oMYZBLlhxC5sdcRXXz528QyfGz3zTy9YdHwqlxLfgx5Cd3zwYaUjjPpJcaTtHmRefLi9P8kLBPz2wB7yz4JtQ==",
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-5.1.2.tgz",
+ "integrity": "sha512-loN1dcr0WEKsbVtXNQKDef4Fmh25prfy+gESrwTDofIhAt17ngTxrsDiEZxLemmfHH279x206CdUB9XHXS9E6Q==",
"dev": true,
"requires": {
"@types/express": "*"