1
0
Fork 0

build(deps): Bump got and geckodriver

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [geckodriver](https://github.com/vladikoff/node-geckodriver). These dependencies need to be updated together.


Updates `got` from 11.8.2 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5)

Updates `geckodriver` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/vladikoff/node-geckodriver/releases)
- [Commits](https://github.com/vladikoff/node-geckodriver/compare/v3.0.1...v3.2.0)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: geckodriver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 2023-02-08 10:52:18 +00:00 committed by Ambrose Chua
parent 88c433fe9b
commit 49334ee8a0
2 changed files with 26 additions and 26 deletions

50
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@wdio/logger": "^7.16.0",
"chromedriver": "^98.0.1",
"cli-table3": "^0.6.1",
"geckodriver": "^3.0.1",
"geckodriver": "^3.2.0",
"get-port": "^6.0.0",
"koa": "^2.13.4",
"koa-files": "^2.0.0",
@ -3050,15 +3050,15 @@
"dev": true
},
"node_modules/geckodriver": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-3.0.1.tgz",
"integrity": "sha512-cHmbNFqt4eelymsuVt7B5nh+qYGpPCltM7rd+k+CBaTvxGGr4j6STeOYahXMNdSeUbCVhqP345OuqWnvHYAz4Q==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-3.2.0.tgz",
"integrity": "sha512-p+qR2RKlI/TQoCEYrSuTaYCLqsJNni96WmEukTyXmOmLn+3FLdgPAEwMZ0sG2Cwi9hozUzGAWyT6zLuhF6cpiQ==",
"hasInstallScript": true,
"dependencies": {
"adm-zip": "0.5.9",
"bluebird": "3.7.2",
"got": "11.8.2",
"https-proxy-agent": "5.0.0",
"got": "11.8.5",
"https-proxy-agent": "5.0.1",
"tar": "6.1.11"
},
"bin": {
@ -3228,16 +3228,16 @@
}
},
"node_modules/got": {
"version": "11.8.2",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz",
"integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==",
"version": "11.8.5",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
"integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
"dependencies": {
"@sindresorhus/is": "^4.0.0",
"@szmarczak/http-timer": "^4.0.5",
"@types/cacheable-request": "^6.0.1",
"@types/responselike": "^1.0.0",
"cacheable-lookup": "^5.0.3",
"cacheable-request": "^7.0.1",
"cacheable-request": "^7.0.2",
"decompress-response": "^6.0.0",
"http2-wrapper": "^1.0.0-beta.5.2",
"lowercase-keys": "^2.0.0",
@ -3384,9 +3384,9 @@
}
},
"node_modules/https-proxy-agent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
"integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
"dependencies": {
"agent-base": "6",
"debug": "4"
@ -9624,14 +9624,14 @@
"dev": true
},
"geckodriver": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-3.0.1.tgz",
"integrity": "sha512-cHmbNFqt4eelymsuVt7B5nh+qYGpPCltM7rd+k+CBaTvxGGr4j6STeOYahXMNdSeUbCVhqP345OuqWnvHYAz4Q==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-3.2.0.tgz",
"integrity": "sha512-p+qR2RKlI/TQoCEYrSuTaYCLqsJNni96WmEukTyXmOmLn+3FLdgPAEwMZ0sG2Cwi9hozUzGAWyT6zLuhF6cpiQ==",
"requires": {
"adm-zip": "0.5.9",
"bluebird": "3.7.2",
"got": "11.8.2",
"https-proxy-agent": "5.0.0",
"got": "11.8.5",
"https-proxy-agent": "5.0.1",
"tar": "6.1.11"
}
},
@ -9740,16 +9740,16 @@
}
},
"got": {
"version": "11.8.2",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz",
"integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==",
"version": "11.8.5",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
"integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
"requires": {
"@sindresorhus/is": "^4.0.0",
"@szmarczak/http-timer": "^4.0.5",
"@types/cacheable-request": "^6.0.1",
"@types/responselike": "^1.0.0",
"cacheable-lookup": "^5.0.3",
"cacheable-request": "^7.0.1",
"cacheable-request": "^7.0.2",
"decompress-response": "^6.0.0",
"http2-wrapper": "^1.0.0-beta.5.2",
"lowercase-keys": "^2.0.0",
@ -9853,9 +9853,9 @@
}
},
"https-proxy-agent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
"integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
"requires": {
"agent-base": "6",
"debug": "4"

View File

@ -16,7 +16,7 @@
"@wdio/logger": "^7.16.0",
"chromedriver": "^98.0.1",
"cli-table3": "^0.6.1",
"geckodriver": "^3.0.1",
"geckodriver": "^3.2.0",
"get-port": "^6.0.0",
"koa": "^2.13.4",
"koa-files": "^2.0.0",