From dd69f26129e7862d94e1a59717e53ec1fcfa2dba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Aug 2025 08:08:03 +0000 Subject: [PATCH] fix: upgrade react from 19.1.0 to 19.1.1 Snyk has created this PR to upgrade react from 19.1.0 to 19.1.1. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/anmoldhiman7111/project/cd0e6a92-55c0-4bf3-b3c9-63ba2edc39e1?utm_source=github&utm_medium=referral&page=upgrade-pr --- webview-ui/package-lock.json | 9 +++++---- webview-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/webview-ui/package-lock.json b/webview-ui/package-lock.json index 5f1666f..798e417 100644 --- a/webview-ui/package-lock.json +++ b/webview-ui/package-lock.json @@ -13,7 +13,7 @@ "@uiw/react-json-view": "^2.0.0-alpha.32", "@vscode-elements/react-elements": "^1.15.0", "@vscode/codicons": "^0.0.36", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-icons": "^5.5.0", "react-redux": "^9.2.0", @@ -2354,9 +2354,10 @@ ] }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/webview-ui/package.json b/webview-ui/package.json index d731095..5d8710a 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -15,7 +15,7 @@ "@uiw/react-json-view": "^2.0.0-alpha.32", "@vscode-elements/react-elements": "^1.15.0", "@vscode/codicons": "^0.0.36", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-icons": "^5.5.0", "react-redux": "^9.2.0",