From a12b279392bd8b8107049c8431d8e8d6172a34c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:59:46 +0000 Subject: [PATCH] chore(deps): bump the npm-dependencies group with 7 updates Bumps the npm-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.5.2` | | [chalk](https://github.com/chalk/chalk) | `4.1.2` | `6.0.0` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `10.1.0` | `11.4.0` | | [open](https://github.com/sindresorhus/open) | `10.2.0` | `11.0.0` | | [yargs-parser](https://github.com/yargs/yargs-parser) | `21.1.1` | `22.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.5` | `10.8.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | Updates `@inquirer/prompts` from 7.10.1 to 8.5.2 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.5.2) Updates `chalk` from 4.1.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v6.0.0) Updates `fs-extra` from 10.1.0 to 11.4.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.4.0) Updates `open` from 10.2.0 to 11.0.0 - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v10.2.0...v11.0.0) Updates `yargs-parser` from 21.1.1 to 22.0.0 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.1...yargs-parser-v22.0.0) Updates `eslint` from 9.39.5 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.5...v10.8.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-version: 8.5.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: fs-extra dependency-version: 11.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: open dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: yargs-parser dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0a9a916..9e26451 100644 --- a/package.json +++ b/package.json @@ -34,25 +34,25 @@ "test:only": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand" }, "dependencies": { - "@inquirer/prompts": "^7.2.3", + "@inquirer/prompts": "^8.5.2", "babel-jest": "^30.4.1", - "chalk": "^4.1.2", + "chalk": "^6.0.0", "escape-goat": "^4.0.0", - "fs-extra": "^10.1.0", + "fs-extra": "^11.4.0", "jest": "^30.4.2", - "open": "^10.1.0", + "open": "^11.0.0", "semver": "^7.6.3", "simple-git": "^3.27.0", - "yargs-parser": "^21.1.1" + "yargs-parser": "^22.0.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/node": "^26.0.1", - "eslint": "^9.39.4", + "eslint": "^10.8.0", "father": "^4.6.24", "prettier": "^3.9.4", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "engines": { "node": ">=18.x"