From 3e9d7cb0cf863306d156028d11bee007256c39ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:53:50 +0000 Subject: [PATCH] chore(deps-dev): bump @rushstack/eslint-patch from 1.10.4 to 1.10.5 Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.10.4 to 1.10.5. - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.5/eslint/eslint-patch) --- updated-dependencies: - dependency-name: "@rushstack/eslint-patch" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 568c991..a4a506a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@electron-toolkit/eslint-config-ts": "^2.0.0", "@electron-toolkit/tsconfig": "^1.0.1", "@mdi/font": "^7.4.47", - "@rushstack/eslint-patch": "^1.10.4", + "@rushstack/eslint-patch": "^1.10.5", "@types/node": "^22.10.2", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.18.2", @@ -1698,9 +1698,10 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.10.4", - "dev": true, - "license": "MIT" + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz", + "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==", + "dev": true }, "node_modules/@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index 0b64bc3..62eaedf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@electron-toolkit/eslint-config-ts": "^2.0.0", "@electron-toolkit/tsconfig": "^1.0.1", "@mdi/font": "^7.4.47", - "@rushstack/eslint-patch": "^1.10.4", + "@rushstack/eslint-patch": "^1.10.5", "@types/node": "^22.10.2", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.18.2",