From 64381f59bd44f072d96fc06b97942912d1643a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:39:06 +0000 Subject: [PATCH] :arrow_up: Bump @shopify/app-bridge-react in /web/frontend Bumps [@shopify/app-bridge-react](https://github.com/Shopify/shopify-app-bridge) from 3.7.10 to 4.1.3. - [Release notes](https://github.com/Shopify/shopify-app-bridge/releases) - [Commits](https://github.com/Shopify/shopify-app-bridge/commits) --- updated-dependencies: - dependency-name: "@shopify/app-bridge-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/package.json b/web/frontend/package.json index 61e75ce..055d2b4 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@shopify/app-bridge": "^3.7.7", - "@shopify/app-bridge-react": "^3.7.7", + "@shopify/app-bridge-react": "^4.1.3", "@shopify/polaris": "^11.20.0", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "4.2.1",