From 0b9dd0b6d556e36fae9cd1946a79278e8d9f3c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 18:57:40 +0000 Subject: [PATCH] build(deps): bump @sindresorhus/is from 4.6.0 to 5.4.0 Bumps [@sindresorhus/is](https://github.com/sindresorhus/is) from 4.6.0 to 5.4.0. - [Release notes](https://github.com/sindresorhus/is/releases) - [Commits](https://github.com/sindresorhus/is/compare/v4.6.0...v5.4.0) --- 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..b0c0d3e 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.0" }, "devDependencies": { "@types/jest": "^27.0.0", diff --git a/yarn.lock b/yarn.lock index 0b650b4..a9f5d8d 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.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.4.0.tgz#b1bfbd6024311ade045093b424536cefcc8e3a42" + integrity sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA== "@sinonjs/commons@^1.7.0": version "1.8.3"