From a65028ac6242b51c8ceccbba7e743ef0cceaf229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:03:15 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates Bumps the dev-dependencies group with 4 updates in the / directory: [@npmcli/run-script](https://github.com/npm/run-script), [chalk](https://github.com/chalk/chalk), [inquirer](https://github.com/SBoudrias/Inquirer.js) and [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor). Updates `@npmcli/run-script` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/npm/run-script/releases) - [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/run-script/compare/v8.1.0...v9.0.1) Updates `chalk` from 4.1.2 to 5.3.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) Updates `inquirer` from 10.2.2 to 12.0.0 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@10.2.2...inquirer@12.0.0) Updates `vanilla-jsoneditor` from 0.23.8 to 1.0.7 - [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases) - [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md) - [Commits](https://github.com/josdejong/svelte-jsoneditor/compare/v0.23.8...v1.0.7) --- updated-dependencies: - dependency-name: "@npmcli/run-script" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: inquirer dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: vanilla-jsoneditor dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8e475c08..e269c93e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0", "@microflash/rehype-figure": "^2.1.1", - "@npmcli/run-script": "^8.1.0", + "@npmcli/run-script": "^9.0.1", "@octokit/rest": "^21.0.2", "@qixian.cs/github-contributors-list": "^2.0.2", "@rc-component/father-plugin": "1.2.0-alpha.0", @@ -144,7 +144,7 @@ "axios": "^1.7.7", "browserslist": "^4.23.3", "browserslist-to-esbuild": "^2.1.1", - "chalk": "^4.1.2", + "chalk": "^5.3.0", "cheerio": "^1.0.0", "circular-dependency-plugin": "^5.2.2", "cli-progress": "^3.12.0", @@ -168,7 +168,7 @@ "husky": "^9.1.6", "identity-obj-proxy": "^3.0.0", "immer": "^10.1.1", - "inquirer": "^10.2.2", + "inquirer": "^12.0.0", "is-ci": "^3.0.1", "isomorphic-fetch": "^3.0.0", "jest": "^29.7.0", @@ -239,7 +239,7 @@ "tsx": "^4.19.1", "typedoc": "^0.26.7", "typescript": "~5.6.2", - "vanilla-jsoneditor": "^0.23.8", + "vanilla-jsoneditor": "^1.0.7", "vanilla-tilt": "^1.8.1", "webpack": "^5.94.0", "webpack-bundle-analyzer": "^4.10.2"