From d7c9b8d87dabc684c79aaf57b492481b95551e0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Nov 2020 06:22:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98b162b0f5..a66e3cfaea 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "t-component": "^1.0.0", "tags-input": "^1.1.1", "through2-concurrent": "~1.1.1", - "transliteration": "~1.5.3", + "transliteration": "~2.2.0", "type-component": "0.0.1", "uglifyify": "^3.0.2", "valid-url": "^1.0.9", @@ -192,7 +192,7 @@ "watchify": "~3.9.0", "whatwg-fetch": "~2.0.3", "xss": "~0.3.3", - "yargs": "~7.0.2" + "yargs": "~16.0.0" }, "devDependencies": { "arr-diff": "~3.0.0",