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

close #10300
This commit is contained in:
Evan You 2024-02-13 17:14:26 +08:00
parent 159efa9d73
commit b8be99018c
1 changed files with 1 additions and 1 deletions

View 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",