From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 08:32:01 +0000 (+0300) Subject: Bump linkinator from 2.1.1 to 2.1.2 (#31534) X-Git-Tag: v5.0.0-alpha2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7784549ee5be5f39289c7fb94fb9e5b9962546;p=thirdparty%2Fbootstrap.git Bump linkinator from 2.1.1 to 2.1.2 (#31534) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.1...v2.1.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 26ceaf0ec8..35a722dff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5133,9 +5133,9 @@ } }, "gaxios": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-3.0.4.tgz", - "integrity": "sha512-97NmFuMETFQh6gqPUxkqjxRMjmY8aRKRMphIkgO/b90AbCt5wAVuXsp8oWjIXlLN2pIK/fsXD8edcM7ULkFMLg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-3.1.0.tgz", + "integrity": "sha512-DDTn3KXVJJigtz+g0J3vhcfbDbKtAroSTxauWsdnP57sM5KZ3d2c/3D9RKFJ86s43hfw6WULg6TXYw/AYiBlpA==", "dev": true, "requires": { "abort-controller": "^3.0.0", @@ -6529,9 +6529,9 @@ } }, "jsonexport": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsonexport/-/jsonexport-2.5.2.tgz", - "integrity": "sha512-4joNLCxxUAmS22GN3GA5os/MYFnq8oqXOKvoCymmcT0MPz/QPZ5eA+Fh5sIPxUji45RKq8DdQ1yoKq91p4E9VA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonexport/-/jsonexport-3.0.1.tgz", + "integrity": "sha512-lxDoAZxmWDt1wa4S75CUYe/ZASdmOYyhV7iYbF4npTWxrDv19ofZpJMGbt20W5Orx0hYuid65zGHpt6rRW0Z3A==", "dev": true }, "jsonfile": { @@ -6976,16 +6976,16 @@ "dev": true }, "linkinator": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.1.1.tgz", - "integrity": "sha512-9RhsrcVwG7MgcO0pJIDHyJnrkRY9h2jJEqRFQIOFVpw1f3n/g0oDBbCfa67XTpj+KMEbEnCkoqeGRUteqMdXOg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.1.2.tgz", + "integrity": "sha512-DwebChCP1WqJUfMfpV5IHGzueGeLkQGXbv5UYTOWElq6l0yxPV+S5ODBXYf4fDpg2Go5zA18kJuFOfF0bYZnfQ==", "dev": true, "requires": { "chalk": "^4.0.0", "cheerio": "^1.0.0-rc.2", "finalhandler": "^1.1.2", "gaxios": "^3.0.0", - "jsonexport": "^2.4.1", + "jsonexport": "^3.0.0", "meow": "^7.0.0", "p-queue": "^6.2.1", "serve-static": "^1.14.1", @@ -8546,9 +8546,9 @@ } }, "p-queue": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz", - "integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", + "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", "dev": true, "requires": { "eventemitter3": "^4.0.4", diff --git a/package.json b/package.json index 2ebd6b039d..640897e6f6 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.1", + "linkinator": "^2.1.2", "lockfile-lint": "^4.3.7", "node-sass": "^4.14.1", "nodemon": "^2.0.4",