diff --git a/package-lock.json b/package-lock.json index d78f53b5..69d391eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3404,10 +3404,13 @@ } }, "@types/i18next": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@types/i18next/-/i18next-12.1.0.tgz", - "integrity": "sha512-qLyqTkp3ZKHsSoX8CNVYcTyTkxlm0aRCUpaUVetgkSlSpiNCdWryOgaYwgbO04tJIfLgBXPcy0tJ3Nl/RagllA==", - "dev": true + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@types/i18next/-/i18next-13.0.0.tgz", + "integrity": "sha512-gp/SIShAuf4WOqi8ey0nuI7qfWaVpMNCcs/xLygrh/QTQIXmlDC1E0TtVejweNW+7SGDY7g0lyxyKZIJuCKIJw==", + "dev": true, + "requires": { + "i18next": "*" + } }, "@types/istanbul-lib-coverage": { "version": "1.1.0", diff --git a/package.json b/package.json index 34ad2cb4..f50aea43 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", "@types/auto-launch": "^5.0.1", "@types/electron-json-storage": "^4.0.0", - "@types/i18next": "^12.1.0", + "@types/i18next": "^13.0.0", "@types/jest": "^24.0.15", "@types/lodash": "^4.14.149", "@types/nedb": "^1.8.7",