diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 3635e1f..2df9c17 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -21,7 +21,7 @@ "particles.js": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.1", "react-router": "^6.23.0", "react-router-dom": "^6.23.0", "react-scripts": "5.0.1", @@ -22025,9 +22025,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-i18next": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", - "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", + "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" @@ -43784,9 +43784,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-i18next": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", - "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", + "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", "requires": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/webapp/package.json b/webapp/package.json index 3f41179..a87ba02 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -25,7 +25,7 @@ "particles.js": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.1", "react-router": "^6.23.0", "react-router-dom": "^6.23.0", "react-scripts": "5.0.1",