From faaffec1afa0b4fd22513eb1769aea1d519bb23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:32:20 +0000 Subject: [PATCH] chore(deps): bump the ink-react group across 1 directory with 3 updates Bumps the ink-react group with 3 updates in the / directory: [ink](https://github.com/vadimdemedes/ink), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `ink` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](https://github.com/vadimdemedes/ink/compare/v7.0.5...v7.0.6) Updates `react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `@types/react` from 19.2.15 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react` from 19.2.15 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ink-react - dependency-name: ink dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ink-react - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ink-react ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c9eec5..9c6b319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,11 +15,11 @@ "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "google-auth-library": "^10.7.0", - "ink": "^7.0.5", + "ink": "^7.0.6", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "ollama": "^0.6.3", - "react": "^19.2.5" + "react": "^19.2.7" }, "bin": { "factory": "dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@lydell/node-pty": "^1.2.0-beta.12", "@types/node": "^22.19.21", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@typescript-eslint/eslint-plugin": "^8.61.0", "@typescript-eslint/parser": "^8.59.1", "archunit": "^2.3.0", @@ -2580,9 +2580,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -5408,9 +5408,9 @@ "license": "ISC" }, "node_modules/ink": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ink/-/ink-7.0.5.tgz", - "integrity": "sha512-zWNjGHQPxSeiSAmDUOq+QPQ6CfmMhmNi85vrJIuy4prafKKUSoZlXEy4wbM7LuLuF1pDURk7qvF4fxrQlLxv3w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/ink/-/ink-7.0.6.tgz", + "integrity": "sha512-/KG651f+LHln9gumb5ltieFqzNGJdhX1b/WwsCUd2Py7Htuk9KUzyFrk25ugmzjXyDneXSoXD3cm4ql4dWFGsQ==", "license": "MIT", "dependencies": { "@alcalzone/ansi-tokenize": "^0.3.0", @@ -7024,9 +7024,9 @@ } }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 342def7..6366bff 100644 --- a/package.json +++ b/package.json @@ -81,16 +81,16 @@ "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "google-auth-library": "^10.7.0", - "ink": "^7.0.5", + "ink": "^7.0.6", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "ollama": "^0.6.3", - "react": "^19.2.5" + "react": "^19.2.7" }, "devDependencies": { "@lydell/node-pty": "^1.2.0-beta.12", "@types/node": "^22.19.21", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@typescript-eslint/eslint-plugin": "^8.61.0", "@typescript-eslint/parser": "^8.59.1", "archunit": "^2.3.0",