From ce726ac7f1b1a65506e221c6c12fc43f7543457f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:19:57 +0000 Subject: [PATCH] Bump vite-tsconfig-paths from 4.3.2 to 5.0.1 in /warpgate-web Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.0.1. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.0.1) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- warpgate-web/package.json | 2 +- warpgate-web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/warpgate-web/package.json b/warpgate-web/package.json index ee01fb85c..b4a7efb6c 100644 --- a/warpgate-web/package.json +++ b/warpgate-web/package.json @@ -58,7 +58,7 @@ "ua-parser-js": "^1.0.39", "vite": "^5.4.8", "vite-plugin-checker": "^0.8.0", - "vite-tsconfig-paths": "^4.3.2", + "vite-tsconfig-paths": "^5.0.1", "xterm": "^4.18.0", "xterm-addon-serialize": "^0.11.0", "otpauth": "^9.3.3" diff --git a/warpgate-web/yarn.lock b/warpgate-web/yarn.lock index 68a7b483c..3766d4bcc 100644 --- a/warpgate-web/yarn.lock +++ b/warpgate-web/yarn.lock @@ -3322,10 +3322,10 @@ vite-plugin-checker@^0.8.0: vscode-languageserver-textdocument "^1.0.1" vscode-uri "^3.0.2" -vite-tsconfig-paths@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz#321f02e4b736a90ff62f9086467faf4e2da857a9" - integrity sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA== +vite-tsconfig-paths@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.1.tgz#c9387a29c32fd586e4c7f4e2b2da1f0b5c9a7403" + integrity sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig== dependencies: debug "^4.1.1" globrex "^0.1.2"