From 7079eca3147995270a2867260e9c794c5a2214f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:32:01 +0000 Subject: [PATCH] build(deps-dev): bump the types group with 2 updates Bumps the types group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [typescript](https://github.com/microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 8.19.0 to 8.19.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/eslint-plugin) Updates `typescript` from 5.7.2 to 5.7.3 - [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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index d75161e0..97177be8 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit d75161e074bcd7e6645a415dec271d8df2b9cb23 +Subproject commit 97177be84f22d41f74e92dbf45884c4fb28c2696 diff --git a/package.json b/package.json index 6039bb5e..b890e939 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/throttle-debounce": "5.0.2", - "@typescript-eslint/eslint-plugin": "8.19.0", + "@typescript-eslint/eslint-plugin": "8.19.1", "argparse": "2.0.1", "esbuild": "0.24.2", "esbuild-plugin-copy": "2.1.1", @@ -53,7 +53,7 @@ "stylelint-formatter-pretty": "4.0.1", "stylelint-use-logical-spec": "^5.0.1", "tsx": "4.19.2", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "dependencies": { "@patternfly/patternfly": "5.4.2",