Skip to content

Commit 67a4b54

Browse files
committed
update lru-cache
1 parent 7e338ff commit 67a4b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"inflection": "^1.12.0",
5050
"joi": "^17.8.3",
5151
"js-yaml": "^4.1.0",
52-
"lru-cache": "^5.1.1",
52+
"lru-cache": "^6.0.0",
5353
"moment-timezone": "^0.5.46",
5454
"node-dijkstra": "^2.5.0",
5555
"ramda": "^0.27.2",

packages/cubejs-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"joi": "^17.8.3",
4545
"jsonwebtoken": "^9.0.2",
4646
"lodash.clonedeep": "^4.5.0",
47-
"lru-cache": "^5.1.1",
47+
"lru-cache": "^6.0.0",
4848
"moment": "^2.29.1",
4949
"node-fetch": "^2.6.0",
5050
"p-limit": "^3.1.0",

0 commit comments

Comments
 (0)