From 3e4f7540c0e1a70040a9327e633e78749e625ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2020 21:06:56 +0000 Subject: [PATCH] fix: upgrade eslint from 6.7.1 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.7.1 to 6.8.0. See this package in NPM: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/fisker/project/0e69bf6b-92e2-4fc0-9071-c21e7c029c5f?utm_source=github&utm_medium=upgrade-pr --- .../package-lock.json | 28 +++++++++---------- .../eslint-config-unicorn-tester/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/test/integration/eslint-config-unicorn-tester/package-lock.json b/test/integration/eslint-config-unicorn-tester/package-lock.json index 55060d39ca..7b272d2e19 100644 --- a/test/integration/eslint-config-unicorn-tester/package-lock.json +++ b/test/integration/eslint-config-unicorn-tester/package-lock.json @@ -328,9 +328,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.1.tgz", - "integrity": "sha512-UWzBS79pNcsDSxgxbdjkmzn/B6BhsXMfUaOHnNwyE8nD+Q6pyT96ow2MccVayUTV4yMid4qLhMiQaywctRkBLA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", + "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.10.0", @@ -382,7 +382,7 @@ } }, "eslint-plugin-unicorn": { - "version": "file:../../..", + "version": "file:../..", "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", @@ -878,9 +878,9 @@ "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, "fast-levenshtein": { "version": "2.0.6", @@ -1001,9 +1001,9 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "inquirer": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.0.tgz", - "integrity": "sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.3.tgz", + "integrity": "sha512-+OiOVeVydu4hnCGLCSX+wedovR/Yzskv9BFqUNNKq9uU2qg7LCcCo3R86S2E7WLo0y/x2pnEZfZe1CoYnORUAw==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^2.4.2", @@ -1014,7 +1014,7 @@ "lodash": "^4.17.15", "mute-stream": "0.0.8", "run-async": "^2.2.0", - "rxjs": "^6.4.0", + "rxjs": "^6.5.3", "string-width": "^4.1.0", "strip-ansi": "^5.1.0", "through": "^2.3.6" @@ -1258,9 +1258,9 @@ } }, "rxjs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz", - "integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz", + "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==", "requires": { "tslib": "^1.9.0" } diff --git a/test/integration/eslint-config-unicorn-tester/package.json b/test/integration/eslint-config-unicorn-tester/package.json index 7683f62c77..581555ddbb 100644 --- a/test/integration/eslint-config-unicorn-tester/package.json +++ b/test/integration/eslint-config-unicorn-tester/package.json @@ -3,7 +3,7 @@ "dependencies": { "@typescript-eslint/parser": "2.9.0", "babel-eslint": "^10.0.3", - "eslint": "^6.7.1", + "eslint": "^6.8.0", "eslint-plugin-unicorn": "file:../../..", "typescript": "3.7.2" }