]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(deps): pin lru-cache to avoid hashing error
authorEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 09:14:26 +0000 (17:14 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 09:14:26 +0000 (17:14 +0800)
close #10300

packages/compiler-sfc/package.json

index 47b9281d6eb501a7964f3b51da742935bd0a8007..8570c8bb9148e126939c734c36b8858cff36cf0d 100644 (file)
@@ -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",