Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-12 15:45:52 +0300
committerGitHub <noreply@github.com>2021-01-12 15:45:52 +0300
commitd3ee8296a01a33ad363f9b6e0a8a8ecb5b8a5ec5 (patch)
treee664b5804e5f52cbd5d4a3c8ab901ba538817176
parent3b09e452dbaecf5a0bc29370abd43564fa5a95fc (diff)
Bump linkinator from 2.13.0 to 2.13.1 (#678)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.13.0...v2.13.1) 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>
-rw-r--r--package-lock.json42
-rw-r--r--package.json2
2 files changed, 39 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index deb703925..173abf746 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4078,9 +4078,9 @@
"dev": true
},
"linkinator": {
- "version": "2.13.0",
- "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.13.0.tgz",
- "integrity": "sha512-CSktxDpKO80fPs89x/lv8fsUv5fAljvp2kIIF+bbMG6ZN/T02K6KUlsuGm+lK1eJfcKtaopji0dPOFmRvbssmA==",
+ "version": "2.13.1",
+ "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.13.1.tgz",
+ "integrity": "sha512-BJckUPehsvuWK8JsIli1wFH9oQCnmPtc+bsOeBBhEGNoz9AMrhkj0dZIU6HpfMSTrb//lCqdjtuxPbqXEgIumw==",
"dev": true,
"requires": {
"chalk": "^4.0.0",
@@ -4089,11 +4089,45 @@
"glob": "^7.1.6",
"jsonexport": "^3.0.0",
"marked": "^1.2.5",
- "meow": "^8.0.0",
+ "meow": "^9.0.0",
"p-queue": "^6.2.1",
"serve-handler": "^6.1.3",
"server-destroy": "^1.0.1",
"update-notifier": "^5.0.0"
+ },
+ "dependencies": {
+ "meow": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
+ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "dev": true,
+ "requires": {
+ "@types/minimist": "^1.2.0",
+ "camelcase-keys": "^6.2.2",
+ "decamelize": "^1.2.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.0",
+ "read-pkg-up": "^7.0.1",
+ "redent": "^3.0.0",
+ "trim-newlines": "^3.0.0",
+ "type-fest": "^0.18.0",
+ "yargs-parser": "^20.2.3"
+ }
+ },
+ "type-fest": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "dev": true
+ },
+ "yargs-parser": {
+ "version": "20.2.4",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
+ "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
+ "dev": true
+ }
}
},
"load-json-file": {
diff --git a/package.json b/package.json
index 3249bd460..30bd77efa 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"find-unused-sass-variables": "^3.1.0",
"hugo-bin": "^0.68.0",
"js-yaml": "^4.0.0",
- "linkinator": "^2.13.0",
+ "linkinator": "^2.13.1",
"lockfile-lint": "^4.3.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.3",