Explorar o código

fix(deps): pin lru-cache to avoid hashing error

close #10300
Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
b8be99018c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/compiler-sfc/package.json

+ 1 - 1
packages/compiler-sfc/package.json

@@ -56,7 +56,7 @@
     "@babel/types": "^7.23.9",
     "@vue/consolidate": "^0.17.3",
     "hash-sum": "^2.0.0",
-    "lru-cache": "^10.2.0",
+    "lru-cache": "10.1.0",
     "merge-source-map": "^1.1.0",
     "minimatch": "^9.0.3",
     "postcss-modules": "^6.0.0",