From 3b0a121470d71abb1ac9f5483629f3b0741d4a6f Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Mon, 30 Dec 2024 10:04:45 +0200 Subject: [PATCH] OPHJOD-1172: Update dependencies --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d211be..e192ab0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,12 +11,12 @@ "dependencies": { "@jod/design-system": "github:Opetushallitus/jod-design-system#main", "dompurify": "^3.2.3", - "i18next": "^23.16.5", + "i18next": "^23.16.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-i18next": "^15.1.1", - "react-icons": "^5.3.0", + "react-i18next": "^15.1.2", + "react-icons": "^5.4.0", "react-router": "^7.0.2", "web-vitals": "^4.2.4" }, @@ -6378,9 +6378,9 @@ } }, "node_modules/i18next": { - "version": "23.16.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", - "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", + "version": "23.16.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", + "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", "funding": [ { "type": "individual", @@ -8549,9 +8549,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", - "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.3.0.tgz", + "integrity": "sha512-rEsdTx1L6a/XmqFHreDz4arGqjWtoGWg9IxZbScRBK5aXkTLK3rzRElifhNo/SuNIEsjLDwnhvblnlYZGckrIg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", @@ -8571,9 +8571,9 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index de4f3c2..445a582 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "dependencies": { "@jod/design-system": "github:Opetushallitus/jod-design-system#main", "dompurify": "^3.2.3", - "i18next": "^23.16.5", + "i18next": "^23.16.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-i18next": "^15.1.1", - "react-icons": "^5.3.0", + "react-i18next": "^15.1.2", + "react-icons": "^5.4.0", "react-router": "^7.0.2", "web-vitals": "^4.2.4" },