From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 12:22:16 +0000 (+0200) Subject: Bump linkinator from 1.8.2 to 2.0.1 (#30158) X-Git-Tag: v5.0.0-alpha1~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4361f4ab6303ad668d7e110f335ec272fcc29ac4;p=thirdparty%2Fbootstrap.git Bump linkinator from 1.8.2 to 2.0.1 (#30158) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 1.8.2 to 2.0.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v1.8.2...v2.0.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index 4fda4dbc17..51e27acee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7551,9 +7551,9 @@ "dev": true }, "linkinator": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.8.2.tgz", - "integrity": "sha512-ee0rNT8G8dkOMdPXrK9ltckxnoFmrlcN2lUSlHxrkjnlYCAQlRvhlnMqMlq69KwRB6Nf7fW6gBKGZgmfabmsWA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.1.tgz", + "integrity": "sha512-kZeK23PKIz4HekQ6/5PJSm8cdbxq/5SoetvuG4w3n6/j3h5JHiNsUjGkfcI0LdY+nF6fm8PkYmjI23TE5VfQBw==", "dev": true, "requires": { "chalk": "^3.0.0", @@ -9702,9 +9702,9 @@ } }, "http-cache-semantics": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz", - "integrity": "sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "integrity": "sha512-Z2EICWNJou7Tr9Bd2M2UqDJq3A9F2ePG9w3lIpjoyuSyXFP9QbniJVu3XQYytuw5ebmG7dXSXO9PgAjJG8DDKA==", "dev": true }, "mimic-response": { diff --git a/package.json b/package.json index 31ce2d0f49..dd1f050539 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "karma-jasmine": "^3.1.1", "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", - "linkinator": "^1.8.2", + "linkinator": "^2.0.1", "lockfile-lint": "^3.0.12", "node-sass": "^4.13.1", "nodemon": "^2.0.2",