diff --git a/ui/extensions/hello/package-lock.json b/ui/extensions/hello/package-lock.json index 896c80b..06fa5c6 100644 --- a/ui/extensions/hello/package-lock.json +++ b/ui/extensions/hello/package-lock.json @@ -13,7 +13,7 @@ "@crowdstrike/foundry-js": "^0.18.0", "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", - "react": "19.1.0", + "react": "19.1.1", "react-dom": "19.1.0", "react-router-dom": "7.7.1" }, @@ -8977,9 +8977,9 @@ } }, "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/ui/extensions/hello/package.json b/ui/extensions/hello/package.json index ca5c292..c508845 100644 --- a/ui/extensions/hello/package.json +++ b/ui/extensions/hello/package.json @@ -17,7 +17,7 @@ "@crowdstrike/foundry-js": "^0.18.0", "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", - "react": "19.1.0", + "react": "19.1.1", "react-dom": "19.1.0", "react-router-dom": "7.7.1" },