Skip to content

Commit

Permalink
ci(custom-checks): fix dependencies being inconsistent phase 2
Browse files Browse the repository at this point in the history
    Primary Changes
    ---------------
    1. Updated the package.json to have
       consistent depedency versions.

Fixes #3685

Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jan 13, 2025
1 parent 6af5fda commit 9176df9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 56 deletions.
6 changes: 3 additions & 3 deletions packages/cactus-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.1.0",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.2",
"rxjs": "7.8.1",
"socket.io-client-fixed-types": "4.5.4"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "2.1.0",
"@types/jsonwebtoken": "9.0.0",
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "4.14.195",
"@types/node": "18.11.9",
"@types/node": "18.19.0",
"http-status-codes": "2.3.0",
"lodash": "4.17.21"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
"fastify": "4.28.1",
"fs-extra": "11.2.0",
"google-protobuf": "3.21.4",
"http-status-codes": "2.1.3",
"http-status-codes": "2.3.0",
"jose": "4.15.5",
"json-stable-stringify": "1.0.2",
"lmify": "0.3.0",
"node-forge": "1.3.0",
"prom-client": "15.1.3",
"run-time-error-cjs": "1.4.0",
"rxjs": "7.8.1",
"safe-stable-stringify": "2.4.3",
"safe-stable-stringify": "2.5.0",
"semver": "7.6.2",
"socket.io": "4.6.2",
"socket.io-client-fixed-types": "4.5.4",
Expand All @@ -120,9 +120,9 @@
"@types/express-http-proxy": "1.6.2",
"@types/google-protobuf": "3.15.5",
"@types/json-stable-stringify": "1.0.34",
"@types/jsonwebtoken": "8.5.4",
"@types/jsonwebtoken": "9.0.6",
"@types/multer": "1.4.7",
"@types/node-forge": "1.0.1",
"@types/node-forge": "1.3.0",
"@types/passport": "1.0.7",
"@types/passport-oauth2": "1.4.11",
"@types/passport-saml": "1.1.3",
Expand All @@ -135,7 +135,7 @@
"google-protobuf": "3.21.4",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"protobufjs": "7.4.0",
"protobufjs": ">=7.4.0",
"tsx": "4.16.2"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cactus-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"dependencies": {
"fast-safe-stringify": "2.1.1",
"json-stable-stringify": "1.0.1",
"json-stable-stringify": "1.0.2",
"key-encoder": "2.0.3",
"loglevel": "1.7.1",
"loglevel": "1.8.1",
"loglevel-plugin-prefix": "0.8.4",
"run-time-error-cjs": "1.4.0",
"sanitize-html": "2.12.1",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"@grpc/grpc-js": "1.12.4",
"@types/json-stable-stringify": "1.0.33",
"@types/json-stable-stringify": "1.0.34",
"@types/sanitize-html": "2.9.5",
"@types/secp256k1": "4.0.3",
"@types/uuid": "10.0.0",
Expand Down
56 changes: 11 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9496,11 +9496,11 @@ __metadata:
"@hyperledger/cactus-core-api": "npm:2.1.0"
"@hyperledger/cactus-plugin-consortium-manual": "npm:2.1.0"
"@hyperledger/cactus-test-tooling": "npm:2.1.0"
"@types/jsonwebtoken": "npm:9.0.0"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/lodash": "npm:4.14.195"
"@types/node": "npm:18.11.9"
"@types/node": "npm:18.19.0"
http-status-codes: "npm:2.3.0"
jsonwebtoken: "npm:9.0.0"
jsonwebtoken: "npm:9.0.2"
lodash: "npm:4.17.21"
rxjs: "npm:7.8.1"
socket.io-client-fixed-types: "npm:4.5.4"
Expand Down Expand Up @@ -9537,9 +9537,9 @@ __metadata:
"@types/express-http-proxy": "npm:1.6.2"
"@types/google-protobuf": "npm:3.15.5"
"@types/json-stable-stringify": "npm:1.0.34"
"@types/jsonwebtoken": "npm:8.5.4"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/multer": "npm:1.4.7"
"@types/node-forge": "npm:1.0.1"
"@types/node-forge": "npm:1.3.0"
"@types/passport": "npm:1.0.7"
"@types/passport-oauth2": "npm:1.4.11"
"@types/passport-saml": "npm:1.1.3"
Expand Down Expand Up @@ -9567,16 +9567,16 @@ __metadata:
google-protobuf: "npm:3.21.4"
grpc-tools: "npm:1.12.4"
grpc_tools_node_protoc_ts: "npm:5.3.3"
http-status-codes: "npm:2.1.3"
http-status-codes: "npm:2.3.0"
jose: "npm:4.15.5"
json-stable-stringify: "npm:1.0.2"
lmify: "npm:0.3.0"
node-forge: "npm:1.3.0"
prom-client: "npm:15.1.3"
protobufjs: "npm:7.4.0"
protobufjs: "npm:>=7.4.0"
run-time-error-cjs: "npm:1.4.0"
rxjs: "npm:7.8.1"
safe-stable-stringify: "npm:2.4.3"
safe-stable-stringify: "npm:2.5.0"
semver: "npm:7.6.2"
socket.io: "npm:4.6.2"
socket.io-client-fixed-types: "npm:4.5.4"
Expand Down Expand Up @@ -9649,14 +9649,14 @@ __metadata:
resolution: "@hyperledger/cactus-common@workspace:packages/cactus-common"
dependencies:
"@grpc/grpc-js": "npm:1.12.4"
"@types/json-stable-stringify": "npm:1.0.33"
"@types/json-stable-stringify": "npm:1.0.34"
"@types/sanitize-html": "npm:2.9.5"
"@types/secp256k1": "npm:4.0.3"
"@types/uuid": "npm:10.0.0"
fast-safe-stringify: "npm:2.1.1"
json-stable-stringify: "npm:1.0.1"
json-stable-stringify: "npm:1.0.2"
key-encoder: "npm:2.0.3"
loglevel: "npm:1.7.1"
loglevel: "npm:1.8.1"
loglevel-plugin-prefix: "npm:0.8.4"
run-time-error-cjs: "npm:1.4.0"
sanitize-html: "npm:2.12.1"
Expand Down Expand Up @@ -17382,24 +17382,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:8.5.4":
version: 8.5.4
resolution: "@types/jsonwebtoken@npm:8.5.4"
dependencies:
"@types/node": "npm:*"
checksum: 10/9326111efd601ab0594019714182b141ffd6f21fcc8bb565355230daa78baafc06ad5211ea404ca65aae4c353056b17643ebf78659f1535067f56e80eeb9c76f
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:9.0.0":
version: 9.0.0
resolution: "@types/jsonwebtoken@npm:9.0.0"
dependencies:
"@types/node": "npm:*"
checksum: 10/f70b26ca2ec2d63a4c5e5e93bdee13aecfc74872361c04a17dacbe8df50a31b592e41f5f37cf6b4937ea42f47b2d8823a417be115a0f87d3db579be3689ecce3
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:9.0.6":
version: 9.0.6
resolution: "@types/jsonwebtoken@npm:9.0.6"
Expand Down Expand Up @@ -17584,15 +17566,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node-forge@npm:1.0.1":
version: 1.0.1
resolution: "@types/node-forge@npm:1.0.1"
dependencies:
"@types/node": "npm:*"
checksum: 10/7d17d252f5bf126f871431e5a5c5d834107ba28b5be68cc70cce13d94774e5bb073774c22c2b5085731e414bc5a42e925aaf8394eb49555cfe63bcb81a0fb900
languageName: node
linkType: hard

"@types/node-forge@npm:1.3.0":
version: 1.3.0
resolution: "@types/node-forge@npm:1.3.0"
Expand Down Expand Up @@ -32910,13 +32883,6 @@ __metadata:
languageName: node
linkType: hard

"http-status-codes@npm:2.1.3":
version: 2.1.3
resolution: "http-status-codes@npm:2.1.3"
checksum: 10/d5025903b41d88d35c1039e6fa4fe4061cce95119f58672d56ed8837bf91cc10c1b3dc47b73288398b55990e7a2c2147ae32feddc896b6863f020b44ef58ee6e
languageName: node
linkType: hard

"http-status-codes@npm:2.1.4":
version: 2.1.4
resolution: "http-status-codes@npm:2.1.4"
Expand Down

0 comments on commit 9176df9

Please sign in to comment.