From ac8f6d2268ecb01eebd7bf144f1687b601eb9e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:10:27 +0000 Subject: [PATCH] :arrow_up: (deps): Update dependency @playwright/test to v1.49.1 (#476) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index cd29fc0..38b9c3e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.3.3", - "@playwright/test": "1.49.0", + "@playwright/test": "1.49.1", "@types/glob": "8.1.0", "@types/shelljs": "0.8.15", "commitizen": "4.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8adf822..b480ddc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ devDependencies: specifier: ^1.3.3 version: 1.9.4 '@playwright/test': - specifier: 1.49.0 - version: 1.49.0 + specifier: 1.49.1 + version: 1.49.1 '@types/glob': specifier: 8.1.0 version: 8.1.0 @@ -1040,12 +1040,12 @@ packages: dev: true optional: true - /@playwright/test@1.49.0: - resolution: {integrity: sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==} + /@playwright/test@1.49.1: + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} engines: {node: '>=18'} hasBin: true dependencies: - playwright: 1.49.0 + playwright: 1.49.1 dev: true /@sinclair/typebox@0.27.8: @@ -3524,18 +3524,18 @@ packages: find-up: 4.1.0 dev: true - /playwright-core@1.49.0: - resolution: {integrity: sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==} + /playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} engines: {node: '>=18'} hasBin: true dev: true - /playwright@1.49.0: - resolution: {integrity: sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==} + /playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} engines: {node: '>=18'} hasBin: true dependencies: - playwright-core: 1.49.0 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2 dev: true