From f13c24bac7d4458c0e6d2ae0b808c40d3f1ce77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:03:19 +0000 Subject: [PATCH] Bump @shopify/shopify-api from 5.3.0 to 6.2.0 in /web Bumps [@shopify/shopify-api](https://github.com/Shopify/shopify-api-js) from 5.3.0 to 6.2.0. - [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.2.0) --- 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..841c101 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.2.0", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3",