commit 930e9b07dfc28593f03b5b6a2a1a4c129c9d66e5
parent 7e15fa476d87efe9ccd19960e5f38a47d260e77c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Mar 2022 02:14:23 +0100
Bump next-i18next from 10.3.0 to 10.4.0 (#80)
Bumps [next-i18next](https://github.com/isaachinman/next-i18next) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/isaachinman/next-i18next/releases)
- [Commits](https://github.com/isaachinman/next-i18next/compare/v10.3.0...v10.4.0)
---
updated-dependencies:
- dependency-name: next-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -13,7 +13,7 @@
"localforage": "1.10.0",
"meilisearch": "0.24.0",
"next": "12.1.0",
- "next-i18next": "10.3.0",
+ "next-i18next": "10.4.0",
"png-chunks-extract": "1.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
@@ -5965,9 +5965,9 @@
}
},
"node_modules/next-i18next": {
- "version": "10.3.0",
- "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.3.0.tgz",
- "integrity": "sha512-glVigyij3wivFAqGYxgW0w6rQHETpAAKnN5p2Lc//XiSENCbkDRW9a8ApA/c5msAnThzrYXNVu4XcKRfSCWQzA==",
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz",
+ "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==",
"dependencies": {
"@babel/runtime": "^7.13.17",
"@types/hoist-non-react-statics": "^3.3.1",
@@ -13621,9 +13621,9 @@
}
},
"next-i18next": {
- "version": "10.3.0",
- "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.3.0.tgz",
- "integrity": "sha512-glVigyij3wivFAqGYxgW0w6rQHETpAAKnN5p2Lc//XiSENCbkDRW9a8ApA/c5msAnThzrYXNVu4XcKRfSCWQzA==",
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz",
+ "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==",
"requires": {
"@babel/runtime": "^7.13.17",
"@types/hoist-non-react-statics": "^3.3.1",
diff --git a/package.json b/package.json
@@ -24,7 +24,7 @@
"localforage": "1.10.0",
"meilisearch": "0.24.0",
"next": "12.1.0",
- "next-i18next": "10.3.0",
+ "next-i18next": "10.4.0",
"png-chunks-extract": "1.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",