diff --git a/package-lock.json b/package-lock.json index c952506..cb5421a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,10 +13,10 @@ "@tauri-apps/api": "^1", "antd": "^5.21.6", "classnames": "^2.5.1", - "i18next": "^23.16.4", + "i18next": "^23.16.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "styled-components": "^6.1.13", "tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1" }, @@ -4151,9 +4151,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", @@ -5911,9 +5911,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", + "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" @@ -6627,8 +6627,8 @@ }, "node_modules/tauri-plugin-window-state-api": { "version": "0.0.0", - "resolved": "git+ssh://git@github.com/tauri-apps/tauri-plugin-window-state.git#aa0b2a9cbf96f87a172e999670be79c4bb5d67dd", - "integrity": "sha512-JphRjELo+9aXIJnnY6x/AUYAcY050dwlJ8s2n8lPOsNBtVHsEaatjMvrKcvG5mpxmk/2Jpn0GeASrbl9EUBR6g==", + "resolved": "git+ssh://git@github.com/tauri-apps/tauri-plugin-window-state.git#e4f784d8313c937fe4944827da5b51274ef1b93e", + "integrity": "sha512-yUVYIGcrir+oxO3N8XlgBfgdS6cg12G5vLXPlKqc/vwc+0UH2Bki8RYSjPwNr1oKv0xVV1UxHsT9c7e37NW0YQ==", "license": "MIT or APACHE-2.0", "dependencies": { "@tauri-apps/api": "1.6.0" diff --git a/package.json b/package.json index 4bf7428..c53474f 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "@tauri-apps/api": "^1", "antd": "^5.21.6", "classnames": "^2.5.1", - "i18next": "^23.16.4", + "i18next": "^23.16.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "styled-components": "^6.1.13", "tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1" },