1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-23 21:47:34 +00:00

Version 3.13.2

This commit is contained in:
Girish Ramakrishnan
2024-03-04 10:22:55 +01:00
parent bd883b747c
commit fd04e1b784
4 changed files with 20 additions and 10 deletions

14
test/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^122.0.3",
"chromedriver": "^122.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.18.1",
@@ -252,9 +252,9 @@
}
},
"node_modules/chromedriver": {
"version": "122.0.3",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz",
"integrity": "sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==",
"version": "122.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz",
"integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -2019,9 +2019,9 @@
}
},
"chromedriver": {
"version": "122.0.3",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz",
"integrity": "sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==",
"version": "122.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz",
"integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^122.0.3",
"chromedriver": "^122.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.18.1",