From 7132531752fd68ec0549adb4381c6fb9f5aeafa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:32:10 +0000 Subject: [PATCH] Bump @playwright/test from 1.46.1 to 1.48.0 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.46.1 to 1.48.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.48.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... 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 3abd4ad29..d48ec4d72 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.46.1", + "@playwright/test": "^1.48.0", "@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.46.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", - "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz", + "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==", "dev": true, "dependencies": { - "playwright": "1.46.1" + "playwright": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -30911,12 +30911,12 @@ } }, "node_modules/playwright": { - "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", - "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", + "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", "dev": true, "dependencies": { - "playwright-core": "1.46.1" + "playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -30929,9 +30929,9 @@ } }, "node_modules/playwright-core": { - "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", - "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", + "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index a4d8234bb..b33427e06 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.46.1", + "@playwright/test": "^1.48.0", "@remix-run/dev": "~2.10.3", "@remix-run/eslint-config": "~2.10.3", "@testing-library/jest-dom": "^6.4.8",