From 22a2f50c4974cc1e7f1e4cd89841c6b001b96e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:01:40 +0000 Subject: [PATCH] :arrow_up: Bump @shopify/shopify-app-express from 4.1.6 to 5.0.0 in /web Bumps [@shopify/shopify-app-express](https://github.com/Shopify/shopify-app-express) from 4.1.6 to 5.0.0. - [Release notes](https://github.com/Shopify/shopify-app-express/releases) - [Commits](https://github.com/Shopify/shopify-app-express/compare/@shopify/shopify-app-express@4.1.6...@shopify/shopify-app-express@5.0.0) --- updated-dependencies: - dependency-name: "@shopify/shopify-app-express" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 3ed9b5b..ff51857 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@shopify/shopify-api": "^9.0.2", - "@shopify/shopify-app-express": "^4.0.0", + "@shopify/shopify-app-express": "^5.0.0", "@shopify/shopify-app-session-storage-sqlite": "^2.0.4", "compression": "^1.7.4", "cross-env": "^7.0.3",