소스 검색

chore: security audit fix and dependency updates

unknown 3 달 전
부모
커밋
87d2c86538
2개의 변경된 파일624개의 추가작업 그리고 300개의 파일을 삭제
  1. 618 297
      package-lock.json
  2. 6 3
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 618 - 297
package-lock.json


+ 6 - 3
package.json

@@ -15,9 +15,9 @@
   },
   "dependencies": {
     "@tanstack/vue-query": "^5.25.0",
-    "@unhead/vue": "^1.11.20",
-    "@unhead/schema": "^1.11.20",
     "@types/three": "^0.183.1",
+    "@unhead/schema": "^3.0.5",
+    "@unhead/vue": "^3.0.5",
     "@vueuse/core": "^10.11.1",
     "@vueuse/motion": "^3.0.3",
     "class-variance-authority": "^0.7.0",
@@ -50,6 +50,9 @@
     "vue-tsc": "^2.2.12"
   },
   "overrides": {
-    "esbuild": "0.25.0"
+    "esbuild": "0.25.0",
+    "braces": "3.0.3",
+    "micromatch": "4.0.8",
+    "http-proxy-middleware": "3.0.3"
   }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.