From c8c7b1349498202263ae4b2ca25aea6fb29baba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:34:16 +0000 Subject: [PATCH] build(deps-dev): bump @antithesishq/bombadil Bumps the npm group with 1 update in the / directory: [@antithesishq/bombadil](https://github.com/antithesishq/bombadil). Updates `@antithesishq/bombadil` from 0.7.0 to 0.7.2 - [Release notes](https://github.com/antithesishq/bombadil/releases) - [Changelog](https://github.com/antithesishq/bombadil/blob/main/CHANGELOG.md) - [Commits](https://github.com/antithesishq/bombadil/compare/v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: "@antithesishq/bombadil" dependency-version: 0.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98a2f76cb..c0499b64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "@antithesishq/bombadil": "^0.7.0" + "@antithesishq/bombadil": "^0.7.2" } }, "node_modules/@antithesishq/bombadil": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.7.0.tgz", - "integrity": "sha512-alJmnphJ/iUoL5mCsnV3DwtajGy/sEQ3NJJCiMhgjqXshSq2BUtAs0vqdXEiiSkB8HbsOX5CLrAcaogYdwfAJg==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.7.2.tgz", + "integrity": "sha512-Irhtv8XcMewxwZTZA4lURJHq12XLVRJXs6x6mc0M0NnBRpgaTaRP8HmMB/zjlA0GD9QvSXUInPqnQ5tDwyyzTQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 7837752af..0c385fb60 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "url": "https://github.com/odysseus-dev/odysseus.git" }, "devDependencies": { - "@antithesishq/bombadil": "^0.7.0" + "@antithesishq/bombadil": "^0.7.2" } }