From 77f5c2becc5091833b0e1c0aef9104266e733fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:03:59 +0000 Subject: [PATCH] Bump vite from 6.0.3 to 6.0.4 in /java/java-node/maven-yarn Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java/java-node/maven-yarn/package.json | 2 +- java/java-node/maven-yarn/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/java-node/maven-yarn/package.json b/java/java-node/maven-yarn/package.json index aba3b565..2e497235 100644 --- a/java/java-node/maven-yarn/package.json +++ b/java/java-node/maven-yarn/package.json @@ -9,6 +9,6 @@ "build": "vite build" }, "devDependencies": { - "vite": "^6.0.3" + "vite": "^6.0.4" } } diff --git a/java/java-node/maven-yarn/yarn.lock b/java/java-node/maven-yarn/yarn.lock index 82f2bf3b..d919edcb 100644 --- a/java/java-node/maven-yarn/yarn.lock +++ b/java/java-node/maven-yarn/yarn.lock @@ -313,10 +313,10 @@ source-map-js@^1.2.1: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== -vite@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.3.tgz#cc01f403e326a9fc1e064235df8a6de084c8a491" - integrity sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw== +vite@^6.0.4: + version "6.0.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d" + integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q== dependencies: esbuild "^0.24.0" postcss "^8.4.49"