From 39ec1b031d8213106034c7451e43525051d33f0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Sep 2023 23:38:10 +0000 Subject: [PATCH] fix: upgrade i18next from 23.4.6 to 23.5.1 Snyk has created this PR to upgrade i18next from 23.4.6 to 23.5.1. See this package in npm: https://www.npmjs.com/package/i18next See this project in Snyk: https://app.snyk.io/org/camptocamp/project/28d73645-1f4e-446d-b9b4-93db1580fdaa?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d3b911675..a960394ee 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -23,7 +23,7 @@ "earcut": "2.2.4", "event-target-shim": "6.0.2", "fomantic-ui-css": "2.9.2", - "i18next": "23.4.6", + "i18next": "^23.5.1", "i18next-http-backend": "2.2.1", "interactjs": "1.10.18", "jquery": "3.7.1", @@ -9634,9 +9634,9 @@ } }, "node_modules/i18next": { - "version": "23.4.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.6.tgz", - "integrity": "sha512-jBE8bui969Ygv7TVYp0pwDZB7+he0qsU+nz7EcfdqSh+QvKjEfl9YPRQd/KrGiMhTYFGkeuPaeITenKK/bSFDg==", + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz", + "integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==", "funding": [ { "type": "individual", diff --git a/ui/package.json b/ui/package.json index 23bd91b88..4387bac53 100644 --- a/ui/package.json +++ b/ui/package.json @@ -38,7 +38,7 @@ "earcut": "2.2.4", "event-target-shim": "6.0.2", "fomantic-ui-css": "2.9.2", - "i18next": "23.4.6", + "i18next": "23.5.1", "i18next-http-backend": "2.2.1", "interactjs": "1.10.18", "jquery": "3.7.1",