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

This commit is contained in:
renovate[bot]
2023-02-16 08:28:06 +00:00
parent 943dce5eec
commit 4cf8dbc0d3
3 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View File

@@ -9951,8 +9951,9 @@
}
},
"node_modules/lru-cache": {
"version": "7.14.1",
"license": "ISC",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.15.0.tgz",
"integrity": "sha512-LKpNuyKR1lRsqN5DatvMOkW2nmUAwI22HoQK604nhs+WiRWSIC0MFUKq2XYUKv1fCVPK9Cro4d4Il3DxM80/fQ==",
"engines": {
"node": ">=12"
}
@@ -16127,7 +16128,7 @@
"express": "4.18.2",
"http-status-codes": "2.2.0",
"lodash": "4.17.21",
"lru-cache": "7.14.1",
"lru-cache": "7.15.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"serve-favicon": "2.5.0",
@@ -16453,7 +16454,7 @@
"dependencies": {
"@appium/opencv": "^2.0.6",
"lodash": "4.17.21",
"lru-cache": "7.14.1",
"lru-cache": "7.15.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.14.1",
"lru-cache": "7.15.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.14.1",
"lru-cache": "7.15.0",
"source-map-support": "0.5.21"
},
"peerDependencies": {