fix(images-plugin): update dependency lru-cache to v7.16.0

This commit is contained in:
renovate[bot]
2023-02-17 14:58:22 +00:00
parent 70d65b7d62
commit d54901a9c3
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@@ -10079,9 +10079,9 @@
}
},
"node_modules/lru-cache": {
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.15.0.tgz",
"integrity": "sha512-LKpNuyKR1lRsqN5DatvMOkW2nmUAwI22HoQK604nhs+WiRWSIC0MFUKq2XYUKv1fCVPK9Cro4d4Il3DxM80/fQ==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.16.0.tgz",
"integrity": "sha512-VJBdeMa9Bz27NNlx+DI/YXGQtXdjUU+9gdfN1rYfra7vtTjhodl5tVNmR42bo+ORHuDqDT+lGAUAb+lzvY42Bw==",
"engines": {
"node": ">=12"
}
@@ -16371,7 +16371,7 @@
"express": "4.18.2",
"http-status-codes": "2.2.0",
"lodash": "4.17.21",
"lru-cache": "7.15.0",
"lru-cache": "7.16.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"serve-favicon": "2.5.0",
@@ -16697,7 +16697,7 @@
"dependencies": {
"@appium/opencv": "^2.0.6",
"lodash": "4.17.21",
"lru-cache": "7.15.0",
"lru-cache": "7.16.0",
"source-map-support": "0.5.21"
},
"engines": {

View File

@@ -60,7 +60,7 @@
"express": "4.18.2",
"http-status-codes": "2.2.0",
"lodash": "4.17.21",
"lru-cache": "7.15.0",
"lru-cache": "7.16.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"serve-favicon": "2.5.0",

View File

@@ -41,7 +41,7 @@
"dependencies": {
"@appium/opencv": "^2.0.6",
"lodash": "4.17.21",
"lru-cache": "7.15.0",
"lru-cache": "7.16.0",
"source-map-support": "0.5.21"
},
"peerDependencies": {