From 9a97571bbd49a0dfb65b2e48c002eeab9637cd4e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Feb 2020 00:31:06 +0000 Subject: [PATCH] chore(deps): lock file maintenance --- package-lock.json | 50 +++-------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ed2047..e5b548a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,17 +83,6 @@ "strip-ansi": "^6.0.0", "text-table": "^0.2.0", "try-resolve": "^1.0.1" - }, - "dependencies": { - "@textlint/types": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", - "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", - "dev": true, - "requires": { - "@textlint/ast-node-types": "^4.2.5" - } - } } }, "@textlint/kernel": { @@ -112,17 +101,6 @@ "deep-equal": "^1.1.0", "map-like": "^2.0.0", "structured-source": "^3.0.2" - }, - "dependencies": { - "@textlint/types": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", - "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", - "dev": true, - "requires": { - "@textlint/ast-node-types": "^4.2.5" - } - } } }, "@textlint/linter-formatter": { @@ -149,17 +127,6 @@ "text-table": "^0.2.0", "try-resolve": "^1.0.1", "xml-escape": "^1.0.0" - }, - "dependencies": { - "@textlint/types": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", - "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", - "dev": true, - "requires": { - "@textlint/ast-node-types": "^4.2.5" - } - } } }, "@textlint/markdown-to-ast": { @@ -225,9 +192,9 @@ } }, "@textlint/types": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.0.tgz", - "integrity": "sha512-PJM3u0dnKyFCQJfhS+ft4OPse10P2PXz7bM2YJMyEs6kKOc2hDvZE7CH8F85GuSL9H5gToTqJ9/c3Yy4I3S+iA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", + "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", "dev": true, "requires": { "@textlint/ast-node-types": "^4.2.5" @@ -2078,17 +2045,6 @@ "structured-source": "^3.0.2", "try-resolve": "^1.0.1", "unique-concat": "^0.2.2" - }, - "dependencies": { - "@textlint/types": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", - "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", - "dev": true, - "requires": { - "@textlint/ast-node-types": "^4.2.5" - } - } } }, "textlint-rule-helper": {