Skip to content

Commit

Permalink
ci(custom-checks): fix dependencies being inconsistent phase 5
Browse files Browse the repository at this point in the history
Primary Changes
---------------
1. Fixed dependencies on targeted packages:
packages/cactus-plugin-keychain-azure-kv
packages/cactus-plugin-keychain-google-sm
packages/cactus-plugin-keychain-memory
packages/cactus-plugin-keychain-memory-wasm
packages/cactus-plugin-keychain-vault

Fixes: hyperledger-cacti#3688

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Jan 9, 2025
1 parent d2fac8a commit fcd22f3
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"resolutions": {
"@babel/traverse": ">=7.23.2",
"ansi-html": ">=0.0.8",
"axios": ">=0.27.2",
"axios": "1.7.7",
"body-parser": ">=1.20.3",
"braces": ">=3.0.3",
"x-dicer": ">0.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-plugin-keychain-azure-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"axios": "1.7.7",
"http-status-codes": "2.1.4",
"http-status-codes": "2.3.0",
"typescript-optional": "2.0.1"
},
"devDependencies": {
Expand All @@ -76,7 +76,7 @@
"@types/express": "5.0.0",
"@types/request": "2.48.7",
"body-parser": "1.20.3",
"express": "4.21.1",
"express": "4.21.2",
"internal-ip": "6.2.0",
"openapi-types": "12.1.3",
"uuid": "10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cactus-plugin-keychain-google-sm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"axios": "1.7.7",
"http-status-codes": "2.1.4",
"http-status-codes": "2.3.0",
"typescript-optional": "2.0.1",
"uuid": "10.0.0"
},
Expand All @@ -72,7 +72,7 @@
"@types/request": "2.48.7",
"@types/uuid": "10.0.0",
"body-parser": "1.20.3",
"express": "4.21.1",
"express": "4.21.2",
"google-gax": "4.0.5",
"internal-ip": "6.2.0",
"openapi-types": "12.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-plugin-keychain-memory-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"axios": "1.7.7",
"express": "4.21.1",
"express": "4.21.2",
"prom-client": "15.1.3",
"uuid": "10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-plugin-keychain-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"axios": "1.7.7",
"express": "4.21.1",
"express": "4.21.2",
"prom-client": "15.1.3",
"rxjs": "7.8.1",
"uuid": "10.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/cactus-plugin-keychain-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"axios": "1.7.7",
"http-status-codes": "2.1.4",
"http-status-codes": "2.3.0",
"node-vault": "0.9.22",
"prom-client": "15.1.3",
"typescript-optional": "2.0.1"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "2.1.0",
"@types/body-parser": "1.19.3",
"@types/body-parser": "1.19.4",
"@types/express": "5.0.0",
"@types/internal-ip": "4.1.0",
"@types/request": "2.48.7",
"@types/tape-promise": "4.0.1",
"@types/uuid": "10.0.0",
"body-parser": "1.20.3",
"express": "4.21.1",
"express": "4.21.2",
"internal-ip": "6.2.0",
"openapi-types": "12.1.3",
"uuid": "10.0.0"
Expand Down
36 changes: 13 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10278,8 +10278,8 @@ __metadata:
"@types/request": "npm:2.48.7"
axios: "npm:1.7.7"
body-parser: "npm:1.20.3"
express: "npm:4.21.1"
http-status-codes: "npm:2.1.4"
express: "npm:4.21.2"
http-status-codes: "npm:2.3.0"
internal-ip: "npm:6.2.0"
openapi-types: "npm:12.1.3"
typescript-optional: "npm:2.0.1"
Expand All @@ -10302,9 +10302,9 @@ __metadata:
"@types/uuid": "npm:10.0.0"
axios: "npm:1.7.7"
body-parser: "npm:1.20.3"
express: "npm:4.21.1"
express: "npm:4.21.2"
google-gax: "npm:4.0.5"
http-status-codes: "npm:2.1.4"
http-status-codes: "npm:2.3.0"
internal-ip: "npm:6.2.0"
openapi-types: "npm:12.1.3"
typescript-optional: "npm:2.0.1"
Expand All @@ -10325,7 +10325,7 @@ __metadata:
body-parser: "npm:1.20.3"
cpy-cli: "npm:4.2.0"
del-cli: "npm:5.1.0"
express: "npm:4.21.1"
express: "npm:4.21.2"
prom-client: "npm:15.1.3"
uuid: "npm:10.0.0"
languageName: unknown
Expand All @@ -10347,7 +10347,7 @@ __metadata:
"@types/express": "npm:5.0.0"
axios: "npm:1.7.7"
body-parser: "npm:1.20.3"
express: "npm:4.21.1"
express: "npm:4.21.2"
npm-run-all2: "npm:6.1.2"
prom-client: "npm:15.1.3"
rxjs: "npm:7.8.1"
Expand All @@ -10363,16 +10363,16 @@ __metadata:
"@hyperledger/cactus-core": "npm:2.1.0"
"@hyperledger/cactus-core-api": "npm:2.1.0"
"@hyperledger/cactus-test-tooling": "npm:2.1.0"
"@types/body-parser": "npm:1.19.3"
"@types/body-parser": "npm:1.19.4"
"@types/express": "npm:5.0.0"
"@types/internal-ip": "npm:4.1.0"
"@types/request": "npm:2.48.7"
"@types/tape-promise": "npm:4.0.1"
"@types/uuid": "npm:10.0.0"
axios: "npm:1.7.7"
body-parser: "npm:1.20.3"
express: "npm:4.21.1"
http-status-codes: "npm:2.1.4"
express: "npm:4.21.2"
http-status-codes: "npm:2.3.0"
internal-ip: "npm:6.2.0"
node-vault: "npm:0.9.22"
openapi-types: "npm:12.1.3"
Expand Down Expand Up @@ -16667,16 +16667,6 @@ __metadata:
languageName: node
linkType: hard

"@types/body-parser@npm:1.19.3":
version: 1.19.3
resolution: "@types/body-parser@npm:1.19.3"
dependencies:
"@types/connect": "npm:*"
"@types/node": "npm:*"
checksum: 10/932fa71437c275023799123680ef26ffd90efd37f51a1abe405e6ae6e5b4ad9511b7a3a8f5a12877ed1444a02b6286c0a137a98e914b3c61932390c83643cc2c
languageName: node
linkType: hard

"@types/body-parser@npm:1.19.4":
version: 1.19.4
resolution: "@types/body-parser@npm:1.19.4"
Expand Down Expand Up @@ -20907,14 +20897,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:>=0.27.2":
version: 1.7.2
resolution: "axios@npm:1.7.2"
"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/6ae80dda9736bb4762ce717f1a26ff997d94672d3a5799ad9941c24d4fb019c1dff45be8272f08d1975d7950bac281f3ba24aff5ecd49ef5a04d872ec428782f
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard

Expand Down

0 comments on commit fcd22f3

Please sign in to comment.