From 18e8b2057b3e808dc6268bc6a8a6fea098381f26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 17:35:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-I18NEXT-1065979 - https://snyk.io/vuln/SNYK-JS-I18NEXT-575536 - https://snyk.io/vuln/SNYK-JS-I18NEXT-585930 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c277746..79bb275 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "file-type": "^12.4.0", "fs-extra": "^8.1.0", "github-api": "^3.2.2", - "i18next": "^19.3.2", + "i18next": "^19.8.5", "i18next-electron-language-detector": "^0.0.10", "i18next-fs-backend": "^1.0.1", "json5": "^2.1.3",