From 1daf28b69243706013d0143dc7ae2252813bb22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:03:25 +0000 Subject: [PATCH] feat(deps): bump @seamapi/cli from 0.40.0 to 0.41.0 in the seam group Bumps the seam group with 1 update: [@seamapi/cli](https://github.com/seamapi/cli). Updates `@seamapi/cli` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/seamapi/cli/releases) - [Commits](https://github.com/seamapi/cli/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: "@seamapi/cli" dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc632a7..f0bb5b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.241.0", "license": "MIT", "dependencies": { - "@seamapi/cli": "0.40.0", + "@seamapi/cli": "0.41.0", "@seamapi/http": "2.30.0", "@seamapi/webhook": "1.5.0" }, @@ -3379,9 +3379,9 @@ "license": "MIT" }, "node_modules/@seamapi/blueprint": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-1.11.0.tgz", - "integrity": "sha512-uX0Lxf5GH5PLaRY9H8dO0FPxWhw6FQrVRHcYL9W/rkT+t6rZn5fUPJyT5FSOGo6QT0N5gLpjsVs+ymMMRtfCXA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-1.12.0.tgz", + "integrity": "sha512-cH6mpLIUm2q2YxuxEW4G6ODYZJFZihJcUtGyVWjwfdfrmGCyAJRl+S7XCyGz5LuNhdBRux5iShHxtsc/b0Y80g==", "license": "MIT", "dependencies": { "change-case": "^5.4.4", @@ -3393,13 +3393,13 @@ } }, "node_modules/@seamapi/cli": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/@seamapi/cli/-/cli-0.40.0.tgz", - "integrity": "sha512-m5JwkTP+L+mFaoun0Wmbg5uAOXiN065J5rI++k365kMcLK9cYavnMCa1yFM6iPaVvgnFwL1B7Xk59BLITmc6HQ==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@seamapi/cli/-/cli-0.41.0.tgz", + "integrity": "sha512-4m9od8197GUWziNmyLyAgVwAU/ZhoC9AZ/49rUxnPdVG4Yv7MHCNIVnlADnEW2qimfcMeF8wJauA47WSVvGakA==", "license": "MIT", "dependencies": { "@clack/prompts": "^1.7.0", - "@seamapi/blueprint": "1.11.0", + "@seamapi/blueprint": "1.12.0", "@seamapi/http": "^2.16.0", "chalk": "^6.0.0", "command-line-usage": "^7.0.4", diff --git a/package.json b/package.json index 6034ed7..74b5ac7 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "packageManager": "npm@11.19.0", "dependencies": { - "@seamapi/cli": "0.40.0", + "@seamapi/cli": "0.41.0", "@seamapi/http": "2.30.0", "@seamapi/webhook": "1.5.0" },