From eeff85f362f2474efddb3bf21c3edd6c24078fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:49:35 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test in /frontend (#515) Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 30 +++++++++++++++--------------- frontend/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c7a497b897..53c97e62d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "vscode-ws-jsonrpc": "^1.0.2" }, "devDependencies": { - "@playwright/test": "^1.25.0", + "@playwright/test": "^1.25.1", "@sveltejs/adapter-static": "^1.0.0-next.39", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", @@ -402,13 +402,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.0.tgz", - "integrity": "sha512-j4EZhTTQI3dBeWblE21EV//swwmBtOpIrLdOIJIRv4uqsLdHgBg1z+JtTg+AeC5o2bAXIE26kDNW5A0TimG8Bg==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz", + "integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.25.0" + "playwright-core": "1.25.1" }, "bin": { "playwright": "cli.js" @@ -3611,9 +3611,9 @@ } }, "node_modules/playwright-core": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.0.tgz", - "integrity": "sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz", + "integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==", "dev": true, "bin": { "playwright": "cli.js" @@ -5963,13 +5963,13 @@ } }, "@playwright/test": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.0.tgz", - "integrity": "sha512-j4EZhTTQI3dBeWblE21EV//swwmBtOpIrLdOIJIRv4uqsLdHgBg1z+JtTg+AeC5o2bAXIE26kDNW5A0TimG8Bg==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz", + "integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==", "dev": true, "requires": { "@types/node": "*", - "playwright-core": "1.25.0" + "playwright-core": "1.25.1" } }, "@popperjs/core": { @@ -8231,9 +8231,9 @@ "dev": true }, "playwright-core": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.0.tgz", - "integrity": "sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz", + "integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==", "dev": true }, "postcss": { diff --git a/frontend/package.json b/frontend/package.json index 41df869715..09df5e47d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "test": "playwright test --config=tests-out/playwright.config.js" }, "devDependencies": { - "@playwright/test": "^1.25.0", + "@playwright/test": "^1.25.1", "@sveltejs/adapter-static": "^1.0.0-next.39", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1",