From ebe223494b5e6671becdc291c60b1fa15dd40962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 19:55:10 +0000 Subject: [PATCH] devdeps: bump tsc-alias in the dev-patch group across 1 directory Bumps the dev-patch group with 1 update in the / directory: [tsc-alias](https://github.com/justkey007/tsc-alias). Updates `tsc-alias` from 1.9.2 to 1.9.4 - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.9.2...v1.9.4) --- updated-dependencies: - dependency-name: tsc-alias dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e121a64..9ebbea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "pretty-quick": "^4.2.2", "rimraf": "^6.1.3", "supertest": "^7.2.2", - "tsc-alias": "^1.9.2", + "tsc-alias": "^1.9.4", "typescript": "^5.9.3", "vitest": "^4.1.10" } @@ -11705,9 +11705,9 @@ } }, "node_modules/tsc-alias": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.2.tgz", - "integrity": "sha512-VTWQGMv0xXCEyHDLpmV2DEvGYHMxwsyx87dZeou2ynkM0+WOFdHe+KWiRucavMPUEdQysr7xSu60Y/WY0R4YKA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.4.tgz", + "integrity": "sha512-vfhh/N9xQ6oRgdAvuXVbhHSsNtbk+D4LFbJ9YrFPTTP9evGAvf2Xc3MQ7lTVmnJNN+FnuoKHn3524CKDzFYOag==", "dev": true, "license": "MIT", "dependencies": { @@ -11724,6 +11724,10 @@ }, "engines": { "node": ">=16.20.2" + }, + "funding": { + "type": "github", + "url": "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/sponsors/justkey007" } }, "node_modules/tsc-alias/node_modules/commander": { diff --git a/package.json b/package.json index 748467e..914ff35 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "pretty-quick": "^4.2.2", "rimraf": "^6.1.3", "supertest": "^7.2.2", - "tsc-alias": "^1.9.2", + "tsc-alias": "^1.9.4", "typescript": "^5.9.3", "vitest": "^4.1.10" }