diff --git a/package-lock.json b/package-lock.json index b1ee0c5..878ba77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-no-only-tests": "^3.3.0", "mocha": "12.0.0-beta-10", "mocha-play": "^8.4.2", - "playwright-chromium": "^1.59.0", + "playwright-chromium": "^1.59.1", "prettier": "^3.8.1", "rimraf": "^6.1.3", "source-map-loader": "^5.0.0", @@ -3535,14 +3535,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.59.0.tgz", - "integrity": "sha512-dxNxQbAYUk6hXoAuJe283Gtt23TUK9gNkYc6wK/wh1nRGDxDszMdyhTXLPXmJ19bCH46OXhe8ZIJYvR1WW3nng==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.59.1.tgz", + "integrity": "sha512-aTsPenkxsr9np4vIHuMEND6comqepVvzbL0MwkozFNliwGZjTqrBUQ7TF6Ay1ZIU/e7rcUpGsCTUG+nqwxG2Xw==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.59.0" + "playwright-core": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -3552,9 +3552,9 @@ } }, "node_modules/playwright-core": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0.tgz", - "integrity": "sha512-PW/X/IoZ6BMUUy8rpwHEZ8Kc0IiLIkgKYGNFaMs5KmQhcfLILNx9yCQD0rnWeWfz1PNeqcFP1BsihQhDOBCwZw==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 651dd2b..bb0f614 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-no-only-tests": "^3.3.0", "mocha": "12.0.0-beta-10", "mocha-play": "^8.4.2", - "playwright-chromium": "^1.59.0", + "playwright-chromium": "^1.59.1", "prettier": "^3.8.1", "rimraf": "^6.1.3", "source-map-loader": "^5.0.0",