From 333f5aa15902dbcfbb84ceb705597b70e1e5bceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:01:31 +0000 Subject: [PATCH] build(deps): bump is-mobile from 4.0.0 to 5.0.0 Bumps [is-mobile](https://github.com/juliangruber/is-mobile) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/juliangruber/is-mobile/releases) - [Commits](https://github.com/juliangruber/is-mobile/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: is-mobile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61d8ce234..b56ba7ece 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "crypto-browserify": "3.12.0", "ethers": "5.7.2", "https-browserify": "1.0.0", - "is-mobile": "4.0.0", + "is-mobile": "5.0.0", "near-api-js": "4.0.3", "near-seed-phrase": "0.2.0", "next": "13.3.0", diff --git a/yarn.lock b/yarn.lock index e43632469..1c6f5138e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15149,10 +15149,10 @@ is-map@^2.0.2, is-map@^2.0.3: resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== -is-mobile@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-4.0.0.tgz#bba396eb9656e2739afde3053d7191da310fc758" - integrity sha512-mlcHZA84t1qLSuWkt2v0I2l61PYdyQDt4aG1mLIXF5FDMm4+haBCxCPYSr/uwqQNRk1MiTizn0ypEuRAOLRAew== +is-mobile@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-5.0.0.tgz#1e08a0ef2c38a67bff84a52af68d67bcef445333" + integrity sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ== is-module@^1.0.0: version "1.0.0"