浏览代码

chore(deps): bump vite from 5.3.0 to 5.3.1 in /frontend (#2441)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.0 to 5.3.1.
- [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.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 年之前
父节点
当前提交
0d5dc1faeb
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 4 4
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 4 - 4
frontend/package-lock.json

@@ -34,7 +34,7 @@
         "react-router-dom": "^6.23.1",
         "react-syntax-highlighter": "^15.5.0",
         "tailwind-merge": "^2.3.0",
-        "vite": "^5.3.0",
+        "vite": "^5.3.1",
         "web-vitals": "^3.5.2"
       },
       "devDependencies": {
@@ -16253,9 +16253,9 @@
       "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
     },
     "node_modules/vite": {
-      "version": "5.3.0",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.0.tgz",
-      "integrity": "sha512-hA6vAVK977NyW1Qw+fLvqSo7xDPej7von7C3DwwqPRmnnnK36XEBC/J3j1V5lP8fbt7y0TgTKJbpNGSwM+Bdeg==",
+      "version": "5.3.1",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.1.tgz",
+      "integrity": "sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==",
       "dependencies": {
         "esbuild": "^0.21.3",
         "postcss": "^8.4.38",

+ 1 - 1
frontend/package.json

@@ -33,7 +33,7 @@
     "react-router-dom": "^6.23.1",
     "react-syntax-highlighter": "^15.5.0",
     "tailwind-merge": "^2.3.0",
-    "vite": "^5.3.0",
+    "vite": "^5.3.1",
     "web-vitals": "^3.5.2"
   },
   "scripts": {