From 06bd56e6465520cb77e24c38fa97be2e229a1ef9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Jul 2019 00:38:58 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (development) --- package-lock.json | 161 ++++++++++++++++++++++++---------------------- package.json | 4 +- 2 files changed, 86 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e0b4e4..d4a0050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -923,6 +923,12 @@ } } }, + "@improved/node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@improved/node/-/node-1.0.0.tgz", + "integrity": "sha512-8r6WN+Qp2EsZ6G2F1y0vpJjGFVtoCQQ1aCrvBJ1ofy7SG96nG8FfeXWalxsCbh7zMrieOF45McAb50bYCLCuBQ==", + "dev": true + }, "@jest/console": { "version": "24.7.1", "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz", @@ -1599,9 +1605,9 @@ "dev": true }, "as-table": { - "version": "1.0.38", - "resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.38.tgz", - "integrity": "sha512-scDJaT3LxZFkNcKZZuCpXD9MMc+oD1Ps0eHvpe6zDu6c0hTnuODPvBmldYZ2VigS7G4Gi33ARM02FWa6K+HoHw==", + "version": "1.0.52", + "resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.52.tgz", + "integrity": "sha512-Lw3OjVL9BDGSrU6RoK5aTm79SnrDY0Zvucxc+oOTqZrC2Sw575IhkOTPtvpzviliL/WJaCSWzJdKFdYeI+8wFg==", "dev": true, "requires": { "printable-characters": "^1.0.42" @@ -2201,10 +2207,13 @@ } }, "command-join": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/command-join/-/command-join-2.0.0.tgz", - "integrity": "sha1-Uui5hPSHLZUv8b3IuYOX0nxxRM8=", - "dev": true + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/command-join/-/command-join-3.0.0.tgz", + "integrity": "sha512-areSrJRrc9cbaA+Hxhs+QP4y+lkWXClAyOmxd79NvGEqUw1uLLaMKa2Tmuc1AkaER9XzmGTzpFWzwucYottMKw==", + "dev": true, + "requires": { + "@improved/node": "^1.0.0" + } }, "commander": { "version": "2.20.0", @@ -2334,9 +2343,9 @@ } }, "concurrently": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.0.tgz", - "integrity": "sha512-pwzXCE7qtOB346LyO9eFWpkFJVO3JQZ/qU/feGeaAHiX1M3Rw3zgXKc5cZ8vSH5DGygkjzLFDzA/pwoQDkRNGg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.1.tgz", + "integrity": "sha512-48+FE5RJ0qc8azwKv4keVQWlni1hZeSjcWr8shBelOBtBHcKj1aJFM9lHRiSc1x7lq416pkvsqfBMhSRja+Lhw==", "dev": true, "requires": { "chalk": "^2.4.1", @@ -2356,6 +2365,12 @@ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", "dev": true }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, "read-pkg": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", @@ -2365,14 +2380,6 @@ "normalize-package-data": "^2.3.2", "parse-json": "^4.0.0", "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - } } }, "supports-color": { @@ -3670,9 +3677,9 @@ "dev": true }, "exits": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/exits/-/exits-1.0.2.tgz", - "integrity": "sha512-T3gWdkKz80E32hrPsT131ioQyiMrEG+yoQ5ZoAf4PFvPdVAkKR21BVw3Zj0ccsU53KPX5dUsYgoahwffjSVWBA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/exits/-/exits-2.0.1.tgz", + "integrity": "sha512-uIVEAREGdIBvvLzVj8fuy+ynaVBCSR0hazTsQ9UEaaQ2CRGUMiXRSvkukE1ZuvT0S3Tqh2oae0WiCrU4uwKQ2Q==", "dev": true, "requires": { "arg": "^4.1.0", @@ -3686,35 +3693,6 @@ "pify": "^4.0.1", "promist": "^0.7.0", "uuid": "^3.3.2" - }, - "dependencies": { - "npm-run-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz", - "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "path-key": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.0.tgz", - "integrity": "sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==", - "dev": true - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "dev": true - } } }, "expand-brackets": { @@ -6310,47 +6288,48 @@ "dev": true }, "kpo": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/kpo/-/kpo-0.9.0.tgz", - "integrity": "sha512-vAqO5f0PSNm+RLFy6ceUSV1WuoZxtIx8quQfI9GYQEZxmQoQFHMsI1JRrf8jiYT79Gqn9somKP9I8cKL8KqIJw==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/kpo/-/kpo-0.11.0.tgz", + "integrity": "sha512-TV/eu/JbVUI7UweE/UPJ/74AXKO7IsizuS7ae6awkZTcjUEXHavYcQUyUfhqe7L/B6IQfGQEiaM1araDN28NDg==", "dev": true, "requires": { "arg": "^4.1.0", - "as-table": "^1.0.38", + "as-table": "^1.0.47", "cli-belt": "^0.3.1", - "command-join": "^2.0.0", + "command-join": "^3.0.0", "common-tags": "^1.8.0", "concurrently": "^4.1.0", - "exits": "^1.0.2", + "exits": "^2.0.0", "find-up": "^4.0.0", "fs-extra": "^8.0.1", "glob": "^7.1.4", "js-yaml": "^3.13.1", - "loglevel": "^1.6.1", + "loglevel": "^1.6.2", "manage-path": "^2.0.0", "path-key": "^3.1.0", "promist": "^0.7.0", - "prompts": "^2.0.4", + "prompts": "^2.1.0", "string-argv": "^0.3.0", - "terminate-children": "^0.1.0" + "terminate-children": "^0.1.1" }, "dependencies": { "find-up": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.0.0.tgz", - "integrity": "sha512-zoH7ZWPkRdgwYCDVoQTzqjG8JSPANhtvLhh4KVUHyKnaUJJrNeFmWIkTcNuJmR3GLMEmGYEf2S2bjgx26JTF+Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { - "locate-path": "^5.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, "fs-extra": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.1.tgz", - "integrity": "sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", + "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", "universalify": "^0.1.0" } @@ -6369,6 +6348,12 @@ "path-is-absolute": "^1.0.0" } }, + "graceful-fs": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz", + "integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==", + "dev": true + }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -6378,6 +6363,12 @@ "p-locate": "^4.1.0" } }, + "loglevel": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.3.tgz", + "integrity": "sha512-LoEDv5pgpvWgPF4kNYuIp0qqSJVWak/dML0RY74xlzMZiT9w77teNAwKYKWBTYjlokMirg+o3jBwp+vlLrcfAA==", + "dev": true + }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", @@ -6387,11 +6378,27 @@ "p-limit": "^2.2.0" } }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, "path-key": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.0.tgz", "integrity": "sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==", "dev": true + }, + "prompts": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.1.0.tgz", + "integrity": "sha512-+x5TozgqYdOwWsQFZizE/Tra3fKvAoy037kOyU6cgz84n8f6zxngLOV4O32kTwt9FcLCxAqw0P/c8rOr9y+Gfg==", + "dev": true, + "requires": { + "kleur": "^3.0.2", + "sisteransi": "^1.0.0" + } } } }, @@ -6680,18 +6687,18 @@ } }, "markdownlint": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.14.2.tgz", - "integrity": "sha512-Lzw5u46jcIQW0RX8nfz6mOjg3VwoTi7KTubk+G7LgJMybV98h3tyVaMpsNRm3UomBosNOUKVe3XOjJs6WS6DdQ==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.15.0.tgz", + "integrity": "sha512-sNcrSrUgpNbTQX6rPIMd+RI9rAryGTEbDI9VFpcFyijlC5g8gpkma49k5p98yFLdNbdcB3VW69UJ0smxvTVw6g==", "dev": true, "requires": { "markdown-it": "8.4.2" } }, "markdownlint-cli": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz", - "integrity": "sha512-BmtWhDvbsnbgYirYOiSOxP8THhkCjp28+xVfTyj3D1JsOlj0Txf3IA9wlT5GHCYaR6QfDlWq4pz/rh+bfOw2Vg==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz", + "integrity": "sha512-/MInVAuNUDGj5lWeAweL2s4Wk0BY2UqOUcOuOMhY62LXmQZU9qZiFJ5XgHrAZVMggFH/vPupCiUiAMFgGIOqHg==", "dev": true, "requires": { "commander": "~2.9.0", @@ -6701,7 +6708,7 @@ "js-yaml": "^3.13.1", "lodash.differencewith": "~4.5.0", "lodash.flatten": "~4.4.0", - "markdownlint": "~0.14.1", + "markdownlint": "~0.15.0", "minimatch": "~3.0.4", "rc": "~1.2.7" }, @@ -8862,9 +8869,9 @@ } }, "terminate-children": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/terminate-children/-/terminate-children-0.1.0.tgz", - "integrity": "sha512-JFlD1r+2+0CGE4k8Agjc27nAmToByWxdZlFa++tB+JCI3n0O717d2p5lTMkdIzWlvdTU0anceIV2W81mPsA1iQ==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/terminate-children/-/terminate-children-0.1.2.tgz", + "integrity": "sha512-kcoSNhtmISRHQC07mySK8NVh9krQ0DWCIhsEqWN6jNd8zCtqu8BDTLCrewCGTxQPIbAKbzURrx3qyOy70gnHwA==", "dev": true, "requires": { "ps-tree": "^1.2.0" diff --git a/package.json b/package.json index ea3f210..a482d10 100644 --- a/package.json +++ b/package.json @@ -102,8 +102,8 @@ "eslint-restricted-globals": "^0.2.0", "husky": "^2.3.0", "jest-cli": "^24.8.0", - "kpo": "^0.9.0", - "markdownlint-cli": "^0.16.0", + "kpo": "^0.11.0", + "markdownlint-cli": "^0.17.0", "onchange": "^6.0.0", "prettier": "^1.17.1", "slimconf": "^0.9.1",