Merge pull request #470 from ZynerOrg/renovate/i18next-http-backend-2.x

Update dependency i18next-http-backend to v2
This commit is contained in:
Axel Olausson Holtenäs 2022-10-31 11:28:22 +01:00 committed by GitHub
commit 092ce8c909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -24,7 +24,7 @@
"i18next": "^22.0.0",
"i18next-async-backend": "^2.0.0",
"i18next-fs-backend": "^1.1.4",
"i18next-http-backend": "^1.4.0",
"i18next-http-backend": "^2.0.0",
"i18next-resources-to-backend": "^1.0.0",
"moment": "^2.29.4",
"mongoose": "^6.2.3",
@ -3953,9 +3953,9 @@
"integrity": "sha512-raTel3EfshiUXxR0gvmIoqp75jhkj8+7R1LjB006VZKPTFBbXyx6TlUVhb8Z9+7ahgpFbcQg1QWVOdf/iNzI5A=="
},
"node_modules/i18next-http-backend": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.4.tgz",
"integrity": "sha512-M4gLPe6JKZ2p1UmE6t4rzWV/sAxgrLThW7ztXAsTpFwFqXoyzhTzX8eYxVv9KjpCQh4K9nwxnEjEi+74C4Thbg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
"dependencies": {
"cross-fetch": "3.1.5"
}
@ -10677,9 +10677,9 @@
"integrity": "sha512-raTel3EfshiUXxR0gvmIoqp75jhkj8+7R1LjB006VZKPTFBbXyx6TlUVhb8Z9+7ahgpFbcQg1QWVOdf/iNzI5A=="
},
"i18next-http-backend": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.4.tgz",
"integrity": "sha512-M4gLPe6JKZ2p1UmE6t4rzWV/sAxgrLThW7ztXAsTpFwFqXoyzhTzX8eYxVv9KjpCQh4K9nwxnEjEi+74C4Thbg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
"requires": {
"cross-fetch": "3.1.5"
}

View file

@ -48,7 +48,7 @@
"i18next": "^22.0.0",
"i18next-async-backend": "^2.0.0",
"i18next-fs-backend": "^1.1.4",
"i18next-http-backend": "^1.4.0",
"i18next-http-backend": "^2.0.0",
"i18next-resources-to-backend": "^1.0.0",
"moment": "^2.29.4",
"mongoose": "^6.2.3",