From 5dbb0d8fc9823d8e9ac7dcb0b95a207c1e585c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:41:59 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [chalk](https://github.com/chalk/chalk), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [typescript](https://github.com/microsoft/TypeScript). 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 `react-router-dom` from 6.28.0 to 7.0.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.1/packages/react-router-dom) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b77c9974..5d23adf9 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,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", @@ -229,7 +229,7 @@ "react-infinite-scroll-component": "^6.1.0", "react-intersection-observer": "^9.13.1", "react-resizable": "^3.0.5", - "react-router-dom": "^6.26.2", + "react-router-dom": "^7.0.1", "react-sticky-box": "^2.0.5", "regenerator-runtime": "^0.14.1", "rehype-stringify": "^10.0.0", @@ -256,7 +256,7 @@ "terser": "^5.32.0", "tsx": "^4.19.1", "typedoc": "^0.26.7", - "typescript": "~5.6.2", + "typescript": "~5.7.2", "vanilla-jsoneditor": "^2.1.0", "vanilla-tilt": "^1.8.1", "web-streams-polyfill": "^4.0.0",