diff --git a/package-lock.json b/package-lock.json index f31c512..002452e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9293,9 +9293,9 @@ } }, "i18next": { - "version": "17.0.16", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.0.16.tgz", - "integrity": "sha512-PtPiycw8H/45AAy2nuS3Ehov1X9k5V/gTJ89Uh8VAA3dx8EbsWwyP3c25fd4PWlLUey3YbRLTNPbre/dPho8Og==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.1.tgz", + "integrity": "sha512-4nY+yaENaoZKmpbiDXPzucVHCN3hN9Z9Zk7LyQXVOKVIpnYOJ3L/yxHJlBPtJDq3PGgjFwA0QBFm/26Z0iDT5A==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 20ce140..4a68f12 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "domkit": "0.0.3", "emoji-mart": "^2.9.1", "highlight.js": "^9.15.10", - "i18next": "^17.0.16", + "i18next": "^17.3.1", "ipfs": "^0.37.1", "lodash.debounce": "^4.0.8", "mobx": "^5.13.0",