From a9f8247e6def64d2e840a6b65eec2a130232938d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:34:16 +0000 Subject: [PATCH] Bump ccstatusline from 2.2.19 to 2.2.22 in the non-breaking group Bumps the non-breaking group with 1 update: [ccstatusline](https://github.com/sirmalloc/ccstatusline). Updates `ccstatusline` from 2.2.19 to 2.2.22 - [Release notes](https://github.com/sirmalloc/ccstatusline/releases) - [Commits](https://github.com/sirmalloc/ccstatusline/compare/v2.2.19...v2.2.22) --- updated-dependencies: - dependency-name: ccstatusline dependency-version: 2.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking ... 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 8970386..683d0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@upstash/context7-mcp": "2.2.4", - "ccstatusline": "2.2.19" + "ccstatusline": "2.2.22" } }, "node_modules/@hono/node-server": { @@ -276,9 +276,9 @@ } }, "node_modules/ccstatusline": { - "version": "2.2.19", - "resolved": "https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.19.tgz", - "integrity": "sha512-Z0AHBr1kMLYTJE5wYHp7GR4mOer6TGfa+ze0jj96vOVs9zwx1DMG4zqxFYY84lT03w4WM+notHs6JanrOZ0LFw==", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.22.tgz", + "integrity": "sha512-z5+KX0TedzLG5JUKOYiRDAnpy2wEKYO0vtMzzw/of09OgQeFQDBT6n2OutGu3986o71o4aDA7hEoZ1oJPK5yhw==", "license": "MIT", "bin": { "ccstatusline": "dist/ccstatusline.js" diff --git a/package.json b/package.json index d61ba3e..c0c7e05 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "private": true, "dependencies": { "@upstash/context7-mcp": "2.2.4", - "ccstatusline": "2.2.19" + "ccstatusline": "2.2.22" } }