From 5bd840107e0490a13126390adcc13fe915fae619 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 May 2022 23:57:24 +0000 Subject: [PATCH] chore(deps): update dependency vite-tsconfig-paths to v3.5.0 --- frontend/package.json | 2 +- frontend/yarn.lock | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 82080d4e89..12c788aa61 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -97,7 +97,7 @@ "vite": "2.9.9", "vite-plugin-env-compatible": "^1.1.1", "vite-plugin-svgr": "2.1.0", - "vite-tsconfig-paths": "^3.4.1", + "vite-tsconfig-paths": "3.5.0", "vitest": "0.12.9", "whatwg-fetch": "^3.6.2" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index bd8e51fa92..0ea7866866 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5820,7 +5820,7 @@ tree-kill@^1.2.2: resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== -tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: +tsconfig-paths@^3.14.1: version "3.14.1" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== @@ -5830,6 +5830,15 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: minimist "^1.2.6" strip-bom "^3.0.0" +tsconfig-paths@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz#1082f5d99fd127b72397eef4809e4dd06d229b64" + integrity sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q== + dependencies: + json5 "^2.2.1" + minimist "^1.2.6" + strip-bom "^3.0.0" + tslib@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" @@ -6003,15 +6012,15 @@ vite-plugin-svgr@2.1.0: dependencies: "@svgr/core" "^6.2.1" -vite-tsconfig-paths@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-3.4.1.tgz#6901b71d4cb7b764f76312e491f8f0622b9bfe56" - integrity sha512-SgK3/pnTuJ3i+gMSAWLR6VCPSw26bnxawrmXGvCDjJgk8MAQgmbCrFrAzfwbwZBXSqSuvWEuX04Wt73qJKx8fQ== +vite-tsconfig-paths@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-3.5.0.tgz#bfdf93f8072eff04125112ea9602fd50ae8cdad9" + integrity sha512-NKIubr7gXgh/3uniQaOytSg+aKWPrjquP6anAy+zCWEn6h9fB8z2/qdlfQrTgZWaXJ2pHVlllrSdRZltHn9P4g== dependencies: debug "^4.1.1" globrex "^0.1.2" recrawl-sync "^2.0.3" - tsconfig-paths "^3.9.0" + tsconfig-paths "^4.0.0" vite@2.9.9: version "2.9.9"