1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Bump linkinator from 2.0.3 to 2.0.4 (#30424)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.3...v2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-20 10:02:34 +02:00
committed by GitHub
parent 0790b8efeb
commit 81223ee041
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -5582,9 +5582,9 @@
} }
}, },
"gaxios": { "gaxios": {
"version": "2.3.2", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-2.3.2.tgz", "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-3.0.0.tgz",
"integrity": "sha512-K/+py7UvKRDaEwEKlLiRKrFr+wjGjsMz5qH7Vs549QJS7cpSCOT/BbWL7pzqECflc46FcNPipjSfB+V1m8PAhw==", "integrity": "sha512-9UwpmysNKCwSCSvFqTSTPFZX89RgMpJBFzKknrjpEm6oQGn7QDlFO57mPqJHP9X4llPR8uSt3LAHBZDXoetGnA==",
"dev": true, "dev": true,
"requires": { "requires": {
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
@@ -7585,15 +7585,15 @@
"dev": true "dev": true
}, },
"linkinator": { "linkinator": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.3.tgz", "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.4.tgz",
"integrity": "sha512-K1AhPAydXL9l4YX0o/FEYQUcBmjQQon3P6xzEZeZvQD1HSpa6FrAVrqZMxaEaDXUc8N1Y7vCmAKKNC6TX+2a5g==", "integrity": "sha512-5CJbZ2CWa2uK/YWvqtglzGuiy8ccYmoCCh+QEmwLa70KDSaphu5/DDbOlPHOSsy5ExN7fnaWtpatmnJi929pBA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^3.0.0", "chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.2", "cheerio": "^1.0.0-rc.2",
"finalhandler": "^1.1.2", "finalhandler": "^1.1.2",
"gaxios": "^2.0.1", "gaxios": "^3.0.0",
"jsonexport": "^2.4.1", "jsonexport": "^2.4.1",
"meow": "^6.0.0", "meow": "^6.0.0",
"p-queue": "^6.2.1", "p-queue": "^6.2.1",

View File

@@ -118,7 +118,7 @@
"karma-jasmine": "^3.1.1", "karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.2", "karma-jasmine-html-reporter": "^1.5.2",
"karma-rollup-preprocessor": "^7.0.3", "karma-rollup-preprocessor": "^7.0.3",
"linkinator": "^2.0.3", "linkinator": "^2.0.4",
"lockfile-lint": "^4.1.0", "lockfile-lint": "^4.1.0",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",