From c1c7e6d3ed7f460496d46b1e0ca3732224a3f083 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:46:52 +0000 Subject: [PATCH] chore(deps): update dependency geckodriver to v5 --- pnpm-lock.yaml | 37 ++++++++++--------------- template/config/nightwatch/package.json | 2 +- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 29827b2a..d814cf1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,11 +117,11 @@ importers: specifier: ^130.0.2 version: 130.0.2 geckodriver: - specifier: ^4.5.1 - version: 4.5.1 + specifier: ^5.0.0 + version: 5.0.0 nightwatch: specifier: ^3.8.1 - version: 3.8.1(chromedriver@130.0.2)(geckodriver@4.5.1) + version: 3.8.1(chromedriver@130.0.2)(geckodriver@5.0.0) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@22.9.0)(typescript@5.6.3) @@ -1318,8 +1318,8 @@ packages: resolution: {integrity: sha512-cumRMK/gE1uedBUw3WmWXOQ7HtB6DR8EyKQioUz2P0IJtRRpglMBdZV7Svr3b++WWawOuzZHMfbTkJQmaVt8Gw==} engines: {node: '>=18.20.0'} - '@zip.js/zip.js@2.7.52': - resolution: {integrity: sha512-+5g7FQswvrCHwYKNMd/KFxZSObctLSsQOgqBSi0LzwHo3li9Eh1w5cF5ndjQw9Zbr3ajVnd2+XyiX85gAetx1Q==} + '@zip.js/zip.js@2.7.53': + resolution: {integrity: sha512-G6Bl5wN9EXXVaTUIox71vIX5Z454zEBe+akKpV4m1tUboIctT5h7ID3QXCJd/Lfy2rSvmkTmZIucf1jGRR4f5A==} engines: {bun: '>=0.7.0', deno: '>=1.0.0', node: '>=16.5.0'} abbrev@2.0.0: @@ -2273,9 +2273,9 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - geckodriver@4.5.1: - resolution: {integrity: sha512-lGCRqPMuzbRNDWJOQcUqhNqPvNsIFu6yzXF8J/6K3WCYFd2r5ckbeF7h1cxsnjA7YLSEiWzERCt6/gjZ3tW0ug==} - engines: {node: ^16.13 || >=18 || >=20} + geckodriver@5.0.0: + resolution: {integrity: sha512-vn7TtQ3b9VMJtVXsyWtQQl1fyBVFhQy7UvJF96kPuuJ0or5THH496AD3eUyaDD11+EqCxH9t6V+EP9soZQk4YQ==} + engines: {node: '>=18.0.0'} hasBin: true gensync@1.0.0-beta.2: @@ -3900,11 +3900,6 @@ packages: engines: {node: '>= 8'} hasBin: true - which@4.0.0: - resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} - engines: {node: ^16.13.0 || >=18.0.0} - hasBin: true - which@5.0.0: resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} engines: {node: ^18.17.0 || >=20.5.0} @@ -5048,7 +5043,7 @@ snapshots: loglevel-plugin-prefix: 0.8.4 strip-ansi: 7.1.0 - '@zip.js/zip.js@2.7.52': {} + '@zip.js/zip.js@2.7.53': {} abbrev@2.0.0: {} @@ -6067,16 +6062,16 @@ snapshots: functions-have-names@1.2.3: {} - geckodriver@4.5.1: + geckodriver@5.0.0: dependencies: '@wdio/logger': 9.1.3 - '@zip.js/zip.js': 2.7.52 + '@zip.js/zip.js': 2.7.53 decamelize: 6.0.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 node-fetch: 3.3.2 tar-fs: 3.0.6 - which: 4.0.0 + which: 5.0.0 transitivePeerDependencies: - supports-color @@ -6749,7 +6744,7 @@ snapshots: dependencies: axe-core: 4.10.0 - nightwatch@3.8.1(chromedriver@130.0.2)(geckodriver@4.5.1): + nightwatch@3.8.1(chromedriver@130.0.2)(geckodriver@5.0.0): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -6787,7 +6782,7 @@ snapshots: uuid: 8.3.2 optionalDependencies: chromedriver: 130.0.2 - geckodriver: 4.5.1 + geckodriver: 5.0.0 transitivePeerDependencies: - bufferutil - canvas @@ -7784,10 +7779,6 @@ snapshots: dependencies: isexe: 2.0.0 - which@4.0.0: - dependencies: - isexe: 3.1.1 - which@5.0.0: dependencies: isexe: 3.1.1 diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index 74e6c878..d39bbf07 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -6,7 +6,7 @@ "@nightwatch/vue": "^3.1.2", "@vitejs/plugin-vue": "^5.1.4", "chromedriver": "^130.0.2", - "geckodriver": "^4.5.1", + "geckodriver": "^5.0.0", "nightwatch": "^3.8.1", "ts-node": "^10.9.2", "vite": "^5.4.10",