From: Evan You Date: Tue, 13 Feb 2024 09:14:26 +0000 (+0800) Subject: fix(deps): pin lru-cache to avoid hashing error X-Git-Tag: v3.4.19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8be99018ceae92d1732dfb414df12b36b90b31f;p=thirdparty%2Fvuejs%2Fcore.git fix(deps): pin lru-cache to avoid hashing error close #10300 --- diff --git a/packages/compiler-sfc/package.json b/packages/compiler-sfc/package.json index 47b9281d6e..8570c8bb91 100644 --- a/packages/compiler-sfc/package.json +++ b/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",