From e9f1cfe79053a558346113948aa34fdeef8fc724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:23:35 +0000 Subject: [PATCH] Bump @rushstack/eslint-patch from 1.7.2 to 1.10.4 Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.7.2 to 1.10.4. - [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.4/eslint/eslint-patch) --- updated-dependencies: - dependency-name: "@rushstack/eslint-patch" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 103fb23..03a8977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vuetify": "^3.5.8" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.10.4", "@tsconfig/node18": "^18.2.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.14.2", @@ -33,7 +33,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", - "typescript": "~5.3.3", + "typescript": "~5.4.5", "vite": "^5.3.1", "vitest": "^1.3.1", "volar-service-vetur": "*", @@ -1309,9 +1309,9 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", - "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==", + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz", + "integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/package.json b/package.json index 775c0d8..9514bb3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "vuetify": "^3.5.8" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.10.4", "@tsconfig/node18": "^18.2.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.14.2",