mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
chore(images-plugin): update dependency lru-cache to v7.13.1
This commit is contained in:
17
package-lock.json
generated
17
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user