diff --git a/contentsgarten.netlify.app/package.json b/contentsgarten.netlify.app/package.json index 1bc1227..1d9093d 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.38.0", + "@playwright/test": "~1.39.0", "@remix-run/dev": "^1.14.3", "@remix-run/eslint-config": "^1.14.3", "@rushstack/eslint-plugin-packlets": "^0.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e02642..861ff3e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: version: 3.21.4 devDependencies: '@playwright/test': - specifier: ~1.38.0 - version: 1.38.0 + specifier: ~1.39.0 + version: 1.39.0 '@remix-run/dev': specifier: ^1.14.3 version: 1.15.0(@remix-run/serve@1.15.0) @@ -5833,12 +5833,12 @@ packages: tiny-glob: 0.2.9 tslib: 2.5.0 - /@playwright/test@1.38.0: - resolution: {integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==} + /@playwright/test@1.39.0: + resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.38.0 + playwright: 1.39.0 dev: true /@popperjs/core@2.11.8: @@ -14285,18 +14285,18 @@ packages: pathe: 1.1.1 dev: true - /playwright-core@1.38.0: - resolution: {integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==} + /playwright-core@1.39.0: + resolution: {integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.38.0: - resolution: {integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==} + /playwright@1.39.0: + resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.38.0 + playwright-core: 1.39.0 optionalDependencies: fsevents: 2.3.2 dev: true