From 53460f9e09397d3eb4ca9fc003d084b88d3b600d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:29:23 +0000 Subject: [PATCH] :arrow_up: Bump @shopify/shopify-app-session-storage-sqlite in /web Bumps [@shopify/shopify-app-session-storage-sqlite](https://github.com/Shopify/shopify-app-js) from 2.0.4 to 3.0.5. - [Release notes](https://github.com/Shopify/shopify-app-js/releases) - [Commits](https://github.com/Shopify/shopify-app-js/compare/@shopify/shopify-app-session-storage-sqlite@2.0.4...@shopify/shopify-app-session-storage-sqlite@3.0.5) --- updated-dependencies: - dependency-name: "@shopify/shopify-app-session-storage-sqlite" 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..daff67b 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "dependencies": { "@shopify/shopify-api": "^9.0.2", "@shopify/shopify-app-express": "^4.0.0", - "@shopify/shopify-app-session-storage-sqlite": "^2.0.4", + "@shopify/shopify-app-session-storage-sqlite": "^3.0.5", "compression": "^1.7.4", "cross-env": "^7.0.3", "serve-static": "^1.14.1"