Skip to content

Commit f017245

Browse files
authored
Merge pull request #149 from lens-protocol/chore/versions-bump
chore: packages versions bump to fix dependency vulnerabilities
2 parents 0ef9bb5 + 7f07101 commit f017245

File tree

4 files changed

+1068
-324
lines changed

4 files changed

+1068
-324
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ concurrency:
66

77
on:
88
push:
9-
branches:
9+
branches:
1010
- master
1111
- development
1212
pull_request:
13-
branches:
13+
branches:
1414
- master
1515
- development
16+
17+
permissions:
18+
contents: read
19+
1620
jobs:
1721
build:
1822
runs-on: ubuntu-latest

foundry.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib/forge-std": {
3+
"rev": "2b59872eee0b8088ddcade39fe8c041e17bb79c0"
4+
}
5+
}

package.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,54 @@
6161
"build-and-bind": "npm run bind && npm run abis"
6262
},
6363
"devDependencies": {
64-
"@matterlabs/hardhat-zksync": "^1.1.0",
64+
"@matterlabs/hardhat-zksync": "^1.6.2",
65+
"@matterlabs/hardhat-zksync-deploy": "^1.8.0",
66+
"@matterlabs/hardhat-zksync-ethers": "^1.4.0",
67+
"@matterlabs/hardhat-zksync-node": "^1.5.3",
68+
"@matterlabs/hardhat-zksync-solc": "^1.5.1",
69+
"@matterlabs/hardhat-zksync-telemetry": "^1.1.1",
70+
"@matterlabs/hardhat-zksync-upgradable": "^1.10.0",
71+
"@matterlabs/hardhat-zksync-verify": "^1.9.1",
6572
"@matterlabs/zksync-contracts": "^0.6.1",
6673
"@nomicfoundation/hardhat-ethers": "^3.0.8",
6774
"@nomicfoundation/hardhat-foundry": "^1.1.2",
68-
"@nomicfoundation/hardhat-verify": "^2.0.9",
75+
"@nomicfoundation/hardhat-verify": "^2.1.1",
6976
"@openzeppelin/contracts": "^4.9.2",
77+
"@openzeppelin/contracts-upgradeable": "^4.9.2",
7078
"@openzeppelin/hardhat-upgrades": "^3.9.0",
7179
"@types/chai": "^4.3.16",
7280
"@types/mocha": "^10.0.7",
81+
"@types/node": "*",
7382
"chai": "^4.5.0",
7483
"dotenv": "^16.4.5",
75-
"ethers": "^6.13.2",
76-
"hardhat": "^2.22.7",
84+
"ethers": "^6.15.0",
85+
"hardhat": "^2.26.3",
7786
"hardhat-contract-sizer": "^2.10.0",
7887
"husky": "^9.1.5",
7988
"lint-staged": "^15.2.10",
8089
"mocha": "^10.7.0",
8190
"ts-node": "^10.9.2",
8291
"typescript": "^5.5.4",
83-
"zksync-ethers": "^6.11.0"
92+
"zksync-ethers": "^6.21.0"
8493
},
8594
"lint-staged": {
8695
"**/*.sol": "forge fmt"
8796
},
8897
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
98+
"resolutions": {
99+
"elliptic": "^6.6.1",
100+
"tar-fs": "^2.1.3",
101+
"axios": "^1.8.2",
102+
"base-x": "^3.0.11",
103+
"secp256k1": "^4.0.4",
104+
"path-to-regexp": "^6.3.0",
105+
"cross-spawn": "^7.0.5",
106+
"undici": "^5.28.5",
107+
"micromatch": "^4.0.8",
108+
"brace-expansion": "^1.1.12",
109+
"tmp": "^0.2.4",
110+
"cookie": "^0.7.0"
111+
},
89112
"dependencies": {
90113
"hardhat-ignore-warnings": "^0.2.12",
91114
"solady": "^0.1.8"

0 commit comments

Comments
 (0)