From 1272a58881b05d67815eec41eb6291473c48f8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:02:09 +0000 Subject: [PATCH] Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [i18next](https://github.com/i18next/i18next), [react-i18next](https://github.com/i18next/react-i18next) and [tauri-plugin-window-state-api](https://github.com/tauri-apps/tauri-plugin-window-state). Updates `i18next` from 23.16.4 to 23.16.5 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v23.16.5) Updates `react-i18next` from 15.1.0 to 15.1.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.0...v15.1.1) Updates `tauri-plugin-window-state-api` from `aa0b2a9` to `e4f784d` - [Release notes](https://github.com/tauri-apps/tauri-plugin-window-state/releases) - [Commits](https://github.com/tauri-apps/tauri-plugin-window-state/compare/aa0b2a9cbf96f87a172e999670be79c4bb5d67dd...e4f784d8313c937fe4944827da5b51274ef1b93e) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tauri-plugin-window-state-api dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) 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" },