From dc886bc0a7dd8b51ae5b9cf83c189fb50ec5a6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:03:06 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dependencies group across 1 directory with 2 updates Bumps the npm-dependencies group with 2 updates in the / directory: [sinon](https://github.com/sinonjs/sinon) and [typescript](https://github.com/microsoft/TypeScript). Updates `sinon` from 9.2.4 to 22.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v22.0.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: sinon dependency-version: 22.0.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c4311e9..8c230fa 100644 --- a/package.json +++ b/package.json @@ -74,8 +74,8 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "regenerator-runtime": "^0.14.1", - "sinon": "^9.0.2", - "typescript": "^6.0.3", + "sinon": "^22.0.0", + "typescript": "^7.0.2", "typescript-eslint": "^8.62.1" }, "peerDependencies": {