Browse Source

fix(deps): update dependency i18next to v24.2.3 (#3232)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 10 months ago
parent
commit
34222e5333
1 changed files with 5 additions and 4 deletions
  1. 5 4
      webview-ui/package-lock.json

+ 5 - 4
webview-ui/package-lock.json

@@ -13120,9 +13120,9 @@
 			"license": "BSD-3-Clause"
 		},
 		"node_modules/i18next": {
-			"version": "24.2.2",
-			"resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz",
-			"integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==",
+			"version": "24.2.3",
+			"resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz",
+			"integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==",
 			"funding": [
 				{
 					"type": "individual",
@@ -13137,8 +13137,9 @@
 					"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
 				}
 			],
+			"license": "MIT",
 			"dependencies": {
-				"@babel/runtime": "^7.23.2"
+				"@babel/runtime": "^7.26.10"
 			},
 			"peerDependencies": {
 				"typescript": "^5"