From 847deb6d018985c75a5d60d8c63cc43d7af3ac05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:28:18 +0000 Subject: [PATCH] Update dependency @playwright/test to ^1.39.0 --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index a47fdc5d..8626fac3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@nuxt/image": "1.0.0-rc.2", "@nuxtjs/apollo": "5.0.0-alpha.6", "@pinia-plugin-persistedstate/nuxt": "^1.1.2", - "@playwright/test": "^1.38.1", + "@playwright/test": "^1.39.0", "autoprefixer": "^10.4.15", "nuxt": "^3.7.4", "nuxt-icon": "^0.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ef83113..0160d38c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ devDependencies: specifier: ^1.1.2 version: 1.1.2(@pinia/nuxt@0.4.11)(pinia@2.1.6) '@playwright/test': - specifier: ^1.38.1 - version: 1.38.1 + specifier: ^1.39.0 + version: 1.39.0 autoprefixer: specifier: ^10.4.15 version: 10.4.15(postcss@8.4.30) @@ -1516,12 +1516,12 @@ packages: - typescript - vue - /@playwright/test@1.38.1: - resolution: {integrity: sha512-NqRp8XMwj3AK+zKLbZShl0r/9wKgzqI/527bkptKXomtuo+dOjU9NdMASQ8DNC9z9zLOMbG53T4eihYr3XR+BQ==} + /@playwright/test@1.39.0: + resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.38.1 + playwright: 1.39.0 dev: true /@rollup/plugin-alias@5.0.0(rollup@3.29.3): @@ -4605,18 +4605,18 @@ packages: mlly: 1.4.2 pathe: 1.1.1 - /playwright-core@1.38.1: - resolution: {integrity: sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==} + /playwright-core@1.39.0: + resolution: {integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.38.1: - resolution: {integrity: sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==} + /playwright@1.39.0: + resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.38.1 + playwright-core: 1.39.0 optionalDependencies: fsevents: 2.3.2 dev: true