From 93272798d0e7e635f85fb738c647ac1c5b090082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:15:18 +0000 Subject: [PATCH] devdeps: bump tsc-alias from 1.9.1 to 1.9.2 in the dev-patch group Bumps the dev-patch group with 1 update: [tsc-alias](https://github.com/justkey007/tsc-alias). Updates `tsc-alias` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: tsc-alias dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ee91ea..e6bb92e 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.1", + "tsc-alias": "^1.9.2", "typescript": "^5.9.3", "vitest": "^4.1.10" } @@ -11705,9 +11705,9 @@ } }, "node_modules/tsc-alias": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.1.tgz", - "integrity": "sha512-sFZdVFthH8uvdplPJrOYGOHcxu6UPtcAcY678JPwEQiMzgLZYFO7Qc/rzELp7ingTc+OxtzH6n+8Pn2eVQep6w==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.9.2.tgz", + "integrity": "sha512-VTWQGMv0xXCEyHDLpmV2DEvGYHMxwsyx87dZeou2ynkM0+WOFdHe+KWiRucavMPUEdQysr7xSu60Y/WY0R4YKA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f080ea9..bcd7d6e 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.1", + "tsc-alias": "^1.9.2", "typescript": "^5.9.3", "vitest": "^4.1.10" }