From 1d46e3128fe8f1033ace71eb8a57f19644382e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:57:51 +0000 Subject: [PATCH] build(deps): bump @sindresorhus/is from 4.6.0 to 5.4.1 Bumps [@sindresorhus/is](https://github.com/sindresorhus/is) from 4.6.0 to 5.4.1. - [Release notes](https://github.com/sindresorhus/is/releases) - [Commits](https://github.com/sindresorhus/is/compare/v4.6.0...v5.4.1) --- updated-dependencies: - dependency-name: "@sindresorhus/is" 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 c67c367..f119371 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "watch": "rollup -c -w" }, "dependencies": { - "@sindresorhus/is": "^4.0.0" + "@sindresorhus/is": "^5.4.1" }, "devDependencies": { "@types/jest": "^27.0.0", diff --git a/yarn.lock b/yarn.lock index 0b650b4..94220c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -699,10 +699,10 @@ estree-walker "^2.0.1" picomatch "^2.2.2" -"@sindresorhus/is@^4.0.0": - version "4.6.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f" - integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw== +"@sindresorhus/is@^5.4.1": + version "5.4.1" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.4.1.tgz#c4383ce702fb90531c3d310506bab89e70427c53" + integrity sha512-axlrvsHlHlFmKKMEg4VyvMzFr93JWJj4eIfXY1STVuO2fsImCa7ncaiG5gC8HKOX590AW5RtRsC41/B+OfrSqw== "@sinonjs/commons@^1.7.0": version "1.8.3"