Skip to content

Commit f80b05b

Browse files
authored
chore(api-gateway): Lock chrono-node package (#9621)
wanasit/chrono#598 `cubejs-cli` doesn't have npm-shrinkwrap, which means it installs the latest version of chrono-node via the ^2.6 restriction. Let's lock it for a while while chrono-node works on a fix.
1 parent 06f82e5 commit f80b05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cubejs-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ungap/structured-clone": "^0.3.4",
3333
"assert-never": "^1.4.0",
3434
"body-parser": "^1.19.0",
35-
"chrono-node": "^2.6.2",
35+
"chrono-node": "2.6.2",
3636
"express": "^4.21.1",
3737
"express-graphql": "^0.12.0",
3838
"graphql": "^15.8.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10792,7 +10792,7 @@ chrome-trace-event@^1.0.2:
1079210792
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
1079310793
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
1079410794

10795-
chrono-node@^2.6.2:
10795+
chrono-node@2.6.2:
1079610796
version "2.6.2"
1079710797
resolved "https://registry.yarnpkg.com/chrono-node/-/chrono-node-2.6.2.tgz#cfdd8ddb25efcf7feec6459c4ae8050b70e23a82"
1079810798
integrity sha512-RZvQNwos1gre+xj3n8bZKKlO5BAQ6Z2qMEtbMQuVnF5xtku5kkMLq7F8a0NWPZLwQ5+78yZ9w6FAbqA9d9GwzQ==

0 commit comments

Comments
 (0)