Skip to content
Merged
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"babel-loader": "8.2.3",
"capture-console": "1.0.1",
"chalk": "4.1.2",
"cpy-cli": "3.1.1",
"create-hash": "1.2.0",
"cross-env": "7.0.3",
"del-cli": "4.0.1",
Expand All @@ -89,7 +88,6 @@
"js-yaml": "4.1.0",
"lint-staged": "11.2.6",
"madge": "5.0.1",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"nock": "13.1.4",
"npm-check-updates": "11.8.5",
Expand All @@ -99,7 +97,7 @@
"sinon": "11.1.2",
"tmp": "0.2.1",
"ts-jest": "27.0.7",
"typedoc": "0.22.7",
"typedoc": "0.22.17",
"typescript": "4.4.4",
"typesync": "0.8.0",
"uuid": "8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@arkecosystem/crypto": "workspace:*",
"@arkecosystem/utils": "1.3.1",
"@pm2/io": "4.3.5",
"@pm2/io": "5.0.0",
"chalk": "4.1.2",
"cron": "1.8.2",
"dayjs": "1.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"joi": "17.4.2",
"pluralize": "8.0.0",
"pretty-ms": "7.0.1",
"protobufjs": "6.10.2",
"protobufjs": "6.11.3",
"rate-limiter-flexible": "1.3.2",
"semver": "6.3.0",
"ws": "7.5.5"
Expand Down
Loading