diff --git a/package-lock.json b/package-lock.json index 707ebc5..6f03623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chalk": "^4.1.2", "discord.js": "^14.5.0", "dotenv": "^16.0.2", - "i18next": "^21.9.2", + "i18next": "^21.10.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4", @@ -695,9 +695,9 @@ } }, "node_modules/i18next": { - "version": "21.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", - "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "funding": [ { "type": "individual", @@ -1844,9 +1844,9 @@ } }, "i18next": { - "version": "21.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", - "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index acf0def..2f48afd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chalk": "^4.1.2", "discord.js": "^14.5.0", "dotenv": "^16.0.2", - "i18next": "^21.9.2", + "i18next": "^21.10.0", "i18next-fs-backend": "^1.1.5", "js-yaml": "^4.1.0", "mongoose": "^6.2.4",