Skip to content

Commit

Permalink
fix: vulnerabilities and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumerla committed Dec 13, 2024
1 parent 6b0bada commit 05101ab
Show file tree
Hide file tree
Showing 17 changed files with 179 additions and 235 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"axios": "^1.7.2",
"axios": "^1.7.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "The OpenZeppelin Defender Software Development Kit",
"dependencies": {
"@actions/exec": "^1.1.1",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down Expand Up @@ -76,6 +76,10 @@
"semver": "^7.6.2",
"tough-cookie": "^4.0.0",
"tar": "^6.2.1",
"cookie": "^0.4.2"
"cookie": "^0.7.2",
"cross-spawn": "^7.0.5",
"elliptic": "^6.6.0",
"rollup": "4.22.4",
"micromatch": "^4.0.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"jszip": "^3.10.1",
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21",
"glob": "^11.0.0",
"dotenv": "^16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/approval-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.6.7",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export type PublicNetwork =
| 'fantomtest'
| 'fuji'
| 'fuse'
| 'geist-polter'
| 'geist-mainnet'
| 'geist-polter'
| 'hedera'
| 'hederatest'
| 'holesky'
Expand Down Expand Up @@ -73,8 +73,8 @@ export const Networks: Network[] = [
'fantomtest',
'fuji',
'fuse',
'geist-polter',
'geist-mainnet',
'geist-polter',
'hedera',
'hederatest',
'holesky',
Expand Down Expand Up @@ -140,8 +140,8 @@ export const chainIds: { [key in Network]: number } = {
'fantomtest': 4002,
'fuji': 43113,
'fuse': 122,
'geist-polter': 631571,
'geist-mainnet': 63157,
'geist-polter': 631571,
'hedera': 295,
'hederatest': 296,
'holesky': 17000,
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kvstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21",
"fs-extra": "^11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"ethers": "^6.9.0",
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-channel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/proposal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"ethers": "^6.9.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/proposal/src/models/simulation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copied from openzeppelin/defender/models/src/types/simulation.res.d.ts


export type BigUInt = string | number;

export interface SimulationRequest {
Expand All @@ -19,7 +18,6 @@ export interface Transaction {
maxPriorityFeePerGas?: number;
}


export interface SimulationResponse {
summary: {
network: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@ethersproject/logger": "^5.7.0",
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"amazon-cognito-identity-js": "^6.3.6",
"axios": "^1.7.2",
"axios": "^1.7.4",
"ethers": "^6.9.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-sdk-base-client": "^1.15.2",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 05101ab

Please sign in to comment.