From a3fff04ccb8af2b600f3103fd3db2e8b1650aece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:33:05 +0000 Subject: [PATCH] Bump @crowdstrike/foundry-js in /ui/extensions/hello Bumps [@crowdstrike/foundry-js](https://github.com/CrowdStrike/foundry-js) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/CrowdStrike/foundry-js/releases) - [Changelog](https://github.com/CrowdStrike/foundry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/CrowdStrike/foundry-js/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: "@crowdstrike/foundry-js" dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/extensions/hello/package-lock.json | 8 ++++---- ui/extensions/hello/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",