From 94713c4bbdaf8f0d764cc729150e70816667826e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:44:21 +0000 Subject: [PATCH] Bump tsc-alias from 1.9.2 to 1.9.4 Bumps [tsc-alias](https://github.com/justkey007/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a290b6..916e459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1507,9 +1507,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": { @@ -1526,6 +1526,10 @@ }, "engines": { "node": ">=16.20.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/justkey007" } }, "node_modules/typescript": {