diff --git a/ui/extensions/hello/package-lock.json b/ui/extensions/hello/package-lock.json index 896c80b..9518b15 100644 --- a/ui/extensions/hello/package-lock.json +++ b/ui/extensions/hello/package-lock.json @@ -14,7 +14,7 @@ "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", "react": "19.1.0", - "react-dom": "19.1.0", + "react-dom": "19.1.1", "react-router-dom": "7.7.1" }, "devDependencies": { @@ -8986,15 +8986,15 @@ } }, "node_modules/react-dom": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", - "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz", + "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==", "license": "MIT", "dependencies": { "scheduler": "^0.26.0" }, "peerDependencies": { - "react": "^19.1.0" + "react": "^19.1.1" } }, "node_modules/react-is": { diff --git a/ui/extensions/hello/package.json b/ui/extensions/hello/package.json index ca5c292..f79290c 100644 --- a/ui/extensions/hello/package.json +++ b/ui/extensions/hello/package.json @@ -18,7 +18,7 @@ "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", "react": "19.1.0", - "react-dom": "19.1.0", + "react-dom": "19.1.1", "react-router-dom": "7.7.1" }, "devDependencies": {