Skip to content

Commit 02f89d4

Browse files
authored
Merge pull request #256 from WalletConnect/chore/updates-deps
chore: updates deps
2 parents 873e5d3 + b172862 commit 02f89d4

File tree

21 files changed

+34540
-25600
lines changed

21 files changed

+34540
-25600
lines changed

browser/window-getters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/bn.js": "4.11.6",
4646
"@types/jest": "^26.0.15",
4747
"@types/node": "^14.14.7",
48-
"webpack": "^4.41.6",
49-
"webpack-cli": "^3.3.11"
48+
"webpack": "^5.103.0",
49+
"webpack-cli": "^5.1.4"
5050
}
5151
}

browser/window-metadata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/bn.js": "4.11.6",
4949
"@types/jest": "^26.0.15",
5050
"@types/node": "^14.14.7",
51-
"webpack": "^4.41.6",
52-
"webpack-cli": "^3.3.11"
51+
"webpack": "^5.103.0",
52+
"webpack-cli": "^5.1.4"
5353
}
5454
}

crypto/crypto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"chai": "^4.2.0",
6262
"jsdom": "^16.6.0",
6363
"jsdom-global": "^3.0.2",
64-
"mocha": "^8.1.3",
65-
"webpack": "^4.41.6",
66-
"webpack-cli": "^3.3.11"
64+
"mocha": "^10.8.2",
65+
"webpack": "^5.103.0",
66+
"webpack-cli": "^5.1.4"
6767
}
6868
}

crypto/ecies-25519/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"chai": "^4.2.0",
6565
"jsdom": "^16.6.0",
6666
"jsdom-global": "^3.0.2",
67-
"mocha": "^8.1.3",
68-
"webpack": "^4.41.6",
69-
"webpack-cli": "^3.3.11"
67+
"mocha": "^10.8.2",
68+
"webpack": "^5.103.0",
69+
"webpack-cli": "^5.1.4"
7070
}
7171
}

crypto/randombytes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"chai": "^4.2.0",
5757
"jsdom": "^16.6.0",
5858
"jsdom-global": "^3.0.2",
59-
"mocha": "^8.1.3",
60-
"webpack": "^4.41.6",
61-
"webpack-cli": "^3.3.11"
59+
"mocha": "^10.8.2",
60+
"webpack": "^5.103.0",
61+
"webpack-cli": "^5.1.4"
6262
}
6363
}

jsonrpc/http-connection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"chai": "^4.2.0",
6767
"chai-as-promised": "^7.1.1",
6868
"core-js": "^3.6.5",
69-
"mocha": "^8.1.3",
69+
"mocha": "^10.8.2",
7070
"npm-run-all": "^4.1.5",
71-
"webpack": "^4.41.6",
72-
"webpack-cli": "^3.3.11"
71+
"webpack": "^5.103.0",
72+
"webpack-cli": "^5.1.4"
7373
}
7474
}

jsonrpc/provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
"chai": "^4.2.0",
7676
"chai-as-promised": "^7.1.1",
7777
"core-js": "^3.6.5",
78-
"mocha": "^8.1.3",
78+
"mocha": "^10.8.2",
7979
"npm-run-all": "^4.1.5",
80-
"webpack": "^4.41.6",
81-
"webpack-cli": "^3.3.11"
80+
"webpack": "^5.103.0",
81+
"webpack-cli": "^5.1.4"
8282
}
8383
}

jsonrpc/types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@types/node": "^14.14.7",
6363
"chai": "^4.2.0",
6464
"core-js": "^3.6.5",
65-
"mocha": "^8.1.3",
65+
"mocha": "^10.8.2",
6666
"npm-run-all": "^4.1.5",
67-
"webpack": "^4.41.6",
68-
"webpack-cli": "^3.3.11"
67+
"webpack": "^5.103.0",
68+
"webpack-cli": "^5.1.4"
6969
}
7070
}

jsonrpc/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"chai": "^4.2.0",
6666
"core-js": "^3.6.5",
6767
"lodash.isequal": "4.5.0",
68-
"mocha": "^8.1.3",
68+
"mocha": "^10.8.2",
6969
"npm-run-all": "^4.1.5",
7070
"ts-node": "^9.0.0",
71-
"webpack": "^4.41.6",
72-
"webpack-cli": "^3.3.11"
71+
"webpack": "^5.103.0",
72+
"webpack-cli": "^5.1.4"
7373
}
7474
}

jsonrpc/ws-connection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"chai": "^4.2.0",
7474
"chai-as-promised": "^7.1.1",
7575
"core-js": "^3.6.5",
76-
"mocha": "^8.1.3",
76+
"mocha": "^10.8.2",
7777
"npm-run-all": "^4.1.5",
78-
"webpack": "^4.41.6",
79-
"webpack-cli": "^3.3.11"
78+
"webpack": "^5.103.0",
79+
"webpack-cli": "^5.1.4"
8080
}
8181
}

0 commit comments

Comments
 (0)