From 36f4a469a2425f189b136620378bf91b3153906a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:09:09 +0000 Subject: [PATCH] Bump @shopify/shopify-api from 5.3.0 to 6.0.2 in /web Bumps [@shopify/shopify-api](https://github.com/Shopify/shopify-api-js) from 5.3.0 to 6.0.2. - [Release notes](https://github.com/Shopify/shopify-api-js/releases) - [Changelog](https://github.com/Shopify/shopify-api-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/shopify-api-js/compare/v5.3.0...v6.0.2) --- updated-dependencies: - dependency-name: "@shopify/shopify-api" 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 fca3cd8..1c14053 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "node": ">=14.13.1" }, "dependencies": { - "@shopify/shopify-api": "^5.0.0", + "@shopify/shopify-api": "^6.0.2", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3",