From c0cffcdc15392f4a5e860b59c316729f9c74ff27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:39:03 +0000 Subject: [PATCH] chore(deps): update dependency vite-bundle-analyzer to ^0.18.1 --- pnpm-lock.yaml | 10 +++++----- tests/performance/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 387de9b60c..0c702f17ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3519,8 +3519,8 @@ importers: specifier: ^5.4.14 version: 5.4.15(terser@5.39.0) vite-bundle-analyzer: - specifier: ^0.17.1 - version: 0.17.1 + specifier: ^0.18.1 + version: 0.18.1 vite-plugin-compression2: specifier: ^1.3.3 version: 1.3.3(vite@5.4.15(terser@5.39.0)) @@ -12551,8 +12551,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vite-bundle-analyzer@0.17.1: - resolution: {integrity: sha512-ubjLhkuRgOSBNck+6xBbQmjmh8SeLTG4alEM5PX2TNzyGhKLwWlyCz1YG0an3RQnscbhVzSb6kYteoHXhP///A==} + vite-bundle-analyzer@0.18.1: + resolution: {integrity: sha512-VQgrvxRuiZuOhM61p85lGpxzWR3TUbgn1LYtCBL09LUVoKy+yoxPwWTq+ihuPqT5L4tp0Jiiaa/dGYIRF8Guag==} hasBin: true vite-plugin-compression2@1.3.3: @@ -25835,7 +25835,7 @@ snapshots: vary@1.1.2: {} - vite-bundle-analyzer@0.17.1: {} + vite-bundle-analyzer@0.18.1: {} vite-plugin-compression2@1.3.3(vite@5.4.15(terser@5.39.0)): dependencies: diff --git a/tests/performance/package.json b/tests/performance/package.json index 8880ecadb5..420b36d39f 100644 --- a/tests/performance/package.json +++ b/tests/performance/package.json @@ -59,7 +59,7 @@ "loader.js": "^4.7.0", "terser": "^5.39.0", "vite": "^5.4.14", - "vite-bundle-analyzer": "^0.17.1", + "vite-bundle-analyzer": "^0.18.1", "vite-plugin-compression2": "^1.3.3", "zlib": "1.0.5" },