From 4bc4368c4a2d1a14e47144be43630b59788316fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:14:40 +0000 Subject: [PATCH] Bump @playwright/test from 1.48.0 to 1.48.2 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.48.0...v1.48.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4ce50981..967ed4436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "@gitlab/svgs": "^3.83.0", "@nasa-gcn/architect-plugin-search": "^1.4.0", "@nasa-gcn/eslint-config-gitignore": "^0.0.2", - "@playwright/test": "^1.48.0", + "@playwright/test": "^1.48.2", "@remix-run/dev": "~2.10.3", "@remix-run/eslint-config": "~2.10.3", "@testing-library/jest-dom": "^6.4.8", @@ -15263,12 +15263,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz", - "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==", + "version": "1.48.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", + "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", "dev": true, "dependencies": { - "playwright": "1.48.0" + "playwright": "1.48.2" }, "bin": { "playwright": "cli.js" @@ -30911,12 +30911,12 @@ } }, "node_modules/playwright": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", - "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", + "version": "1.48.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", + "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", "dev": true, "dependencies": { - "playwright-core": "1.48.0" + "playwright-core": "1.48.2" }, "bin": { "playwright": "cli.js" @@ -30929,9 +30929,9 @@ } }, "node_modules/playwright-core": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", - "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", + "version": "1.48.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", + "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 3215b1f16..103889d25 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@gitlab/svgs": "^3.83.0", "@nasa-gcn/architect-plugin-search": "^1.4.0", "@nasa-gcn/eslint-config-gitignore": "^0.0.2", - "@playwright/test": "^1.48.0", + "@playwright/test": "^1.48.2", "@remix-run/dev": "~2.10.3", "@remix-run/eslint-config": "~2.10.3", "@testing-library/jest-dom": "^6.4.8",