aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json19
-rw-r--r--package.json2
2 files changed, 11 insertions, 10 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": {
diff --git a/package.json b/package.json
index 384438b..a6377c3 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,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",