From cad1a3aaabc8e23ebc62587cd39dd2e2543cf613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 02:02:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Bump=20depcheck=20from=201.4.1?= =?UTF-8?q?=20to=201.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [depcheck](https://github.com/depcheck/depcheck) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/depcheck/depcheck/releases) - [Changelog](https://github.com/depcheck/depcheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/depcheck/depcheck/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: depcheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6807d52eeff..d3993ff16b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4480,9 +4480,9 @@ denodeify@^1.2.1: integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE= depcheck@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/depcheck/-/depcheck-1.4.1.tgz#1dfbac61ad6411ae407050a383e7411eb8933ad2" - integrity sha512-ecX8zIXE9TlVu14ebnZTwgIeP/t/Rq2WpowjWbMuqG6ayozVVf9zKW4EBEQ/HsS1dxhY+J9+UiRetu2UMxG9ww== + version "1.4.2" + resolved "https://registry.yarnpkg.com/depcheck/-/depcheck-1.4.2.tgz#dedeb8729b8fdf990e2bc45a869d99cfb4460097" + integrity sha512-oYaBLRbF5NMkYxc5rltnqtuPAn25Lx5xPBIJXy5oUVBgrEDDtotCoYUfFH8lvcmSWzgk1Ts9H+f4Rk0oWL51LQ== dependencies: "@babel/parser" "^7.12.5" "@babel/traverse" "^7.12.5" @@ -4492,6 +4492,7 @@ depcheck@^1.4.1: debug "^4.2.0" deps-regex "^0.1.4" ignore "^5.1.8" + is-core-module "^2.4.0" js-yaml "^3.14.0" json5 "^2.1.3" lodash "^4.17.20" @@ -6375,10 +6376,10 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-core-module@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" - integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== +is-core-module@^2.2.0, is-core-module@^2.4.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19" + integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ== dependencies: has "^1.0.3"