From 2ae4468b071adef799783f4c25a030374da7710b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2020 21:06:46 +0000 Subject: [PATCH] fix: upgrade @typescript-eslint/parser from 2.9.0 to 2.14.0 Snyk has created this PR to upgrade @typescript-eslint/parser from 2.9.0 to 2.14.0. See this package in NPM: https://www.npmjs.com/package/@typescript-eslint/parser 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 | 32 +++++++++---------- .../eslint-config-unicorn-tester/package.json | 2 +- 2 files changed, 17 insertions(+), 17 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..037c0e2830 100644 --- a/test/integration/eslint-config-unicorn-tester/package-lock.json +++ b/test/integration/eslint-config-unicorn-tester/package-lock.json @@ -105,35 +105,35 @@ "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==" }, "@types/json-schema": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.3.tgz", - "integrity": "sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==" + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz", + "integrity": "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==" }, "@typescript-eslint/experimental-utils": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz", - "integrity": "sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz", + "integrity": "sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==", "requires": { "@types/json-schema": "^7.0.3", - "@typescript-eslint/typescript-estree": "2.9.0", + "@typescript-eslint/typescript-estree": "2.14.0", "eslint-scope": "^5.0.0" } }, "@typescript-eslint/parser": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.9.0.tgz", - "integrity": "sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.14.0.tgz", + "integrity": "sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==", "requires": { "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "2.9.0", - "@typescript-eslint/typescript-estree": "2.9.0", + "@typescript-eslint/experimental-utils": "2.14.0", + "@typescript-eslint/typescript-estree": "2.14.0", "eslint-visitor-keys": "^1.1.0" } }, "@typescript-eslint/typescript-estree": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz", - "integrity": "sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz", + "integrity": "sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==", "requires": { "debug": "^4.1.1", "eslint-visitor-keys": "^1.1.0", @@ -382,7 +382,7 @@ } }, "eslint-plugin-unicorn": { - "version": "file:../../..", + "version": "file:../..", "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", diff --git a/test/integration/eslint-config-unicorn-tester/package.json b/test/integration/eslint-config-unicorn-tester/package.json index 7683f62c77..82bfa3f28c 100644 --- a/test/integration/eslint-config-unicorn-tester/package.json +++ b/test/integration/eslint-config-unicorn-tester/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-unicorn-tester", "dependencies": { - "@typescript-eslint/parser": "2.9.0", + "@typescript-eslint/parser": "2.14.0", "babel-eslint": "^10.0.3", "eslint": "^6.7.1", "eslint-plugin-unicorn": "file:../../..",