From d073140b2be6dddade2a21123fa03393d8fb57ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:14:35 +0000 Subject: [PATCH] Bump the non-breaking group across 1 directory with 2 updates Bumps the non-breaking group with 2 updates in the / directory: [@upstash/context7-mcp](https://github.com/upstash/context7/tree/HEAD/packages/mcp) and [ccstatusline](https://github.com/sirmalloc/ccstatusline). Updates `@upstash/context7-mcp` from 2.2.4 to 2.2.5 - [Release notes](https://github.com/upstash/context7/releases) - [Changelog](https://github.com/upstash/context7/blob/master/packages/mcp/CHANGELOG.md) - [Commits](https://github.com/upstash/context7/commits/@upstash/context7-mcp@2.2.5/packages/mcp) Updates `ccstatusline` from 2.2.12 to 2.2.19 - [Release notes](https://github.com/sirmalloc/ccstatusline/releases) - [Commits](https://github.com/sirmalloc/ccstatusline/compare/v2.2.12...v2.2.19) --- updated-dependencies: - dependency-name: "@upstash/context7-mcp" dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking - dependency-name: ccstatusline dependency-version: 2.2.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64df47d..4353d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,8 +5,8 @@ "packages": { "": { "dependencies": { - "@upstash/context7-mcp": "2.2.4", - "ccstatusline": "2.2.12" + "@upstash/context7-mcp": "2.2.5", + "ccstatusline": "2.2.19" } }, "node_modules/@hono/node-server": { @@ -150,9 +150,9 @@ } }, "node_modules/@upstash/context7-mcp": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.4.tgz", - "integrity": "sha512-6kpjAxif2w+HhxSPmyi+SUsVPgFKBi+xtFgKRc9f0fhLpZGTBX1QKWFmleAIZ4T69Ykynzxc4nHGEDrr219noA==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.5.tgz", + "integrity": "sha512-0TdLOtFmgu5oHu3xlkAoVuNYKsleh9+mjgu7gFfQcHCmaESaEoQOsKZ/hMvTybEz/D1S65vbkKZ2QoucknH4nw==", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", @@ -276,9 +276,9 @@ } }, "node_modules/ccstatusline": { - "version": "2.2.12", - "resolved": "https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.12.tgz", - "integrity": "sha512-vnwvzi9NT7WA2g9aFs3gI40X9xZvBTyqmQlrFfX2Jd9r7UNL9mu1NV9/t/OOrGZDl5W1DdMKzqFybLjEqQ1KJg==", + "version": "2.2.19", + "resolved": "https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.19.tgz", + "integrity": "sha512-Z0AHBr1kMLYTJE5wYHp7GR4mOer6TGfa+ze0jj96vOVs9zwx1DMG4zqxFYY84lT03w4WM+notHs6JanrOZ0LFw==", "license": "MIT", "bin": { "ccstatusline": "dist/ccstatusline.js" diff --git a/package.json b/package.json index a1ae350..1d1850f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "@upstash/context7-mcp": "2.2.4", - "ccstatusline": "2.2.12" + "@upstash/context7-mcp": "2.2.5", + "ccstatusline": "2.2.19" } }