From d2d9a33323640aebf382d6433c9f5dc3d03dd2ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:10:19 -0500 Subject: [PATCH] Bump linkstate from 1.1.1 to 2.0.0 (#11424) Bumps [linkstate](https://github.com/developit/linkstate) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/developit/linkstate/releases) - [Commits](https://github.com/developit/linkstate/compare/1.1.1...2.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 79b58034f..b38d44e45 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "he": "^1.2.0", "honeybadger-js": "2.3.0", "intersection-observer": "^0.11.0", - "linkstate": "^1.1.1", + "linkstate": "^2.0.0", "lodash.debounce": "4.0.8", "postcss-cli": "^7.1.1", "postcss-cssnext": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 62f90efa1..2c92dd47a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7492,6 +7492,11 @@ eslint@^7.11.0: text-table "^0.2.0" v8-compile-cache "^2.0.3" +esm@^3.2.25: + version "3.2.25" + resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" + integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== + espree@^7.3.0: version "7.3.0" resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348" @@ -10957,10 +10962,12 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -linkstate@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/linkstate/-/linkstate-1.1.1.tgz#cb9c29189baa7552295898f78f82b4055d6be108" - integrity sha512-5SICdxQG9FpWk44wSEoM2WOCUNuYfClp10t51XAIV5E7vUILF/dTYxf0vJw6bW2dUd2wcQon+LkNtRijpNLrig== +linkstate@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/linkstate/-/linkstate-2.0.0.tgz#7f4d1e4c0d529f691845186eff2745daee9f36a2" + integrity sha512-ti9WqRjpLqUd8wv4vUDjeqMeAObSieeEJA7QHpUKTDr75gkuWTsgm4+Tngg/3uTogSz68hJ/c+676rLfSgqHUg== + dependencies: + esm "^3.2.25" lint-staged@^10.4.2: version "10.4.2"