From db56d1038fca4659af6682584ff48472f1ff8b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:57:33 +0000 Subject: [PATCH] build(deps-dev): bump @rushstack/eslint-config Bumps [@rushstack/eslint-config](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-config) from 2.5.4 to 3.2.0. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-config/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-config_v3.2.0/eslint/eslint-config) --- updated-dependencies: - dependency-name: "@rushstack/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8335b83f..5150c6ae 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -14,7 +14,7 @@ "eslint-plugin-promise": "^6.0.0" }, "devDependencies": { - "@rushstack/eslint-config": "~2.5.1" + "@rushstack/eslint-config": "~3.2.0" }, "license": "MIT" }