From 9b928da7e209ae1232804c4576639c8ccce956f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:37:43 +0000 Subject: [PATCH] Bump vite-tsconfig-paths from 5.0.1 to 5.1.0 in /internal-ui (#3318) Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- internal-ui/package-lock.json | 10 ++++------ internal-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/internal-ui/package-lock.json b/internal-ui/package-lock.json index 1ede7309d..362d1c385 100644 --- a/internal-ui/package-lock.json +++ b/internal-ui/package-lock.json @@ -8,8 +8,7 @@ "name": "@boxyhq/internal-ui", "version": "0.0.0", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.24.4", - "vite-tsconfig-paths": "5.0.1" + "vite-tsconfig-paths": "5.1.0" }, "devDependencies": { "@rollup/plugin-typescript": "12.1.1", @@ -5347,10 +5346,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.1.tgz", - "integrity": "sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==", - "license": "MIT", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.0.tgz", + "integrity": "sha512-Y1PLGHCJfAq1Zf4YIGEsmuU/NCX1epoZx9zwSr32Gjn3aalwQHRKr5aUmbo6r0JHeHkqmWpmDg7WOynhYXw1og==", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", diff --git a/internal-ui/package.json b/internal-ui/package.json index 131fcfb5e..1f8acb5c1 100644 --- a/internal-ui/package.json +++ b/internal-ui/package.json @@ -22,7 +22,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "vite-tsconfig-paths": "5.0.1" + "vite-tsconfig-paths": "5.1.0" }, "devDependencies": { "@rollup/plugin-typescript": "12.1.1",