diff --git a/package.json b/package.json index a70fb29c..f2a28835 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "prettier-plugin-packagejson": "^2.5.1", "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.7", - "vite": "^5.3.5", + "vite": "^5.4.0", "vite-plugin-handlebars": "^2.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c87ee7c7..bbdf0de8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: specifier: ^3.4.7 version: 3.4.7 vite: - specifier: ^5.3.5 - version: 5.3.5 + specifier: ^5.4.0 + version: 5.4.0 vite-plugin-handlebars: specifier: ^2.0.0 version: 2.0.0 @@ -1554,8 +1554,8 @@ packages: vite-plugin-handlebars@2.0.0: resolution: {integrity: sha512-+J3It0nyhPzx4nT1I+fnWH+jShTEXzm6X0Tgsggdm9IYFD7/eJ6a3ROI13HTe0CVoyaxm/fPxH5HDAKyfz7T0g==} - vite@5.3.5: - resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==} + vite@5.4.0: + resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -1563,6 +1563,7 @@ packages: less: '*' lightningcss: ^1.21.0 sass: '*' + sass-embedded: '*' stylus: '*' sugarss: '*' terser: ^5.4.0 @@ -1575,6 +1576,8 @@ packages: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -3021,17 +3024,18 @@ snapshots: vite-plugin-handlebars@2.0.0: dependencies: handlebars: 4.7.8 - vite: 5.3.5 + vite: 5.4.0 transitivePeerDependencies: - '@types/node' - less - lightningcss - sass + - sass-embedded - stylus - sugarss - terser - vite@5.3.5: + vite@5.4.0: dependencies: esbuild: 0.21.5 postcss: 8.4.41