mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
fix(images-plugin): update dependency lru-cache to v7.16.0
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user