From 0f8fe6ec28bfcb6c9209b9f0ca4fb327eb27a352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:54:47 +0000 Subject: [PATCH] Bump vite from 5.4.1 to 5.4.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.3. - [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/v5.4.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d42a04a..a0373ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/bun": "latest", + "@types/bun": "*", "@types/node": "^22.4.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -33,7 +33,7 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.7", "typescript": "^5.2.2", - "vite": "^5.4.1", + "vite": "^5.4.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-dynamic-import": "^1.5.0", "vite-plugin-imagemin": "^0.6.1" @@ -7137,9 +7137,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "funding": [ { "type": "opencollective", @@ -8778,14 +8778,14 @@ } }, "node_modules/vite": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz", - "integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", + "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.41", - "rollup": "^4.13.0" + "postcss": "^8.4.43", + "rollup": "^4.20.0" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index ec973bd..add9bae 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.7", "typescript": "^5.2.2", - "vite": "^5.4.1", + "vite": "^5.4.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-dynamic-import": "^1.5.0", "vite-plugin-imagemin": "^0.6.1",