From e34cabdce55ebde41c7d82989ad9f83395959602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 23:38:06 +0000 Subject: [PATCH] chore(deps): update dependency vite-tsconfig-paths to v3.5.1 (#2155) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0a09db10e9..09e492e946 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -89,7 +89,7 @@ "vite": "3.0.9", "vite-plugin-env-compatible": "1.1.1", "vite-plugin-svgr": "2.2.1", - "vite-tsconfig-paths": "3.5.0", + "vite-tsconfig-paths": "3.5.1", "vitest": "0.22.1", "whatwg-fetch": "3.6.2" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4843ebfb3e..d70743b5a9 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6854,10 +6854,10 @@ vite-plugin-svgr@2.2.1: "@rollup/pluginutils" "^4.2.1" "@svgr/core" "^6.3.1" -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== +vite-tsconfig-paths@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-3.5.1.tgz#415f8ef442b71b1a0cd40686a00fe4fbfa7627a2" + integrity sha512-t7cPvDMDxOCUxxNLqngXiX+L6jPYBr+eMgkeVadknxBb89d2s1aejz+wFEep010VfXjGVAUWGEFPe1fkRYTFvg== dependencies: debug "^4.1.1" globrex "^0.1.2"