1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-24 22:17:36 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2022-09-07 12:51:31 +02:00
parent 46982e68f7
commit cb14653680
5 changed files with 55 additions and 12 deletions

14
test/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^104.0.0",
"chromedriver": "^105.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
@@ -293,9 +293,9 @@
}
},
"node_modules/chromedriver": {
"version": "104.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-104.0.0.tgz",
"integrity": "sha512-zbHZutN2ATo19xA6nXwwLn+KueD/5w8ap5m4b6bCb8MIaRFnyDwMbFoy7oFAjlSMpCFL3KSaZRiWUwjj//N3yQ==",
"version": "105.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-105.0.0.tgz",
"integrity": "sha512-BX3GOUW5m6eiW9cVVF8hw+EFxvrGqYCxbwOqnpk8PjbNFqL5xjy7yel+e6ilJPjckAYFutMKs8XJvOs/W85vvg==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.2",
@@ -2017,9 +2017,9 @@
}
},
"chromedriver": {
"version": "104.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-104.0.0.tgz",
"integrity": "sha512-zbHZutN2ATo19xA6nXwwLn+KueD/5w8ap5m4b6bCb8MIaRFnyDwMbFoy7oFAjlSMpCFL3KSaZRiWUwjj//N3yQ==",
"version": "105.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-105.0.0.tgz",
"integrity": "sha512-BX3GOUW5m6eiW9cVVF8hw+EFxvrGqYCxbwOqnpk8PjbNFqL5xjy7yel+e6ilJPjckAYFutMKs8XJvOs/W85vvg==",
"requires": {
"@testim/chrome-version": "^1.1.2",
"axios": "^0.27.2",