From 0824e9c04503ec76f0a597b8656fe853697ae591 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 6 Sep 2020 19:28:50 +0200 Subject: [PATCH] Upgrade @ehmicky/dev-tasks 0.31.65 -> 0.31.66 --- package-lock.json | 37 ++++++++++++------------------------- package.json | 2 +- 2 files changed, 13 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cc6e44..75ec8fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1133,14 +1133,14 @@ } }, "@ehmicky/dev-tasks": { - "version": "0.31.65", - "resolved": "https://registry.npmjs.org/@ehmicky/dev-tasks/-/dev-tasks-0.31.65.tgz", - "integrity": "sha512-E1u/lR2bGdzObiTc5y4+BbdaYvETw6edzSYkGhBhn96jfd399gc7znjpS+MtFV0SKMnZjeD7bWdzB10OJ1VOpA==", + "version": "0.31.66", + "resolved": "https://registry.npmjs.org/@ehmicky/dev-tasks/-/dev-tasks-0.31.66.tgz", + "integrity": "sha512-VAZ2wfVTPtebs/TOCn46oo+c2Q4EtRKVCJCud5EDCE6ZoCNOh5hmPPp185KGjmZ77f+h8YA2xntJ/4PlSCxn+w==", "dev": true, "requires": { "@babel/preset-env": "^7.11.5", "@babel/register": "^7.11.5", - "@ehmicky/eslint-config": "^15.10.83", + "@ehmicky/eslint-config": "^15.10.84", "@gulp-sourcemaps/map-sources": "^1.0.0", "ava": "^3.12.1", "core-js": "^3.6.5", @@ -1153,7 +1153,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-fp": "^2.3.0", - "eslint-plugin-html": "^6.0.3", + "eslint-plugin-html": "^6.1.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-markdown": "^1.0.2", "eslint-plugin-node": "^11.1.0", @@ -1162,7 +1162,7 @@ "eslint-plugin-unicorn": "^21.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", "execa": "^4.0.3", - "got": "^11.6.0", + "got": "^11.6.2", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-eslint": "^6.0.0", @@ -1299,9 +1299,9 @@ } }, "@ehmicky/eslint-config": { - "version": "15.10.83", - "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-15.10.83.tgz", - "integrity": "sha512-qKrWa5/jnvHiivK5BF5p4kvU0ZTQfTa8raiCu4snQBTFB3JYDyqoNyo8NT+wpevD9aWUrpEY9mJLjna5ffWuIQ==", + "version": "15.10.84", + "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-15.10.84.tgz", + "integrity": "sha512-bFBeNMp7gB0NXOexWS0IkUTTkQdkBfqQXG8kaNcWB4NpZ6G4pbIUJ+ZFIVk7QzPCc7M4hUIYMz/b+3d+SMOWiA==", "dev": true }, "@eslint/eslintrc": { @@ -3945,9 +3945,9 @@ } }, "electron-to-chromium": { - "version": "1.3.565", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.565.tgz", - "integrity": "sha512-me5dGlHFd8Q7mKhqbWRLIYnKjw4i0fO6hmW0JBxa7tM87fBfNEjWokRnDF7V+Qme/9IYpwhfMn+soWs40tXWqg==", + "version": "1.3.567", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.567.tgz", + "integrity": "sha512-1aKkw0Hha1Bw9JA5K5PT5eFXC/TXbkJvUfNSNEciPUMgSIsRJZM1hF2GUEAGZpAbgvd8En21EA+Lv820KOhvqA==", "dev": true }, "emittery": { @@ -10283,19 +10283,6 @@ "responselike": "^2.0.0" } }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", - "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", - "dev": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, "decompress-response": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", diff --git a/package.json b/package.json index 2eec15f..e1054fc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "yargs": "^16.0.3" }, "devDependencies": { - "@ehmicky/dev-tasks": "^0.31.65", + "@ehmicky/dev-tasks": "^0.31.66", "ava": "^3.12.1", "gulp": "^4.0.2", "husky": "^4.3.0"