chore(images-plugin): update dependency lru-cache to v7.13.1

This commit is contained in:
renovate[bot]
2022-07-16 12:38:39 +00:00
parent b422d4bed5
commit 949076c768
3 changed files with 12 additions and 9 deletions

17
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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": {