Quellcode durchsuchen

Bump vite from 5.2.12 to 5.2.13 in /frontend (#2315)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.2.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.13/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] vor 1 Jahr
Ursprung
Commit
705758ac36
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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-router-dom": "^6.23.1",
         "react-syntax-highlighter": "^15.5.0",
         "react-syntax-highlighter": "^15.5.0",
         "tailwind-merge": "^2.3.0",
         "tailwind-merge": "^2.3.0",
-        "vite": "^5.2.12",
+        "vite": "^5.2.13",
         "web-vitals": "^3.5.2"
         "web-vitals": "^3.5.2"
       },
       },
       "devDependencies": {
       "devDependencies": {
@@ -16433,9 +16433,9 @@
       "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
       "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
     },
     },
     "node_modules/vite": {
     "node_modules/vite": {
-      "version": "5.2.12",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz",
-      "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==",
+      "version": "5.2.13",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz",
+      "integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==",
       "dependencies": {
       "dependencies": {
         "esbuild": "^0.20.1",
         "esbuild": "^0.20.1",
         "postcss": "^8.4.38",
         "postcss": "^8.4.38",

+ 1 - 1
frontend/package.json

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