diff --git a/contentsgarten.netlify.app/package.json b/contentsgarten.netlify.app/package.json index b4289d16..9d0097c4 100644 --- a/contentsgarten.netlify.app/package.json +++ b/contentsgarten.netlify.app/package.json @@ -33,7 +33,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@playwright/test": "~1.37.0", + "@playwright/test": "~1.38.0", "@remix-run/dev": "^1.14.3", "@remix-run/eslint-config": "^1.14.3", "@rushstack/eslint-plugin-packlets": "^0.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e326d84..230edd54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: version: 3.21.4 devDependencies: '@playwright/test': - specifier: ~1.37.0 - version: 1.37.0 + specifier: ~1.38.0 + version: 1.38.0 '@remix-run/dev': specifier: ^1.14.3 version: 1.15.0(@remix-run/serve@1.15.0) @@ -5844,15 +5844,12 @@ packages: tiny-glob: 0.2.9 tslib: 2.5.0 - /@playwright/test@1.37.0: - resolution: {integrity: sha512-181WBLk4SRUyH1Q96VZl7BP6HcK0b7lbdeKisn3N/vnjitk+9HbdlFz/L5fey05vxaAhldIDnzo8KUoy8S3mmQ==} + /@playwright/test@1.38.0: + resolution: {integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==} engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 18.15.11 - playwright-core: 1.37.0 - optionalDependencies: - fsevents: 2.3.2 + playwright: 1.38.0 dev: true /@popperjs/core@2.11.8: @@ -14295,10 +14292,20 @@ packages: pathe: 1.1.1 dev: true - /playwright-core@1.37.0: - resolution: {integrity: sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==} + /playwright-core@1.38.0: + resolution: {integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==} + engines: {node: '>=16'} + hasBin: true + dev: true + + /playwright@1.38.0: + resolution: {integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==} engines: {node: '>=16'} hasBin: true + dependencies: + playwright-core: 1.38.0 + optionalDependencies: + fsevents: 2.3.2 dev: true /please-upgrade-node@3.2.0: