diff options
| author | 2023-12-06 10:19:09 +0800 | |
|---|---|---|
| committer | 2023-12-06 10:19:09 +0800 | |
| commit | f485b697d8e981e5b17fd37fce2941e82f11c14a (patch) | |
| tree | 26023b8f906cd146ef885525f1696c2c7d7d42d3 | |
| parent | f4ae5b6be02973f823024095aa07e3e3acf2b5d2 (diff) | |
| download | HydroRoll-f485b697d8e981e5b17fd37fce2941e82f11c14a.tar.gz HydroRoll-f485b697d8e981e5b17fd37fce2941e82f11c14a.zip | |
chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /site (#86)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | site/package-lock.json | 14 | ||||
| -rw-r--r-- | site/package.json | 2 | ||||
| -rw-r--r-- | site/yarn.lock | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/site/package-lock.json b/site/package-lock.json index f896162..be8be68 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -26,7 +26,7 @@ "sass": "^1.60.0", "typescript": "^5.0.0", "unplugin-fonts": "^1.0.3", - "vite": "^4.2.0", + "vite": "^4.5.1", "vite-plugin-vuetify": "^1.0.0", "vue-tsc": "^1.2.0" } @@ -2828,9 +2828,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "devOptional": true, "dependencies": { "esbuild": "^0.18.10", @@ -4996,9 +4996,9 @@ "dev": true }, "vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "devOptional": true, "requires": { "esbuild": "^0.18.10", diff --git a/site/package.json b/site/package.json index 905457e..da75e06 100644 --- a/site/package.json +++ b/site/package.json @@ -27,7 +27,7 @@ "sass": "^1.60.0", "typescript": "^5.0.0", "unplugin-fonts": "^1.0.3", - "vite": "^4.2.0", + "vite": "^4.5.1", "vite-plugin-vuetify": "^1.0.0", "vue-tsc": "^1.2.0" } diff --git a/site/yarn.lock b/site/yarn.lock index 40b2284..d77e65d 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -1546,10 +1546,10 @@ vite-plugin-vuetify@^1.0.0: debug "^4.3.3" upath "^2.0.1" -vite@^4.2.0: - version "4.5.0" - resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz" - integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw== +vite@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a" + integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA== dependencies: esbuild "^0.18.10" postcss "^8.4.27" |
