From e5ab6322702a08e071d4efdac1a227e8c819b457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:03:11 +0200 Subject: [PATCH] build(deps-dev): bump @antithesishq/bombadil (#6026) Bumps the npm group with 1 update in the / directory: [@antithesishq/bombadil](https://github.com/antithesishq/bombadil). Updates `@antithesishq/bombadil` from 0.6.1 to 0.7.0 - [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.6.1...v0.7.0) --- updated-dependencies: - dependency-name: "@antithesishq/bombadil" dependency-version: 0.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 eac6229e7..98a2f76cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "@antithesishq/bombadil": "^0.6.1" + "@antithesishq/bombadil": "^0.7.0" } }, "node_modules/@antithesishq/bombadil": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.6.1.tgz", - "integrity": "sha512-d1iufG3MI7gSMSiSmMeNdcMW+qR0yQXL2zdkVynC3n3DYgFJYlYXKUQzygmqU12m4RWlR5iOdQU1hsx5UT6+IA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@antithesishq/bombadil/-/bombadil-0.7.0.tgz", + "integrity": "sha512-alJmnphJ/iUoL5mCsnV3DwtajGy/sEQ3NJJCiMhgjqXshSq2BUtAs0vqdXEiiSkB8HbsOX5CLrAcaogYdwfAJg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0236252de..7837752af 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "url": "https://github.com/odysseus-dev/odysseus.git" }, "devDependencies": { - "@antithesishq/bombadil": "^0.6.1" + "@antithesishq/bombadil": "^0.7.0" } }