From 56e2bae3fe9fc85c68b5a54a8708106112a929e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:24:56 +0000 Subject: [PATCH] chore(deps): update devdependency playwright to v1.40.1 --- package.json | 2 +- pnpm-lock.yaml | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d8cf8219..772bbbc6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "husky": "8.0.3", "lint-staged": "15.0.2", "nuxt": "3.8.2", - "playwright": "1.37.1", + "playwright": "1.40.1", "prettier": "3.1.1", "typescript": "5.1.6", "vitest": "1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b843a20..0a38ab08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: 3.8.2 version: 3.8.2(@types/node@20.8.10)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.1.6)(vite@4.5.0)(vue-tsc@1.8.26) playwright: - specifier: 1.37.1 - version: 1.37.1 + specifier: 1.40.1 + version: 1.40.1 prettier: specifier: 3.1.1 version: 3.1.1 @@ -4455,6 +4455,14 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true + /fsevents@2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + dev: true + optional: true + /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -6233,19 +6241,20 @@ packages: mlly: 1.4.2 pathe: 1.1.1 - /playwright-core@1.37.1: - resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} + /playwright-core@1.40.1: + resolution: {integrity: sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.37.1: - resolution: {integrity: sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==} + /playwright@1.40.1: + resolution: {integrity: sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==} engines: {node: '>=16'} hasBin: true - requiresBuild: true dependencies: - playwright-core: 1.37.1 + playwright-core: 1.40.1 + optionalDependencies: + fsevents: 2.3.2 dev: true /postcss-calc@9.0.1(postcss@8.4.32):