diff --git a/ui/extensions/hello/package-lock.json b/ui/extensions/hello/package-lock.json index c68da45..eea2073 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.19.0", + "@crowdstrike/foundry-js": "0.20.0", "@crowdstrike/tailwind-toucan-base": "5.0.0", "@shoelace-style/shoelace": "2.20.1", "react": "19.2.1", @@ -1917,9 +1917,9 @@ "license": "MIT" }, "node_modules/@crowdstrike/foundry-js": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@crowdstrike/foundry-js/-/foundry-js-0.19.0.tgz", - "integrity": "sha512-x6LOhX8jlZ9xLPTnM6sx65wwWNa34jac1gtyCQASuG9ZjaHkoUjHAPcgSUPvAkGGrFXklK4cz0ZuzxvoXOLIpA==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@crowdstrike/foundry-js/-/foundry-js-0.20.0.tgz", + "integrity": "sha512-GINw0WJqw1lbuOZIizOUpQBYuQ5DXMoaQQSmm2PwoDOfyR3k2//Sw5jlw7LEjQk1y6/L1JoXgf9/GoJaiyi2Pw==", "license": "MIT", "dependencies": { "emittery": "^1.0.3", diff --git a/ui/extensions/hello/package.json b/ui/extensions/hello/package.json index f55c980..bd42aa3 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.19.0", + "@crowdstrike/foundry-js": "0.20.0", "@crowdstrike/tailwind-toucan-base": "5.0.0", "@shoelace-style/shoelace": "2.20.1", "react": "19.2.1",