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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-16 11:10:19 -05:00 committed by GitHub
parent 18740bc650
commit d2d9a33323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -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",

View file

@ -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"