Skip to content

Commit

Permalink
Dedupe geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Aug 30, 2023
1 parent 6d5d049 commit 5c00698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-promise": "^6.1.1",
"execa": "^5.1.1",
"favicons": "^7.1.2",
"geckodriver": "^3.2.0",
"geckodriver": "^4.2.0",
"jest": "^29.0.2",
"lint-staged": "^12.4.1",
"minimatch": "^7.4.1",
Expand Down
54 changes: 3 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8405,13 +8405,6 @@ __metadata:
languageName: node
linkType: hard

"adm-zip@npm:0.5.9":
version: 0.5.9
resolution: "adm-zip@npm:0.5.9"
checksum: 4909bc04119fdd5e8f8ba43826e50623e5c427cf0a939c809d4f9456a6a03c6aa0544e82088739de9ba16b7649f71b99ccbbddc7b2c38bd6143f9c4726cc7ed9
languageName: node
linkType: hard

"aes-js@npm:4.0.0-beta.3":
version: 4.0.0-beta.3
resolution: "aes-js@npm:4.0.0-beta.3"
Expand Down Expand Up @@ -9310,13 +9303,6 @@ __metadata:
languageName: node
linkType: hard

"bluebird@npm:3.7.2":
version: 3.7.2
resolution: "bluebird@npm:3.7.2"
checksum: 869417503c722e7dc54ca46715f70e15f4d9c602a423a02c825570862d12935be59ed9c7ba34a9b31f186c017c23cac6b54e35446f8353059c101da73eac22ef
languageName: node
linkType: hard

"bluebird@npm:~3.4.1":
version: 3.4.7
resolution: "bluebird@npm:3.4.7"
Expand Down Expand Up @@ -13649,21 +13635,6 @@ __metadata:
languageName: node
linkType: hard

"geckodriver@npm:^3.2.0":
version: 3.2.0
resolution: "geckodriver@npm:3.2.0"
dependencies:
adm-zip: 0.5.9
bluebird: 3.7.2
got: 11.8.5
https-proxy-agent: 5.0.1
tar: 6.1.11
bin:
geckodriver: bin/geckodriver
checksum: fe196312c97927be943aa97f2343ba15a6fb612b51a1e8ea96c0c8c6e8d50c81d33517e604e3db3777ada28bb9f5b0dad7e822ca4e841f16375a8f1d77df08ae
languageName: node
linkType: hard

"geckodriver@npm:^4.2.0":
version: 4.2.0
resolution: "geckodriver@npm:4.2.0"
Expand Down Expand Up @@ -14013,25 +13984,6 @@ __metadata:
languageName: node
linkType: hard

"got@npm:11.8.5":
version: 11.8.5
resolution: "got@npm:11.8.5"
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.2
decompress-response: ^6.0.0
http2-wrapper: ^1.0.0-beta.5.2
lowercase-keys: ^2.0.0
p-cancelable: ^2.0.0
responselike: ^2.0.0
checksum: 2de8a1bbda4e9b6b2b72b2d2100bc055a59adc1740529e631f61feb44a8b9a1f9f8590941ed9da9df0090b6d6d0ed8ffee94cd9ac086ec3409b392b33440f7d2
languageName: node
linkType: hard

"got@npm:^ 12.6.1":
version: 12.6.1
resolution: "got@npm:12.6.1"
Expand Down Expand Up @@ -14488,7 +14440,7 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:5.0.1, https-proxy-agent@npm:^5.0.0, https-proxy-agent@npm:^5.0.1":
"https-proxy-agent@npm:^5.0.0, https-proxy-agent@npm:^5.0.1":
version: 5.0.1
resolution: "https-proxy-agent@npm:5.0.1"
dependencies:
Expand Down Expand Up @@ -20333,7 +20285,7 @@ __metadata:
eslint-plugin-promise: ^6.1.1
execa: ^5.1.1
favicons: ^7.1.2
geckodriver: ^3.2.0
geckodriver: ^4.2.0
jest: ^29.0.2
lint-staged: ^12.4.1
minimatch: ^7.4.1
Expand Down Expand Up @@ -21700,7 +21652,7 @@ __metadata:
languageName: node
linkType: hard

"tar@npm:6.1.11, tar@npm:^6.1.11, tar@npm:^6.1.2":
"tar@npm:^6.1.11, tar@npm:^6.1.2":
version: 6.1.11
resolution: "tar@npm:6.1.11"
dependencies:
Expand Down

0 comments on commit 5c00698

Please sign in to comment.