From 85fbdcba4c7d85a3f67fa7fe5863ccadba01fe9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:54:53 +0000 Subject: [PATCH] chore(deps): bump ink from 7.0.6 to 7.1.0 in the ink-react group Bumps the ink-react group with 1 update: [ink](https://github.com/vadimdemedes/ink). Updates `ink` from 7.0.6 to 7.1.0 - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](https://github.com/vadimdemedes/ink/compare/v7.0.6...v7.1.0) --- updated-dependencies: - dependency-name: ink dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ink-react ... 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 9c6b319..ab909cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "google-auth-library": "^10.7.0", - "ink": "^7.0.6", + "ink": "^7.1.0", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "ollama": "^0.6.3", @@ -5408,9 +5408,9 @@ "license": "ISC" }, "node_modules/ink": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/ink/-/ink-7.0.6.tgz", - "integrity": "sha512-/KG651f+LHln9gumb5ltieFqzNGJdhX1b/WwsCUd2Py7Htuk9KUzyFrk25ugmzjXyDneXSoXD3cm4ql4dWFGsQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ink/-/ink-7.1.0.tgz", + "integrity": "sha512-VWE6/yeLtFCJBNLflyI2OSylyXK1Rc24LuXup8Qt+icwkmmycFNdbn8IkSp6Frc0h1iA0NOvvi1ajW44U/w3Qg==", "license": "MIT", "dependencies": { "@alcalzone/ansi-tokenize": "^0.3.0", diff --git a/package.json b/package.json index 7802fac..1aa3578 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "google-auth-library": "^10.7.0", - "ink": "^7.0.6", + "ink": "^7.1.0", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "ollama": "^0.6.3",