aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-07 06:08:50 +0000
committerGitHub <noreply@github.com>2022-01-07 06:08:50 +0000
commit43582a8f85005116150690de59798b6bb431112e (patch)
tree3cc3abfac52114790b713c4fbcdcfc52f7ea31b2 /package-lock.json
parent0fb7746281068129c692b66fe94e0806ad089782 (diff)
downloadskyblock-api-43582a8f85005116150690de59798b6bb431112e.tar.gz
skyblock-api-43582a8f85005116150690de59798b6bb431112e.tar.bz2
skyblock-api-43582a8f85005116150690de59798b6bb431112e.zip
Bump @types/express-rate-limit from 5.1.3 to 6.0.0 (#178)
Bumps [@types/express-rate-limit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-rate-limit) from 5.1.3 to 6.0.0. - [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-major ... 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.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 1e9777d..9c6bbe8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
- "@types/express-rate-limit": "^5.1.3",
+ "@types/express-rate-limit": "^6.0.0",
"@types/lru-cache": "^5.1.1",
"@types/mocha": "^9.0.0",
"@types/mongodb": "^4.0.7",
@@ -113,12 +113,13 @@
}
},
"node_modules/@types/express-rate-limit": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-5.1.3.tgz",
- "integrity": "sha512-H+TYy3K53uPU2TqPGFYaiWc2xJV6+bIFkDd/Ma2/h67Pa6ARk9kWE0p/K9OH1Okm0et9Sfm66fmXoAxsH2PHXg==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-6.0.0.tgz",
+ "integrity": "sha512-nZxo3nwU20EkTl/f2eGdndQkDIJYwkXIX4S3Vrp2jMdSdFJ6AWtIda8gOz0wiMuOFoeH/UUlCAiacz3x3eWNFA==",
+ "deprecated": "This is a stub types definition. express-rate-limit provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
- "@types/express": "*"
+ "express-rate-limit": "*"
}
},
"node_modules/@types/express-serve-static-core": {
@@ -2305,12 +2306,12 @@
}
},
"@types/express-rate-limit": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-5.1.3.tgz",
- "integrity": "sha512-H+TYy3K53uPU2TqPGFYaiWc2xJV6+bIFkDd/Ma2/h67Pa6ARk9kWE0p/K9OH1Okm0et9Sfm66fmXoAxsH2PHXg==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@types/express-rate-limit/-/express-rate-limit-6.0.0.tgz",
+ "integrity": "sha512-nZxo3nwU20EkTl/f2eGdndQkDIJYwkXIX4S3Vrp2jMdSdFJ6AWtIda8gOz0wiMuOFoeH/UUlCAiacz3x3eWNFA==",
"dev": true,
"requires": {
- "@types/express": "*"
+ "express-rate-limit": "*"
}
},
"@types/express-serve-static-core": {