commit 3265c62c1b25ada8b2e20d295030c2cefec971a4
parent ea26efab9341a6b767b0939b8a2b1c5f2cadf906
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 6 Mar 2022 14:32:04 +0100
Bump next-i18next from 10.4.0 to 10.5.0 (#91)
Bumps [next-i18next](https://github.com/isaachinman/next-i18next) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/isaachinman/next-i18next/releases)
- [Commits](https://github.com/isaachinman/next-i18next/compare/v10.4.0...v10.5.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, 50 insertions(+), 52 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.4.0",
+ "next-i18next": "10.5.0",
"png-chunks-extract": "1.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
@@ -4601,9 +4601,9 @@
}
},
"node_modules/i18next": {
- "version": "21.6.11",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.11.tgz",
- "integrity": "sha512-tJ2+o0lVO+fhi8bPkCpBAeY1SgkqmQm5NzgPWCQssBrywJw98/o+Kombhty5nxQOpHtvMmsxcOopczUiH6bJxQ==",
+ "version": "21.6.12",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
+ "integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
"funding": [
{
"type": "individual",
@@ -5965,17 +5965,17 @@
}
},
"node_modules/next-i18next": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz",
- "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.5.0.tgz",
+ "integrity": "sha512-+Xj/v5gqpEUBKKAaFCZ76+Ps6OGAaIgGowJTF67wTcmIQbHrcHMPjHwPTbnpXy7uHrH8os7i4eAfRENAv/6xwg==",
"dependencies": {
"@babel/runtime": "^7.13.17",
"@types/hoist-non-react-statics": "^3.3.1",
"core-js": "^3",
"hoist-non-react-statics": "^3.2.0",
- "i18next": "^21.5.3",
+ "i18next": "^21.6.12",
"i18next-fs-backend": "^1.0.7",
- "react-i18next": "^11.8.13"
+ "react-i18next": "^11.15.5"
},
"engines": {
"node": ">=12"
@@ -5989,28 +5989,6 @@
"react": ">= 16.8.0"
}
},
- "node_modules/next-i18next/node_modules/react-i18next": {
- "version": "11.15.3",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
- "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
- "dependencies": {
- "@babel/runtime": "^7.14.5",
- "html-escaper": "^2.0.2",
- "html-parse-stringify": "^3.0.1"
- },
- "peerDependencies": {
- "i18next": ">= 19.0.0",
- "react": ">= 16.8.0"
- },
- "peerDependenciesMeta": {
- "react-dom": {
- "optional": true
- },
- "react-native": {
- "optional": true
- }
- }
- },
"node_modules/next/node_modules/postcss": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
@@ -7277,6 +7255,28 @@
"react": ">= 16.8"
}
},
+ "node_modules/react-i18next": {
+ "version": "11.15.5",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz",
+ "integrity": "sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==",
+ "dependencies": {
+ "@babel/runtime": "^7.14.5",
+ "html-escaper": "^2.0.2",
+ "html-parse-stringify": "^3.0.1"
+ },
+ "peerDependencies": {
+ "i18next": ">= 19.0.0",
+ "react": ">= 16.8.0"
+ },
+ "peerDependenciesMeta": {
+ "react-dom": {
+ "optional": true
+ },
+ "react-native": {
+ "optional": true
+ }
+ }
+ },
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
@@ -12578,9 +12578,9 @@
}
},
"i18next": {
- "version": "21.6.11",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.11.tgz",
- "integrity": "sha512-tJ2+o0lVO+fhi8bPkCpBAeY1SgkqmQm5NzgPWCQssBrywJw98/o+Kombhty5nxQOpHtvMmsxcOopczUiH6bJxQ==",
+ "version": "21.6.12",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
+ "integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
"requires": {
"@babel/runtime": "^7.12.0"
}
@@ -13621,29 +13621,17 @@
}
},
"next-i18next": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.4.0.tgz",
- "integrity": "sha512-3ShASQiQjEmfpCrghOXnUpq6f3tvp/DWyvL/TOoMiH30ERfpbdv7279m4f08tqwGaWlOukanutvs1s1vrQI3Pw==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-10.5.0.tgz",
+ "integrity": "sha512-+Xj/v5gqpEUBKKAaFCZ76+Ps6OGAaIgGowJTF67wTcmIQbHrcHMPjHwPTbnpXy7uHrH8os7i4eAfRENAv/6xwg==",
"requires": {
"@babel/runtime": "^7.13.17",
"@types/hoist-non-react-statics": "^3.3.1",
"core-js": "^3",
"hoist-non-react-statics": "^3.2.0",
- "i18next": "^21.5.3",
+ "i18next": "^21.6.12",
"i18next-fs-backend": "^1.0.7",
- "react-i18next": "^11.8.13"
- },
- "dependencies": {
- "react-i18next": {
- "version": "11.15.3",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
- "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
- "requires": {
- "@babel/runtime": "^7.14.5",
- "html-escaper": "^2.0.2",
- "html-parse-stringify": "^3.0.1"
- }
- }
+ "react-i18next": "^11.15.5"
}
},
"node-addon-api": {
@@ -14563,6 +14551,16 @@
"prop-types": "^15.8.1"
}
},
+ "react-i18next": {
+ "version": "11.15.5",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz",
+ "integrity": "sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==",
+ "requires": {
+ "@babel/runtime": "^7.14.5",
+ "html-escaper": "^2.0.2",
+ "html-parse-stringify": "^3.0.1"
+ }
+ },
"react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
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.4.0",
+ "next-i18next": "10.5.0",
"png-chunks-extract": "1.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",