diff --git a/ui/extensions/hello/package-lock.json b/ui/extensions/hello/package-lock.json index 6bbaa15..f9a20bb 100644 --- a/ui/extensions/hello/package-lock.json +++ b/ui/extensions/hello/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@crowdstrike/falcon-shoelace": "^0.4.0", - "@crowdstrike/foundry-js": "^0.18.0", + "@crowdstrike/foundry-js": "^0.19.0", "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", "react": "19.1.1", @@ -1931,9 +1931,9 @@ "license": "MIT" }, "node_modules/@crowdstrike/foundry-js": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@crowdstrike/foundry-js/-/foundry-js-0.18.0.tgz", - "integrity": "sha512-Nh0iwpNKfl/MOfqRh4lfwbTuKuGLIUOq+lXTXePYIRGP/kq4U6VdW4O9wkLfFeII3dQt2IIuXnmTn9+1epiMgQ==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@crowdstrike/foundry-js/-/foundry-js-0.19.0.tgz", + "integrity": "sha512-x6LOhX8jlZ9xLPTnM6sx65wwWNa34jac1gtyCQASuG9ZjaHkoUjHAPcgSUPvAkGGrFXklK4cz0ZuzxvoXOLIpA==", "license": "MIT", "dependencies": { "emittery": "^1.0.3", diff --git a/ui/extensions/hello/package.json b/ui/extensions/hello/package.json index 5177d5c..2128a0d 100644 --- a/ui/extensions/hello/package.json +++ b/ui/extensions/hello/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@crowdstrike/falcon-shoelace": "^0.4.0", - "@crowdstrike/foundry-js": "^0.18.0", + "@crowdstrike/foundry-js": "^0.19.0", "@crowdstrike/tailwind-toucan-base": "^5.0.0", "@shoelace-style/shoelace": "^2.20.1", "react": "19.1.1",