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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot] 2020-08-26 11:32:01 +03:00 committed by GitHub
parent 09c525085d
commit 9c7784549e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

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

View File

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