fix(images-plugin): update dependency lru-cache to v10 (#19497)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-08 22:28:15 +01:00
committed by GitHub
parent 0592bc505f
commit 4dd95c096e
3 changed files with 18 additions and 18 deletions
+16 -16
View File
@@ -22305,7 +22305,7 @@
"express": "4.18.2",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"path-to-regexp": "6.2.1",
@@ -22332,9 +22332,9 @@
}
},
"packages/base-driver/node_modules/lru-cache": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
"engines": {
"node": "14 || >=16.14"
}
@@ -22670,7 +22670,7 @@
"@appium/opencv": "^2.1.6",
"@appium/support": "^4.1.10",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"sharp": "0.32.6",
"source-map-support": "0.5.21"
},
@@ -22683,9 +22683,9 @@
}
},
"packages/images-plugin/node_modules/lru-cache": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
"engines": {
"node": "14 || >=16.14"
}
@@ -23148,7 +23148,7 @@
"express": "4.18.2",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"path-to-regexp": "6.2.1",
@@ -23168,9 +23168,9 @@
}
},
"lru-cache": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg=="
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
},
"path-to-regexp": {
"version": "6.2.1",
@@ -23361,15 +23361,15 @@
"@appium/opencv": "^2.1.6",
"@appium/support": "^4.1.10",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"sharp": "0.32.6",
"source-map-support": "0.5.21"
},
"dependencies": {
"lru-cache": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg=="
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
}
}
},
+1 -1
View File
@@ -62,7 +62,7 @@
"express": "4.18.2",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"method-override": "3.0.0",
"morgan": "1.10.0",
"path-to-regexp": "6.2.1",
+1 -1
View File
@@ -42,7 +42,7 @@
"@appium/opencv": "^2.1.6",
"@appium/support": "^4.1.10",
"lodash": "4.17.21",
"lru-cache": "10.0.3",
"lru-cache": "10.1.0",
"sharp": "0.32.6",
"source-map-support": "0.5.21"
},