From 69d129938b42fe24a673feba6b738e453bab4c47 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 05:08:56 +0000 Subject: [PATCH] fix: upgrade playwright from 1.31.2 to 1.45.1 Snyk has created this PR to upgrade playwright from 1.31.2 to 1.45.1. See this package in npm: playwright See this project in Snyk: https://app.snyk.io/org/cachiman/project/129c1a80-0b75-4158-a2c6-b80d8f450fda?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- examples/publish-ci/vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/publish-ci/vite/package.json b/examples/publish-ci/vite/package.json index 3689f436e5..e3c3ad763a 100644 --- a/examples/publish-ci/vite/package.json +++ b/examples/publish-ci/vite/package.json @@ -27,7 +27,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@vitejs/plugin-react": "^3.0.0", - "playwright": "^1.31.1", + "playwright": "^1.45.1", "prettier": "^2.8.4", "serve": "^14.2.0", "typescript": "^4.9.4",