From dcb5f23340ed0ef41a446c73351627b50e246dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:50:52 +0900 Subject: [PATCH] Bump playwright from 1.47.2 to 1.49.0 (#305) Bumps [playwright](https://github.com/microsoft/playwright) from 1.47.2 to 1.49.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.47.2...v1.49.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ken7253 <57705206+ken7253@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5f9f8c..1d58146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@vitejs/plugin-vue": "^5.2.1", "inquirer": "^12.1.0", "markdownlint-cli2": "^0.15.0", - "playwright": "^1.47.2", + "playwright": "^1.49.0", "storybook": "^8.4.5", "tsx": "^4.19.2", "typescript": "^5.7.2", @@ -10268,12 +10268,12 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz", - "integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", + "integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", "dev": true, "dependencies": { - "playwright-core": "1.47.2" + "playwright-core": "1.49.0" }, "bin": { "playwright": "cli.js" @@ -10330,9 +10330,9 @@ } }, "node_modules/playwright/node_modules/playwright-core": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz", - "integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", + "integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 9bb86d4..5033500 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vitejs/plugin-vue": "^5.2.1", "inquirer": "^12.1.0", "markdownlint-cli2": "^0.15.0", - "playwright": "^1.47.2", + "playwright": "^1.49.0", "storybook": "^8.4.5", "tsx": "^4.19.2", "typescript": "^5.7.2",