From 6afade5120b3d665d33c2a5b041dfcde96326e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:00:30 +0000 Subject: [PATCH] chore(deps-dev): Bump vite-tsconfig-paths from 4.2.0 to 4.2.2 Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: vite-tsconfig-paths 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 da3c7f8..6a6d10a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vite": "^4.4.9", "vite-plugin-checker": "^0.6.2", "vite-plugin-svgr": "^3.2.0", - "vite-tsconfig-paths": "^4.2.0" + "vite-tsconfig-paths": "^4.2.2" }, "repository": "https://github.com/bastiendmt/spotify-like-web.git", "author": "Bastien DUMONT ", diff --git a/yarn.lock b/yarn.lock index 180e1f1..f76a648 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1881,10 +1881,10 @@ vite-plugin-svgr@^3.2.0: "@svgr/core" "^7.0.0" "@svgr/plugin-jsx" "^7.0.0" -vite-tsconfig-paths@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.0.tgz" - integrity sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw== +vite-tsconfig-paths@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.2.tgz#fee5a59c885687ae046e1d5a394bdcfdb12d9361" + integrity sha512-dq0FjyxHHDnp0uS3P12WEOX2W7NeuLzX9AWP38D7Zw2CTbFErapwQVlCiT5DMJcVWKQ1MMdTe92PZl/rBQ7qcw== dependencies: debug "^4.1.1" globrex "^0.1.2"