Skip to content

Commit 2b982f3

Browse files
ggazzoclaude
authored andcommitted
fix: keep cron@1.8.x and moment in package.json for server-simple
cron upgrade and moment removal belong to the complex PR since business hours and analytics still depend on them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b12a143 commit 2b982f3

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

apps/meteor/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"cookie": "^0.7.2",
187187
"cookie-parser": "^1.4.7",
188188
"cors": "^2.8.6",
189-
"cron": "4.4.0",
189+
"cron": "~1.8.2",
190190
"cron-validator": "^1.3.1",
191191
"css-vars-ponyfill": "^2.4.9",
192192
"csv-parse": "^5.5.6",
@@ -249,6 +249,8 @@
249249
"mime-type": "^4.0.0",
250250
"mkdirp": "^1.0.4",
251251
"moleculer": "^0.14.35",
252+
"moment": "^2.30.1",
253+
"moment-timezone": "^0.5.48",
252254
"mongo-message-queue": "^1.1.0",
253255
"mongodb": "6.16.0",
254256
"nats": "^2.28.2",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10074,7 +10074,7 @@ __metadata:
1007410074
cookie: "npm:^0.7.2"
1007510075
cookie-parser: "npm:^1.4.7"
1007610076
cors: "npm:^2.8.6"
10077-
cron: "npm:4.4.0"
10077+
cron: "npm:~1.8.2"
1007810078
cron-validator: "npm:^1.3.1"
1007910079
cross-env: "npm:^7.0.3"
1008010080
css-vars-ponyfill: "npm:^2.4.9"
@@ -10146,6 +10146,8 @@ __metadata:
1014610146
mkdirp: "npm:^1.0.4"
1014710147
mocha: "npm:^9.2.2"
1014810148
moleculer: "npm:^0.14.35"
10149+
moment: "npm:^2.30.1"
10150+
moment-timezone: "npm:^0.5.48"
1014910151
mongo-message-queue: "npm:^1.1.0"
1015010152
mongodb: "npm:6.16.0"
1015110153
nats: "npm:^2.28.2"
@@ -19208,6 +19210,15 @@ __metadata:
1920819210
languageName: node
1920919211
linkType: hard
1921019212

19213+
"cron@npm:~1.8.2":
19214+
version: 1.8.2
19215+
resolution: "cron@npm:1.8.2"
19216+
dependencies:
19217+
moment-timezone: "npm:^0.5.x"
19218+
checksum: 10/bdccbf23fe1718004a84ecd988049da0e4978847184c94d2e08f5ffbea5bfebea43680a860ac95c5c711530d315fc3ab1193126479069ec2bfb5319ba10c97ad
19219+
languageName: node
19220+
linkType: hard
19221+
1921119222
"cross-env@npm:^7.0.3":
1921219223
version: 7.0.3
1921319224
resolution: "cross-env@npm:7.0.3"
@@ -28670,7 +28681,7 @@ __metadata:
2867028681
languageName: node
2867128682
linkType: hard
2867228683

28673-
"moment-timezone@npm:^0.5.48":
28684+
"moment-timezone@npm:^0.5.48, moment-timezone@npm:^0.5.x":
2867428685
version: 0.5.48
2867528686
resolution: "moment-timezone@npm:0.5.48"
2867628687
dependencies:
@@ -28679,7 +28690,7 @@ __metadata:
2867928690
languageName: node
2868028691
linkType: hard
2868128692

28682-
"moment@npm:^2.10.2, moment@npm:^2.29.4":
28693+
"moment@npm:^2.10.2, moment@npm:^2.29.4, moment@npm:^2.30.1":
2868328694
version: 2.30.1
2868428695
resolution: "moment@npm:2.30.1"
2868528696
checksum: 10/ae42d876d4ec831ef66110bdc302c0657c664991e45cf2afffc4b0f6cd6d251dde11375c982a5c0564ccc0fa593fc564576ddceb8c8845e87c15f58aa6baca69

0 commit comments

Comments
 (0)