From 53eae57142433b18c6e6a582b3a63eec2ffa88d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:23:04 +0000 Subject: [PATCH] Bump tsc-alias from 1.8.3 to 1.8.5 Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.3 to 1.8.5. - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.3...v1.8.5) --- updated-dependencies: - dependency-name: tsc-alias dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40cac32..bafb82a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^8.37.0", "nodemon": "^2.0.22", "ts-node": "^10.9.1", - "tsc-alias": "^1.8.3", + "tsc-alias": "^1.8.5", "tsconfig-paths": "^4.2.0", "typescript": "^5.0.2" } diff --git a/yarn.lock b/yarn.lock index d61b219..322b4ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2750,10 +2750,10 @@ ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsc-alias@^1.8.3: - version "1.8.3" - resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.3.tgz#fe0c8331edd69b94160b2b936752b114f8063cb5" - integrity sha512-/9JARcmXBrEqSuLjdSOqxY7/xI/AnvmBi4CU9/Ba2oX6Oq8vnd0OGSQTk+PIwqWJ5ZxskV0X/x15yzxCNTHU+g== +tsc-alias@^1.8.5: + version "1.8.5" + resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.5.tgz#6b74e938230573354c9118deb58fd341d06d6253" + integrity sha512-Y3ka0olwSRdbHPyX5kXhYY2aoBKuT53DFdeY+PpQUR4hg5M/b8eIRmC8dL4FBdd0wT366iWc6iDUUGe6QwI7mg== dependencies: chokidar "^3.5.3" commander "^9.0.0"