80.diff (2083B)
1 diff --git a/package-lock.json b/package-lock.json 2 index e474833..542361b 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -13,7 +13,7 @@ 6 "localforage": "1.10.0", 7 "meilisearch": "0.24.0", 8 "next": "12.1.0", 9 - "next-i18next": "10.3.0", 10 + "next-i18next": "10.4.0", 11 "png-chunks-extract": "1.0.0", 12 "prop-types": "15.8.1", 13 "react": "17.0.2", 14 @@ -5965,9 +5965,9 @@ 15 } 16 }, 17 "node_modules/next-i18next": { 18 - "version": "10.3.0", 19 - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.3.0.tgz", 20 - "integrity": "sha512-glVigyij3wivFAqGYxgW0w6rQHETpAAKnN5p2Lc//XiSENCbkDRW9a8ApA/c5msAnThzrYXNVu4XcKRfSCWQzA==", 21 + "version": "10.4.0", 22 + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz", 23 + "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==", 24 "dependencies": { 25 "@babel/runtime": "^7.13.17", 26 "@types/hoist-non-react-statics": "^3.3.1", 27 @@ -13620,9 +13620,9 @@ 28 } 29 }, 30 "next-i18next": { 31 - "version": "10.3.0", 32 - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.3.0.tgz", 33 - "integrity": "sha512-glVigyij3wivFAqGYxgW0w6rQHETpAAKnN5p2Lc//XiSENCbkDRW9a8ApA/c5msAnThzrYXNVu4XcKRfSCWQzA==", 34 + "version": "10.4.0", 35 + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz", 36 + "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==", 37 "requires": { 38 "@babel/runtime": "^7.13.17", 39 "@types/hoist-non-react-statics": "^3.3.1", 40 diff --git a/package.json b/package.json 41 index a5ebc58..b69428d 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -24,7 +24,7 @@ 45 "localforage": "1.10.0", 46 "meilisearch": "0.24.0", 47 "next": "12.1.0", 48 - "next-i18next": "10.3.0", 49 + "next-i18next": "10.4.0", 50 "png-chunks-extract": "1.0.0", 51 "prop-types": "15.8.1", 52 "react": "17.0.2",