From 67a0e167d7c5c47b935de57d2832172fadb84bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:42:43 +0000 Subject: [PATCH] Bump the npm-modules-updates-for-tests group across 1 directory with 4 updates Bumps the npm-modules-updates-for-tests group with 4 updates in the /frontend/packages/api directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint), [msw](https://github.com/mswjs/msw) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 18.0.3 to 22.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 8.19.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v9.17.0) Updates `msw` from 1.3.5 to 2.7.0 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v1.3.5...v2.7.0) Updates `typescript` from 4.7.4 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/v4.7.4...v5.7.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests ... Signed-off-by: dependabot[bot] --- frontend/packages/api/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/packages/api/package.json b/frontend/packages/api/package.json index c6c073a6ab..d798a8fc58 100644 --- a/frontend/packages/api/package.json +++ b/frontend/packages/api/package.json @@ -31,20 +31,20 @@ }, "packageManager": "pnpm@8.15.9", "devDependencies": { - "@types/node": "^18.19.64", + "@types/node": "^22.10.3", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", "@vitest/coverage-v8": "^2.1.4", - "eslint": "^8.57.1", + "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "jsdom": "^25.0.1", - "msw": "^1.3.5", + "msw": "^2.7.0", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "ts-node": "^10.9.1", "tslib": "^2.4.0", - "typescript": "^4.9.5", + "typescript": "^5.7.2", "vitest": "^2.1.4", "whatwg-fetch": "^3.6.2" },