From cf054bf17cbe53a7bc8cdf43d4a8e0c4cd938fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:35:40 +0000 Subject: [PATCH 1/2] Bump @shopify/admin-api-client from 0.2.1 to 0.2.2 Bumps [@shopify/admin-api-client](https://github.com/Shopify/shopify-api-js) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/Shopify/shopify-api-js/releases) - [Commits](https://github.com/Shopify/shopify-api-js/compare/@shopify/admin-api-client@0.2.1...@shopify/admin-api-client@0.2.2) --- updated-dependencies: - dependency-name: "@shopify/admin-api-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/shopify-app-remix/package.json | 2 +- yarn.lock | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/packages/shopify-app-remix/package.json b/packages/shopify-app-remix/package.json index c348b8b6ad..6e4963ce94 100644 --- a/packages/shopify-app-remix/package.json +++ b/packages/shopify-app-remix/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@remix-run/server-runtime": "^2.0.0", - "@shopify/admin-api-client": "^0.2.1", + "@shopify/admin-api-client": "^0.2.2", "@shopify/shopify-api": "^9.0.2", "@shopify/shopify-app-session-storage": "^2.0.4", "@shopify/storefront-api-client": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index a8f1334cb0..97ffa9a81a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2687,13 +2687,6 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@shopify/admin-api-client@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@shopify/admin-api-client/-/admin-api-client-0.2.1.tgz#98f10a9732b6d742189af5ccb7bb4dd781485acd" - integrity sha512-Oeh247CRXqSk5ktrEoBRN/BA5AGEliiyKJeTSGaIZpnMYDSXb2FNsmLaZY49/jTklmMouwoqh7FnYE5Vw8ZyQw== - dependencies: - "@shopify/graphql-client" "^0.9.1" - "@shopify/admin-api-client@^0.2.2": version "0.2.2" resolved "https://registry.yarnpkg.com/@shopify/admin-api-client/-/admin-api-client-0.2.2.tgz#c288b4af8834bc7ab6c7c1ad26e7feddfa648ec6" @@ -2762,12 +2755,7 @@ globby "^11.1.0" typescript "^4.8.3 || ^5.0.0" -"@shopify/graphql-client@^0.9.1": - version "0.9.1" - resolved "https://registry.yarnpkg.com/@shopify/graphql-client/-/graphql-client-0.9.1.tgz#0c37a4143c0dd26837e82b8fd13e1b64fabf90dc" - integrity sha512-yx6PIHY8u4O0ijUQccmIpjoyM1JSbe5RkrSyXSbjhsS+nla0WAJDIMw4R01mjx3dFnVIcGONhRX/QrUq97uWig== - -"@shopify/graphql-client@^0.9.2": +"@shopify/graphql-client@^0.9.1", "@shopify/graphql-client@^0.9.2": version "0.9.2" resolved "https://registry.yarnpkg.com/@shopify/graphql-client/-/graphql-client-0.9.2.tgz#2c37ba20bbc1713c78b1b241af99405cd92ab428" integrity sha512-Xk7bPA3UsLXFHV6F39t5g8dTVxqPagwJoR+MLYUvCuhlWpDeZW3f/OcgShXPPben5NcnOVV38kj5GVlkvrWqiQ== From 8811faad4cbb3e7c51ea6a6ae65b463951a90829 Mon Sep 17 00:00:00 2001 From: Paulo Margarido <64600052+paulomarg@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:06:38 -0500 Subject: [PATCH 2/2] Add changeset for dependency update --- .changeset/empty-queens-hide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/empty-queens-hide.md diff --git a/.changeset/empty-queens-hide.md b/.changeset/empty-queens-hide.md new file mode 100644 index 0000000000..f7cefae136 --- /dev/null +++ b/.changeset/empty-queens-hide.md @@ -0,0 +1,5 @@ +--- +'@shopify/shopify-app-remix': patch +--- + +Updated the `@shopify/admin-api-client` dependency