From 4980eb9545e2a9a5bad3046fe067b9f2c8202057 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 2be53f03..2124af5e 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 2be53f034425db551649f7d14713060c62bb6847 +Subproject commit 2124af5e57d7596474d8188526435e25ac278be8 diff --git a/package.json b/package.json index 57e015ff..1879aa09 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",