From 326692771dd7510fe24475a748d3008f915027ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:48:09 +0000 Subject: [PATCH] Update dependency @fastify/rate-limit to v10.0.1 --- package-lock.json | 43 +++++++------------------------------------ 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1beacef..71fae15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,12 +53,6 @@ "readable-stream": "^4.5.2" } }, - "node_modules/@fastify/compress/node_modules/fastify-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", - "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", - "license": "MIT" - }, "node_modules/@fastify/compress/node_modules/readable-stream": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", @@ -114,12 +108,6 @@ "mnemonist": "0.39.8" } }, - "node_modules/@fastify/cors/node_modules/fastify-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", - "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", - "license": "MIT" - }, "node_modules/@fastify/error": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz", @@ -156,16 +144,10 @@ "pg": ">=6.0.0" } }, - "node_modules/@fastify/postgres/node_modules/fastify-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", - "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", - "license": "MIT" - }, "node_modules/@fastify/rate-limit": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.0.0.tgz", - "integrity": "sha512-tgWgUw/Zvs0GfV5odyr4g/CMiNamWYi0eMrmidPTIJyr1Ea3W42YqvM/jpbVjuKC6HONRVUq+IZbAy+GtixVGg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.0.1.tgz", + "integrity": "sha512-wLGtemfKepoe9yUyHB0zcTvCWy7H3qAScDCxny8NE+mqGNg9L1HhkWK8bIlMDCLOLfng1i7+GTikYeZvM2HFWQ==", "license": "MIT", "dependencies": { "@lukeed/ms": "^2.0.2", @@ -173,12 +155,6 @@ "toad-cache": "^3.7.0" } }, - "node_modules/@fastify/rate-limit/node_modules/fastify-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", - "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", - "license": "MIT" - }, "node_modules/@fastify/throttle": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@fastify/throttle/-/throttle-3.0.0.tgz", @@ -188,12 +164,6 @@ "fastify-plugin": "^5.0.0" } }, - "node_modules/@fastify/throttle/node_modules/fastify-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", - "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", - "license": "MIT" - }, "node_modules/@lukeed/ms": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz", @@ -471,9 +441,10 @@ } }, "node_modules/fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==", + "license": "MIT" }, "node_modules/fastq": { "version": "1.17.1",