From fbf28bbcaefff08db42a91e6cf39d24129f7c644 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 10:19:00 +0200 Subject: [PATCH 1/2] fix: upgrade @typescript-eslint/parser from 2.28.0 to 2.29.0 Snyk has created this PR to upgrade @typescript-eslint/parser from 2.28.0 to 2.29.0. See this package in NPM: https://www.npmjs.com/package/@typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/coderbyheart/project/271ccfeb-2233-4819-96a2-bda797a21469?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97f7dd5..89d14d9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "BSD-3-Clause", "dependencies": { "@typescript-eslint/eslint-plugin": "^2.28.0", - "@typescript-eslint/parser": "^2.28.0", + "@typescript-eslint/parser": "^2.29.0", "eslint-config-prettier": "^6.10.1" }, "devDependencies": { From 6fba55af37f0e6ecbed6f7571ab93d9b91f2edad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 10:19:01 +0200 Subject: [PATCH 2/2] fix: upgrade @typescript-eslint/parser from 2.28.0 to 2.29.0 Snyk has created this PR to upgrade @typescript-eslint/parser from 2.28.0 to 2.29.0. See this package in NPM: https://www.npmjs.com/package/@typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/coderbyheart/project/271ccfeb-2233-4819-96a2-bda797a21469?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1602c01..2f2eacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -326,14 +326,41 @@ } }, "@typescript-eslint/parser": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.28.0.tgz", - "integrity": "sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.29.0.tgz", + "integrity": "sha512-H78M+jcu5Tf6m/5N8iiFblUUv+HJDguMSdFfzwa6vSg9lKR8Mk9BsgeSjO8l2EshKnJKcbv0e8IDDOvSNjl0EA==", "requires": { "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "2.28.0", - "@typescript-eslint/typescript-estree": "2.28.0", + "@typescript-eslint/experimental-utils": "2.29.0", + "@typescript-eslint/typescript-estree": "2.29.0", "eslint-visitor-keys": "^1.1.0" + }, + "dependencies": { + "@typescript-eslint/experimental-utils": { + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.29.0.tgz", + "integrity": "sha512-H/6VJr6eWYstyqjWXBP2Nn1hQJyvJoFdDtsHxGiD+lEP7piGnGpb/ZQd+z1ZSB1F7dN+WsxUDh8+S4LwI+f3jw==", + "requires": { + "@types/json-schema": "^7.0.3", + "@typescript-eslint/typescript-estree": "2.29.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" + } + }, + "@typescript-eslint/typescript-estree": { + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.29.0.tgz", + "integrity": "sha512-3YGbtnWy4az16Egy5Fj5CckkVlpIh0MADtAQza+jiMADRSKkjdpzZp/5WuvwK/Qib3Z0HtzrDFeWanS99dNhnA==", + "requires": { + "debug": "^4.1.1", + "eslint-visitor-keys": "^1.1.0", + "glob": "^7.1.6", + "is-glob": "^4.0.1", + "lodash": "^4.17.15", + "semver": "^6.3.0", + "tsutils": "^3.17.1" + } + } } }, "@typescript-eslint/typescript-estree": {