We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba496a1 commit d96dd3aCopy full SHA for d96dd3a
3 files changed
package.json
@@ -47,13 +47,13 @@
47
"@types/jest": "^25.2.1",
48
"@types/mongodb": "^3.5.15",
49
"@types/node": "^13.13.4",
50
- "amqplib": "^0.5.5",
+ "amqplib": "^0.8.0",
51
"codex-accounting-sdk": "codex-team/codex-accounting-sdk",
52
"debug": "^4.1.1",
53
- "dotenv": "^8.2.0",
+ "dotenv": "^10.0.0",
54
"hawk.types": "https://github.com/codex-team/hawk.types",
55
"lodash.mergewith": "^4.6.2",
56
- "migrate-mongo": "^7.2.1",
+ "migrate-mongo": "^8.2.2",
57
"mockdate": "^3.0.2",
58
"mongodb": "^3.5.7",
59
"nanoid": "^3.1.10",
workers/archiver/package.json
@@ -10,7 +10,6 @@
10
"workerType": "cron-tasks/archiver",
11
"dependencies": {
12
"axios": "^0.21.1",
13
14
"prettysize": "^2.0.0"
15
}
16
0 commit comments