From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 07:53:13 +0000 (+0300) Subject: Bump linkinator from 2.1.3 to 2.2.0 (#31922) X-Git-Tag: v5.0.0-alpha3~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332c04e918a733d9baafbb2f0ccac0d15cdf98f8;p=thirdparty%2Fbootstrap.git Bump linkinator from 2.1.3 to 2.2.0 (#31922) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.3...v2.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 4eeaa41f66..d7fbc7ac04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6891,9 +6891,9 @@ "dev": true }, "linkinator": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.1.3.tgz", - "integrity": "sha512-MBjaTkMiBuoUq0+e8CtWhlSo6AR+TojNQ7USNCoIiaClI/71o6mF3wrPEizSCwMTjFviHbm/M7JD1M8/0vIFnw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.2.0.tgz", + "integrity": "sha512-sG/4PxmpnTFvP/GjM1zmgOw6zsFqJYKbz1nTIXcanYfpxzldGuTnE6Q0mdY2DgjzSS8w409WBfysxWwbx5xpJA==", "dev": true, "requires": { "chalk": "^4.0.0", @@ -8484,13 +8484,13 @@ } }, "p-queue": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", - "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", + "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "dev": true, "requires": { "eventemitter3": "^4.0.4", - "p-timeout": "^3.1.0" + "p-timeout": "^3.2.0" }, "dependencies": { "p-timeout": { diff --git a/package.json b/package.json index 0abd19dfc6..51fa4d4368 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.5.4", "karma-rollup-preprocessor": "^7.0.5", - "linkinator": "^2.1.3", + "linkinator": "^2.2.0", "lockfile-lint": "^4.3.7", "node-sass": "^4.14.1", "nodemon": "^2.0.4",