From 527abdf3a8b51fe54cf56209e85f1d3e25ed5593 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:10:51 +0000 Subject: [PATCH] fix: upgrade @playwright/test from 1.31.1 to 1.45.3 Snyk has created this PR to upgrade @playwright/test from 1.31.1 to 1.45.3. See this package in npm: @playwright/test See this project in Snyk: https://app.snyk.io/org/cachiman/project/4b9ea763-c6fd-459d-ba19-8f58e8e0a0bc?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- examples/publish-ci/cra5/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/publish-ci/cra5/package.json b/examples/publish-ci/cra5/package.json index 466ef7279f..7908b53761 100644 --- a/examples/publish-ci/cra5/package.json +++ b/examples/publish-ci/cra5/package.json @@ -41,7 +41,7 @@ "workerDirectory": "public" }, "devDependencies": { - "@playwright/test": "^1.31.1", + "@playwright/test": "^1.45.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3",