Browse Source

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

close #10300
Evan You 2 years ago
parent
commit
b8be99018c
1 changed files with 1 additions and 1 deletions
  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",