From d407c75cb424721f09cdd9af28e22131019100c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:28:59 +0000 Subject: [PATCH] Bump tsc-alias from 1.8.6 to 1.8.7 Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.6...v1.8.7) --- 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 9f6004e..2ef0625 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^8.44.0", "nodemon": "^2.0.22", "ts-node": "^10.9.1", - "tsc-alias": "^1.8.6", + "tsc-alias": "^1.8.7", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.6" } diff --git a/yarn.lock b/yarn.lock index 4c9a842..297ea69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2004,10 +2004,10 @@ ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsc-alias@^1.8.6: - version "1.8.6" - resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.6.tgz#28300ed398e90b1c600548ed956f58dfbecc1589" - integrity sha512-vq+i6VpE83IeMsSJVcFN03ZBofADhr8/gIJXjxpbnTRfN/MFXy0+SBaKG2o7p95QqXBGkeG98HYz3IkOOveFbg== +tsc-alias@^1.8.7: + version "1.8.7" + resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.7.tgz#4f8721b031a31345fa9f1fa8d3cf209d925abb88" + integrity sha512-59Q/zUQa3miTf99mLbSqaW0hi1jt4WoG8Uhe5hSZJHQpSoFW9eEwvW7jlKMHXWvT+zrzy3SN9PE/YBhQ+WVydA== dependencies: chokidar "^3.5.3" commander "^9.0.0"