diff --git a/frontend/package.json b/frontend/package.json index e3a12772b76..6ab8e40a85b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -104,7 +104,7 @@ "@nuxt/typescript-build": "^3.0.1", "@nuxtjs/storybook": "^4.3.2", "@pinia/testing": "^0.1.0", - "@playwright/test": "1.41.2", + "@playwright/test": "1.42.0", "@tailwindcss/typography": "^0.5.10", "@testing-library/dom": "^8.13.0", "@testing-library/jest-dom": "^5.16.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9eb9bcb199b..ccfa2b28db4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,8 +191,8 @@ importers: specifier: ^0.1.0 version: 0.1.3(pinia@2.0.33)(vue@2.7.15) '@playwright/test': - specifier: 1.41.2 - version: 1.41.2 + specifier: 1.42.0 + version: 1.42.0 '@tailwindcss/typography': specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.3.5) @@ -5676,12 +5676,12 @@ packages: - vue dev: true - /@playwright/test@1.41.2: - resolution: {integrity: sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==} + /@playwright/test@1.42.0: + resolution: {integrity: sha512-2k1HzC28Fs+HiwbJOQDUwrWMttqSLUVdjCqitBOjdCD0svWOMQUVqrXX6iFD7POps6xXAojsX/dGBpKnjZctLA==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.41.2 + playwright: 1.42.0 dev: true /@polka/url@1.0.0-next.21: @@ -17182,18 +17182,18 @@ packages: engines: {node: '>=10'} dev: false - /playwright-core@1.41.2: - resolution: {integrity: sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==} + /playwright-core@1.42.0: + resolution: {integrity: sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.41.2: - resolution: {integrity: sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==} + /playwright@1.42.0: + resolution: {integrity: sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.41.2 + playwright-core: 1.42.0 optionalDependencies: fsevents: 2.3.2 dev: true