1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 07:15:04 +00:00

Version 3.4.20

This commit is contained in:
Girish Ramakrishnan
2023-05-05 10:00:10 +02:00
parent f6a78ee7cb
commit e00e95eb94
4 changed files with 21 additions and 11 deletions

16
test/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^112.0.0",
"chromedriver": "^112.0.1",
"delay": "^5.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
@@ -229,9 +229,9 @@
}
},
"node_modules/chromedriver": {
"version": "112.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.0.tgz",
"integrity": "sha512-fEw1tI05dmK1KK8MGh99LAppP7zCOPEXUxxbYX5wpIBCCmKasyrwZhk/qsdnxJYKd/h0TfiHvGEj7ReDQXW1AA==",
"version": "112.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
"integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.3",
@@ -246,7 +246,7 @@
"chromedriver": "bin/chromedriver"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/cliui": {
@@ -1720,9 +1720,9 @@
}
},
"chromedriver": {
"version": "112.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.0.tgz",
"integrity": "sha512-fEw1tI05dmK1KK8MGh99LAppP7zCOPEXUxxbYX5wpIBCCmKasyrwZhk/qsdnxJYKd/h0TfiHvGEj7ReDQXW1AA==",
"version": "112.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
"integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
"requires": {
"@testim/chrome-version": "^1.1.3",
"axios": "^1.2.1",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^112.0.0",
"chromedriver": "^112.0.1",
"delay": "^5.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",