aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-20 10:02:34 +0200
committerGitHub <[email protected]>2020-03-20 10:02:34 +0200
commit81223ee0412cc937cde108242e93b4407f6cede5 (patch)
tree15228ce3c3da348b822fe32be1bb5ad27000bb90
parent0790b8efebce75404c013bc876921dde9522c83d (diff)
downloadbootstrap-81223ee0412cc937cde108242e93b4407f6cede5.tar.xz
bootstrap-81223ee0412cc937cde108242e93b4407f6cede5.zip
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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f9cdf0907..aeb1f06a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5582,9 +5582,9 @@
}
},
"gaxios": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-2.3.2.tgz",
- "integrity": "sha512-K/+py7UvKRDaEwEKlLiRKrFr+wjGjsMz5qH7Vs549QJS7cpSCOT/BbWL7pzqECflc46FcNPipjSfB+V1m8PAhw==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-3.0.0.tgz",
+ "integrity": "sha512-9UwpmysNKCwSCSvFqTSTPFZX89RgMpJBFzKknrjpEm6oQGn7QDlFO57mPqJHP9X4llPR8uSt3LAHBZDXoetGnA==",
"dev": true,
"requires": {
"abort-controller": "^3.0.0",
@@ -7585,15 +7585,15 @@
"dev": true
},
"linkinator": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.3.tgz",
- "integrity": "sha512-K1AhPAydXL9l4YX0o/FEYQUcBmjQQon3P6xzEZeZvQD1HSpa6FrAVrqZMxaEaDXUc8N1Y7vCmAKKNC6TX+2a5g==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.4.tgz",
+ "integrity": "sha512-5CJbZ2CWa2uK/YWvqtglzGuiy8ccYmoCCh+QEmwLa70KDSaphu5/DDbOlPHOSsy5ExN7fnaWtpatmnJi929pBA==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"finalhandler": "^1.1.2",
- "gaxios": "^2.0.1",
+ "gaxios": "^3.0.0",
"jsonexport": "^2.4.1",
"meow": "^6.0.0",
"p-queue": "^6.2.1",
diff --git a/package.json b/package.json
index 47bc0a7ca..0cd88af0c 100644
--- a/package.json
+++ b/package.json
@@ -118,7 +118,7 @@
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"karma-rollup-preprocessor": "^7.0.3",
- "linkinator": "^2.0.3",
+ "linkinator": "^2.0.4",
"lockfile-lint": "^4.1.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",