Bump linkinator from 1.6.4 to 1.7.1 (#29666)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 1.6.4 to 1.7.1.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v1.6.4...v1.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-13 09:05:56 +02:00 committed by XhmikosR
parent bca5b6ab9c
commit a7e920baff
2 changed files with 36 additions and 7 deletions

41
package-lock.json generated
View File

@ -878,6 +878,12 @@
"defer-to-connect": "^1.0.1"
}
},
"@types/color-name": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==",
"dev": true
},
"@types/estree": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
@ -7203,9 +7209,9 @@
"dev": true
},
"linkinator": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.6.4.tgz",
"integrity": "sha512-7iavNTKop5FGwlXgDVlJtUW0bj+TpkLGGWVul+ewAnDdNH5L0YlRUcIDMizdVYyjFqyy620Gd5H7V9Pqd3kI0g==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.7.1.tgz",
"integrity": "sha512-dy/w9ZxD40DBom6TTeA+wlfv8j7L7sW86V/j3vzg4Zx/w/T10u/7XIqarjpM19wYHFq0w6NV9roba//nbxf3qw==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@ -7214,17 +7220,19 @@
"gaxios": "^2.0.1",
"jsonexport": "^2.4.1",
"meow": "^5.0.0",
"p-queue": "^6.2.1",
"serve-static": "^1.14.1",
"server-destroy": "^1.0.1",
"update-notifier": "^3.0.1"
},
"dependencies": {
"ansi-styles": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.1.0.tgz",
"integrity": "sha512-Qts4KCLKG+waHc9C4m07weIY8qyeixoS0h6RnbsNVD6Fw+pEZGW3vTyObL3WXpE09Mq4Oi7/lBEyLmOiLtlYWQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.0.tgz",
"integrity": "sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==",
"dev": true,
"requires": {
"@types/color-name": "^1.1.1",
"color-convert": "^2.0.1"
}
},
@ -8855,6 +8863,27 @@
"p-limit": "^2.0.0"
}
},
"p-queue": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.2.1.tgz",
"integrity": "sha512-wV8yC/rkuWpgu9LGKJIb48OynYSrE6lVl2Bx6r8WjbyVKrFAzzQ/QevAvwnDjlD+mLt8xy0LTDOU1freOvMTCg==",
"dev": true,
"requires": {
"eventemitter3": "^4.0.0",
"p-timeout": "^3.1.0"
},
"dependencies": {
"p-timeout": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
"dev": true,
"requires": {
"p-finally": "^1.0.0"
}
}
}
},
"p-timeout": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",

View File

@ -117,7 +117,7 @@
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-rollup-preprocessor": "^7.0.2",
"linkinator": "^1.6.4",
"linkinator": "^1.7.1",
"node-sass": "^4.13.0",
"nodemon": "^1.19.4",
"npm-run-all": "^4.1.5",