From 16c42e4ff340adfe265ce3b33d448abea3ad57e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:37:37 +0000 Subject: [PATCH] fix(deps): update dependency @types/lru-cache to v7 --- package-lock.json | 23 ++++++++++++------- .../gasket-plugin-service-worker/package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 615bee984..fdedffdbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9972,9 +9972,13 @@ "dev": true }, "node_modules/@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==" + "version": "7.10.10", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", + "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", + "deprecated": "This is a stub types definition. lru-cache provides its own type definitions, so you do not need this installed.", + "dependencies": { + "lru-cache": "*" + } }, "node_modules/@types/markdown-it": { "version": "12.2.3", @@ -37382,7 +37386,7 @@ "version": "6.38.5", "license": "MIT", "dependencies": { - "@types/lru-cache": "^5.1.1", + "@types/lru-cache": "^7.0.0", "@types/uglify-js": "^3.13.1", "deepmerge": "^4.2.2", "lru-cache": "^5.1.1", @@ -41925,7 +41929,7 @@ "version": "file:packages/gasket-plugin-service-worker", "requires": { "@gasket/engine": "^6.38.5", - "@types/lru-cache": "^5.1.1", + "@types/lru-cache": "^7.0.0", "@types/uglify-js": "^3.13.1", "deepmerge": "^4.2.2", "eslint": "^8.7.0", @@ -46858,9 +46862,12 @@ "dev": true }, "@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==" + "version": "7.10.10", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", + "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", + "requires": { + "lru-cache": "*" + } }, "@types/markdown-it": { "version": "12.2.3", diff --git a/packages/gasket-plugin-service-worker/package.json b/packages/gasket-plugin-service-worker/package.json index 4a068fef0..37b7359af 100644 --- a/packages/gasket-plugin-service-worker/package.json +++ b/packages/gasket-plugin-service-worker/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-service-worker", "dependencies": { - "@types/lru-cache": "^5.1.1", + "@types/lru-cache": "^7.0.0", "@types/uglify-js": "^3.13.1", "deepmerge": "^4.2.2", "lru-cache": "^5.1.1",