From 949076c7684080072e391162d09327cc727da0af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 12:38:39 +0000 Subject: [PATCH] chore(images-plugin): update dependency lru-cache to v7.13.1 --- package-lock.json | 17 ++++++++++------- packages/base-driver/package.json | 2 +- packages/images-plugin/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49e2bde7e..ce8d218b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17666,8 +17666,9 @@ } }, "node_modules/lru-cache": { - "version": "7.13.0", - "license": "ISC", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.13.1.tgz", + "integrity": "sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==", "engines": { "node": ">=12" } @@ -25997,7 +25998,7 @@ "express": "4.18.1", "http-status-codes": "2.2.0", "lodash": "4.17.21", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "method-override": "3.0.0", "morgan": "1.10.0", "serve-favicon": "2.5.0", @@ -26329,7 +26330,7 @@ "dependencies": { "@appium/opencv": "^1.0.9", "@babel/runtime": "7.18.6", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "source-map-support": "0.5.21" }, "engines": { @@ -26554,7 +26555,7 @@ "express": "4.18.1", "http-status-codes": "2.2.0", "lodash": "4.17.21", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "method-override": "3.0.0", "morgan": "1.10.0", "serve-favicon": "2.5.0", @@ -26771,7 +26772,7 @@ "requires": { "@appium/opencv": "^1.0.9", "@babel/runtime": "7.18.6", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "source-map-support": "0.5.21" } }, @@ -39137,7 +39138,9 @@ "version": "2.0.0" }, "lru-cache": { - "version": "7.13.0" + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.13.1.tgz", + "integrity": "sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==" }, "lru-queue": { "version": "0.1.0", diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 86388fd5b..4ec72c98f 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -67,7 +67,7 @@ "express": "4.18.1", "http-status-codes": "2.2.0", "lodash": "4.17.21", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "method-override": "3.0.0", "morgan": "1.10.0", "serve-favicon": "2.5.0", diff --git a/packages/images-plugin/package.json b/packages/images-plugin/package.json index 8d764c15e..65a454598 100644 --- a/packages/images-plugin/package.json +++ b/packages/images-plugin/package.json @@ -39,7 +39,7 @@ "dependencies": { "@appium/opencv": "^1.0.9", "@babel/runtime": "7.18.6", - "lru-cache": "7.13.0", + "lru-cache": "7.13.1", "source-map-support": "0.5.21" }, "peerDependencies": {