diff --git a/libs/@guardian/libs/package.json b/libs/@guardian/libs/package.json index 7b3c9e879..0e1d15154 100644 --- a/libs/@guardian/libs/package.json +++ b/libs/@guardian/libs/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@guardian/eslint-config": "workspace:*", - "@playwright/test": "1.46.1", + "@playwright/test": "1.47.0", "@types/jest": "29.5.8", "@types/wcag-contrast": "3.0.3", "eslint": "9.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a43dd03e4..7399e8a1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -415,8 +415,8 @@ importers: specifier: workspace:* version: link:../eslint-config '@playwright/test': - specifier: 1.46.1 - version: 1.46.1 + specifier: 1.47.0 + version: 1.47.0 '@types/jest': specifier: 29.5.8 version: 29.5.8 @@ -3744,12 +3744,12 @@ packages: dev: true optional: true - /@playwright/test@1.46.1: - resolution: {integrity: sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==} + /@playwright/test@1.47.0: + resolution: {integrity: sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==} engines: {node: '>=18'} hasBin: true dependencies: - playwright: 1.46.1 + playwright: 1.47.0 dev: true /@rollup/plugin-commonjs@26.0.1(rollup@4.21.0): @@ -11084,18 +11084,18 @@ packages: dependencies: find-up: 4.1.0 - /playwright-core@1.46.1: - resolution: {integrity: sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==} + /playwright-core@1.47.0: + resolution: {integrity: sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==} engines: {node: '>=18'} hasBin: true dev: true - /playwright@1.46.1: - resolution: {integrity: sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==} + /playwright@1.47.0: + resolution: {integrity: sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==} engines: {node: '>=18'} hasBin: true dependencies: - playwright-core: 1.46.1 + playwright-core: 1.47.0 optionalDependencies: fsevents: 2.3.2 dev: true