From 09af7e038fc20647d5d20d04f7c3be7f91f2e174 Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Thu, 24 Oct 2024 18:18:41 -0300 Subject: [PATCH] update: deps --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94c355c..b62955a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "hammerjs": "^2.0.8", - "i18next": "^23.16.2", + "i18next": "^23.16.3", "i18next-http-backend": "^2.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -7926,9 +7926,9 @@ } }, "node_modules/i18next": { - "version": "23.16.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.2.tgz", - "integrity": "sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==", + "version": "23.16.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.3.tgz", + "integrity": "sha512-e8q9gFyjrou5v/hBXgRwtWVK7Gp5So19Kf42spJlijGDfkin5abYFHlblonmD2GFYcsf9XIT7MpVuveJq/VCcA==", "funding": [ { "type": "individual", @@ -21041,9 +21041,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.16.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.2.tgz", - "integrity": "sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==", + "version": "23.16.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.3.tgz", + "integrity": "sha512-e8q9gFyjrou5v/hBXgRwtWVK7Gp5So19Kf42spJlijGDfkin5abYFHlblonmD2GFYcsf9XIT7MpVuveJq/VCcA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index b98b495..7ddea6f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "hammerjs": "^2.0.8", - "i18next": "^23.16.2", + "i18next": "^23.16.3", "i18next-http-backend": "^2.6.2", "react": "^18.3.1", "react-dom": "^18.3.1",