From bebe11b3ba5bd1bdcab3de25cc0a104cee4fe824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:32:11 +0000 Subject: [PATCH] Bump isbot from 3.6.12 to 3.7.1 Bumps [isbot](https://github.com/omrilotan/isbot) from 3.6.12 to 3.7.1. - [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md) - [Commits](https://github.com/omrilotan/isbot/compare/v3.6.12...v3.7.1) --- updated-dependencies: - dependency-name: isbot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/shopify-app-remix/package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packages/shopify-app-remix/package.json b/packages/shopify-app-remix/package.json index af72a92f8c..26c59dc364 100644 --- a/packages/shopify-app-remix/package.json +++ b/packages/shopify-app-remix/package.json @@ -70,7 +70,7 @@ "@remix-run/server-runtime": "^2.0.0", "@shopify/shopify-api": "^8.1.1", "@shopify/shopify-app-session-storage": "^2.0.2", - "isbot": "^3.6.5", + "isbot": "^3.7.1", "semver": "^7.5.4", "tslib": "^2.6.2" }, diff --git a/yarn.lock b/yarn.lock index 3bc1d18609..f0d9105392 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6680,15 +6680,10 @@ isarray@^2.0.5: resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== -isbot@^3.6.10: - version "3.6.10" - resolved "https://registry.yarnpkg.com/isbot/-/isbot-3.6.10.tgz#7b66334e81794f0461794debb567975cf08eaf2b" - integrity sha512-+I+2998oyP4oW9+OTQD8TS1r9P6wv10yejukj+Ksj3+UR5pUhsZN3f8W7ysq0p1qxpOVNbl5mCuv0bCaF8y5iQ== - -isbot@^3.6.5: - version "3.6.12" - resolved "https://registry.yarnpkg.com/isbot/-/isbot-3.6.12.tgz#db01e46fe669d821a7583f067f2b43356f5c50c2" - integrity sha512-dGc3jRIORywaaqs4G5wj+58i5/l1eoI75q7XNiyW9Sgfoyr3QkyDZUXw+cuB7AOFq/0aruCQrGLrnKJlQarP/g== +isbot@^3.6.10, isbot@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/isbot/-/isbot-3.7.1.tgz#83655e59bfae8cd410d3c63b398c8ad813bf3fdf" + integrity sha512-JfqOaY3O1lcWt2nc+D6Mq231CNpwZrBboLa59Go0J8hjGH+gY/Sy0CA/YLUSIScINmAVwTdJZIsOTk4PfBtRuw== isexe@^2.0.0: version "2.0.0"