Skip to content

Commit a81181e

Browse files
deps: Update all non-major dependencies
1 parent d3b79fe commit a81181e

File tree

10 files changed

+7865
-2272
lines changed

10 files changed

+7865
-2272
lines changed

.github/actions/changelog-reminder/package-lock.json

Lines changed: 4660 additions & 661 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/changelog-reminder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"author": "brainbot labs est.",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@actions/core": "1.9.1",
22-
"@actions/github": "5.0.3"
21+
"@actions/core": "1.11.1",
22+
"@actions/github": "5.1.1"
2323
},
2424
"devDependencies": {
2525
"@zeit/ncc": "0.22.3",
26-
"eslint": "8.23.1",
26+
"eslint": "8.57.1",
2727
"eslint-config-airbnb-base": "15.0.0",
28-
"eslint-plugin-import": "2.26.0"
28+
"eslint-plugin-import": "2.31.0"
2929
}
3030
}

.github/actions/license-checker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint ./src/index.js"
1111
},
1212
"dependencies": {
13-
"@actions/core": "^1.9.1",
13+
"@actions/core": "^1.11.1",
1414
"query-registry": "^2.6.0"
1515
},
1616
"devDependencies": {
17-
"@vercel/ncc": "^0.34.0",
18-
"eslint": "^8.23.1"
17+
"@vercel/ncc": "^0.38.3",
18+
"eslint": "^8.57.1"
1919
}
2020
}

.github/actions/license-checker/yarn.lock

Lines changed: 144 additions & 229 deletions
Large diffs are not rendered by default.

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
block-fixup:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3.0.2
28+
- uses: actions/checkout@v3.6.0
2929
- name: 'Block Fixup Commit Merge'
3030
uses: 13rac1/block-fixup-merge-action@v2.0.0
3131

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@
3131
"raiden-cli"
3232
],
3333
"devDependencies": {
34-
"@typescript-eslint/eslint-plugin": "^5.38.0",
35-
"@typescript-eslint/parser": "^5.38.0",
36-
"eslint": "^8.23.1",
37-
"eslint-config-prettier": "^8.5.0",
38-
"eslint-import-resolver-typescript": "^3.5.1",
39-
"eslint-plugin-import": "2.26.0",
40-
"eslint-plugin-jsdoc": "^39.3.6",
34+
"@typescript-eslint/eslint-plugin": "^5.62.0",
35+
"@typescript-eslint/parser": "^5.62.0",
36+
"eslint": "^8.57.1",
37+
"eslint-config-prettier": "^8.10.0",
38+
"eslint-import-resolver-typescript": "^3.10.1",
39+
"eslint-plugin-import": "2.31.0",
40+
"eslint-plugin-jsdoc": "^39.9.1",
4141
"eslint-plugin-lodash": "^7.4.0",
4242
"eslint-plugin-prettier": "^4.2.1",
4343
"eslint-plugin-simple-import-sort": "^8.0.0",
44-
"prettier": "^2.7.1",
44+
"prettier": "^2.8.8",
4545
"rimraf": "^3.0.2"
4646
},
4747
"resolutions": {
4848
"typescript": "4.8.3",
49-
"**/redux-observable/rxjs": "^7.5.6",
50-
"@ethersproject/bignumber": "^5.7.0",
51-
"@ethersproject/signing-key": "^5.7.0",
52-
"loglevel": "^1.8.0",
49+
"**/redux-observable/rxjs": "^7.8.2",
50+
"@ethersproject/bignumber": "^5.8.0",
51+
"@ethersproject/signing-key": "^5.8.0",
52+
"loglevel": "^1.9.2",
5353
"jest": "^28.1.3"
5454
}
5555
}

raiden-cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"raiden": "./raiden"
4040
},
4141
"devDependencies": {
42-
"@types/express": "^4.17.14",
42+
"@types/express": "^4.17.22",
4343
"@types/http-errors": "^1.8.2",
44-
"@types/inquirer": "^8.2.3",
45-
"@types/morgan": "^1.9.3",
46-
"@types/node": "^16.11.59",
47-
"@types/node-localstorage": "^1.3.0",
48-
"@types/yargs": "^17.0.12",
49-
"@vercel/ncc": "^0.34.0",
44+
"@types/inquirer": "^8.2.11",
45+
"@types/morgan": "^1.9.9",
46+
"@types/node": "^16.18.126",
47+
"@types/node-localstorage": "^1.3.3",
48+
"@types/yargs": "^17.0.33",
49+
"@vercel/ncc": "^0.38.3",
5050
"typescript": "^4.8.3"
5151
},
5252
"dependencies": {
5353
"@koush/wrtc": "^0.5.3",
5454
"cors": "^2.8.5",
55-
"ethers": "^5.7.1",
55+
"ethers": "^5.8.0",
5656
"express": "^4.18.1",
5757
"http-errors": "^2.0.0",
58-
"inquirer": "^8.2.4",
59-
"loglevel": "^1.8.0",
58+
"inquirer": "^8.2.6",
59+
"loglevel": "^1.9.2",
6060
"morgan": "^1.10.0",
6161
"node-localstorage": "^2.2.1",
6262
"raiden-ts": "^3.0.0",
63-
"rxjs": "^7.5.6",
64-
"yargs": "^17.5.1"
63+
"rxjs": "^7.8.2",
64+
"yargs": "^17.7.2"
6565
}
6666
}

raiden-dapp/package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -24,53 +24,53 @@
2424
"serve:no-logging": "export NODE_ENV=nologging && vue-cli-service serve"
2525
},
2626
"dependencies": {
27-
"@capacitor/core": "^4.3.0",
27+
"@capacitor/core": "^4.8.2",
2828
"@fontsource/roboto": "^4.5.8",
2929
"@walletconnect/web3-provider": "^1.8.0",
30-
"compare-versions": "^5.0.1",
31-
"cordova-sqlite-storage": "^6.0.0",
32-
"core-js": "^3.25.2",
33-
"eslint-plugin-cypress": "^2.12.1",
30+
"compare-versions": "^5.0.3",
31+
"cordova-sqlite-storage": "^6.1.0",
32+
"core-js": "^3.42.0",
33+
"eslint-plugin-cypress": "^2.15.2",
3434
"ethereum-blockies-base64": "^1.0.2",
35-
"ethers": "^5.7.1",
36-
"idb": "^7.1.0",
35+
"ethers": "^5.8.0",
36+
"idb": "^7.1.1",
3737
"lodash": "^4.17.21",
38-
"loglevel": "^1.8.0",
39-
"pouchdb": "^7.3.0",
38+
"loglevel": "^1.9.2",
39+
"pouchdb": "^7.3.1",
4040
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
41-
"query-string": "^7.1.1",
41+
"query-string": "^7.1.3",
4242
"raiden-ts": "^3.0.0",
43-
"rxjs": "^7.5.6",
43+
"rxjs": "^7.8.2",
4444
"vue": "^2.7.10",
4545
"vue-class-component": "^7.2.6",
46-
"vue-i18n": "^8.27.2",
46+
"vue-i18n": "^8.28.2",
4747
"vue-property-decorator": "^9.1.2",
48-
"vue-qrcode-reader": "^3.1.0",
48+
"vue-qrcode-reader": "^3.2.1",
4949
"vue-router": "^3.6.5",
50-
"vuetify": "^2.6.10",
50+
"vuetify": "^2.6.13",
5151
"vuex": "^3.6.2",
5252
"vuex-persist": "^3.1.3",
53-
"workbox-core": "^6.5.4",
54-
"workbox-precaching": "^6.5.4",
55-
"workbox-routing": "^6.5.4"
53+
"workbox-core": "^6.6.0",
54+
"workbox-precaching": "^6.6.0",
55+
"workbox-routing": "^6.6.0"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "7.19.1",
59-
"@babel/plugin-proposal-class-static-block": "^7.18.6",
58+
"@babel/core": "7.27.1",
59+
"@babel/plugin-proposal-class-static-block": "^7.21.0",
6060
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
61-
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
62-
"@babel/preset-typescript": "^7.18.6",
63-
"@capacitor/android": "^4.3.0",
64-
"@capacitor/cli": "^4.3.0",
65-
"@capacitor/ios": "^4.3.0",
66-
"@cypress/code-coverage": "^3.10.0",
67-
"@cypress/webpack-preprocessor": "^5.12.2",
61+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
62+
"@babel/preset-typescript": "^7.27.1",
63+
"@capacitor/android": "^4.8.2",
64+
"@capacitor/cli": "^4.8.2",
65+
"@capacitor/ios": "^4.8.2",
66+
"@cypress/code-coverage": "^3.14.3",
67+
"@cypress/webpack-preprocessor": "^5.17.1",
6868
"@kazupon/vue-i18n-loader": "^0.5.0",
69-
"@mdi/font": "^7.0.96",
69+
"@mdi/font": "^7.4.47",
7070
"@namics/stylelint-bem": "^7.0.0",
71-
"@testing-library/jest-dom": "^5.16.5",
71+
"@testing-library/jest-dom": "^5.17.0",
7272
"@types/jest": "^28.1.8",
73-
"@types/lodash": "^4.14.185",
73+
"@types/lodash": "^4.17.17",
7474
"@vue/cli": "~5.0.8",
7575
"@vue/cli-plugin-babel": "~5.0.8",
7676
"@vue/cli-plugin-eslint": "~5.0.8",
@@ -79,52 +79,52 @@
7979
"@vue/cli-plugin-unit-jest": "~5.0.8",
8080
"@vue/cli-plugin-vuex": "~5.0.8",
8181
"@vue/cli-service": "~5.0.8",
82-
"@vue/eslint-config-prettier": "^7.0.0",
83-
"@vue/eslint-config-typescript": "^11.0.1",
84-
"@vue/test-utils": "^1.3.0",
82+
"@vue/eslint-config-prettier": "^7.1.0",
83+
"@vue/eslint-config-typescript": "^11.0.3",
84+
"@vue/test-utils": "^1.3.6",
8585
"@vue/vue2-jest": "^28.1.0",
8686
"babel-core": "^7.0.0-bridge.0",
8787
"babel-jest": "^28.1.3",
88-
"babel-loader": "^8.2.5",
88+
"babel-loader": "^8.4.1",
8989
"babel-plugin-istanbul": "^6.1.1",
90-
"canvas": "^2.10.1",
90+
"canvas": "^2.11.2",
9191
"copy-webpack-plugin": "^11.0.0",
92-
"cypress": "10.8.0",
92+
"cypress": "10.11.0",
9393
"cypress-jest-adapter": "^0.1.1",
94-
"eslint": "^8.23.1",
94+
"eslint": "^8.57.1",
9595
"eslint-import-resolver-alias": "^1.1.2",
96-
"eslint-plugin-vue": "^9.5.1",
96+
"eslint-plugin-vue": "^9.33.0",
9797
"eslint-plugin-vue-i18n": "^0.3.0",
9898
"eslint-plugin-vuetify": "^1.1.0",
9999
"flush-promises": "^1.0.2",
100100
"jest": "^28.1.3",
101-
"jest-canvas-mock": "^2.4.0",
101+
"jest-canvas-mock": "^2.5.2",
102102
"jest-environment-jsdom": "^28.1.3",
103-
"jest-fail-on-console": "^3.0.1",
103+
"jest-fail-on-console": "^3.3.1",
104104
"jest-junit": "^14.0.1",
105105
"material-design-icons-iconfont": "^6.7.0",
106106
"node-polyfill-webpack-plugin": "^2.0.1",
107107
"nyc": "^15.1.0",
108108
"postcss": "^8.4.16",
109-
"postcss-html": "^1.5.0",
110-
"postcss-scss": "^4.0.5",
109+
"postcss-html": "^1.8.0",
110+
"postcss-scss": "^4.0.9",
111111
"sass": "~1.32",
112-
"sass-loader": "^13.0.2",
113-
"source-map-loader": "^4.0.0",
114-
"stylelint": "^14.12.1",
112+
"sass-loader": "^13.3.3",
113+
"source-map-loader": "^4.0.2",
114+
"stylelint": "^14.16.1",
115115
"stylelint-config-recommended-scss": "^7.0.0",
116-
"stylelint-scss": "^4.3.0",
116+
"stylelint-scss": "^4.7.0",
117117
"ts-jest": "^28.0.8",
118-
"tslib": "^2.4.0",
118+
"tslib": "^2.8.1",
119119
"typescript": "^4.8.3",
120120
"vue-cli-plugin-capacitor": "~2.0.1",
121-
"vue-cli-plugin-i18n": "^2.3.1",
121+
"vue-cli-plugin-i18n": "^2.3.2",
122122
"vue-cli-plugin-vuetify": "^2.5.8",
123123
"vue-template-compiler": "^2.7.10",
124124
"vuetify-loader": "^1.9.2",
125125
"webpack": "^5.74.0",
126-
"webpack-version-file-plugin": "^0.4.0",
127-
"workbox-webpack-plugin": "^6.5.4"
126+
"webpack-version-file-plugin": "^0.5.0",
127+
"workbox-webpack-plugin": "^6.6.0"
128128
},
129129
"bugs": {
130130
"url": "https://github.com/raiden-network/light-client/issues"

raiden-ts/package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -51,74 +51,74 @@
5151
"@jest/reporters": "^28.1.3",
5252
"@sastan/typedoc-plugin-pages": "^0.0.1",
5353
"@sinonjs/fake-timers": "^9.1.2",
54-
"@typechain/ethers-v5": "^10.1.0",
55-
"@types/isomorphic-fetch": "^0.0.36",
54+
"@typechain/ethers-v5": "^10.2.1",
55+
"@types/isomorphic-fetch": "^0.0.39",
5656
"@types/jest": "^28.1.8",
57-
"@types/json-bigint": "^1.0.1",
58-
"@types/lodash": "^4.14.185",
59-
"@types/pouchdb": "^6.4.0",
60-
"@types/pouchdb-adapter-leveldb": "^6.1.3",
61-
"@types/pouchdb-adapter-memory": "^6.1.3",
57+
"@types/json-bigint": "^1.0.4",
58+
"@types/lodash": "^4.17.17",
59+
"@types/pouchdb": "^6.4.2",
60+
"@types/pouchdb-adapter-leveldb": "^6.1.6",
61+
"@types/pouchdb-adapter-memory": "^6.1.6",
6262
"@types/pouchdb-find": "^6.3.7",
63-
"@types/redux-logger": "^3.0.9",
64-
"@types/request": "^2.48.8",
63+
"@types/redux-logger": "^3.0.13",
64+
"@types/request": "^2.48.12",
6565
"jest": "^28.1.3",
6666
"jest-environment-node": "^28.1.3",
67-
"jest-extended": "^3.1.0",
67+
"jest-extended": "^3.2.4",
6868
"jest-junit": "^14.0.1",
69-
"pouchdb-adapter-memory": "^7.3.0",
69+
"pouchdb-adapter-memory": "^7.3.1",
7070
"pouchdb-debug": "^7.2.1",
7171
"rimraf": "^3.0.2",
7272
"ts-jest": "^28.0.8",
73-
"typechain": "^8.1.0",
73+
"typechain": "^8.3.2",
7474
"typedoc": "0.21.9",
7575
"typescript": "^4.8.3"
7676
},
7777
"dependencies": {
78-
"@ethersproject/abi": "^5.7.0",
79-
"@ethersproject/abstract-provider": "^5.7.0",
80-
"@ethersproject/abstract-signer": "^5.7.0",
81-
"@ethersproject/address": "^5.7.0",
82-
"@ethersproject/bignumber": "^5.7.0",
83-
"@ethersproject/bytes": "^5.7.0",
84-
"@ethersproject/constants": "^5.7.0",
85-
"@ethersproject/contracts": "^5.7.0",
86-
"@ethersproject/hash": "^5.7.0",
87-
"@ethersproject/keccak256": "^5.7.0",
88-
"@ethersproject/networks": "^5.7.1",
89-
"@ethersproject/properties": "^5.7.0",
90-
"@ethersproject/providers": "^5.7.1",
91-
"@ethersproject/random": "^5.7.0",
92-
"@ethersproject/rlp": "^5.7.0",
93-
"@ethersproject/sha2": "^5.7.0",
94-
"@ethersproject/signing-key": "^5.7.0",
95-
"@ethersproject/strings": "^5.7.0",
96-
"@ethersproject/transactions": "^5.7.0",
97-
"@ethersproject/units": "^5.7.0",
98-
"@ethersproject/wallet": "^5.7.0",
78+
"@ethersproject/abi": "^5.8.0",
79+
"@ethersproject/abstract-provider": "^5.8.0",
80+
"@ethersproject/abstract-signer": "^5.8.0",
81+
"@ethersproject/address": "^5.8.0",
82+
"@ethersproject/bignumber": "^5.8.0",
83+
"@ethersproject/bytes": "^5.8.0",
84+
"@ethersproject/constants": "^5.8.0",
85+
"@ethersproject/contracts": "^5.8.0",
86+
"@ethersproject/hash": "^5.8.0",
87+
"@ethersproject/keccak256": "^5.8.0",
88+
"@ethersproject/networks": "^5.8.0",
89+
"@ethersproject/properties": "^5.8.0",
90+
"@ethersproject/providers": "^5.8.0",
91+
"@ethersproject/random": "^5.8.0",
92+
"@ethersproject/rlp": "^5.8.0",
93+
"@ethersproject/sha2": "^5.8.0",
94+
"@ethersproject/signing-key": "^5.8.0",
95+
"@ethersproject/strings": "^5.8.0",
96+
"@ethersproject/transactions": "^5.8.0",
97+
"@ethersproject/units": "^5.8.0",
98+
"@ethersproject/wallet": "^5.8.0",
9999
"abort-controller": "^3.0.0",
100-
"decimal.js": "^10.4.1",
101-
"eciesjs": "^0.3.15",
102-
"fp-ts": "^2.12.3",
103-
"io-ts": "^2.2.18",
100+
"decimal.js": "^10.5.0",
101+
"eciesjs": "^0.4.15",
102+
"fp-ts": "^2.16.10",
103+
"io-ts": "^2.2.22",
104104
"isomorphic-fetch": "^3.0.0",
105105
"json-bigint": "^1.0.0",
106-
"json-canonicalize": "^1.0.4",
106+
"json-canonicalize": "^1.0.6",
107107
"lodash": "^4.17.21",
108-
"loglevel": "^1.8.0",
108+
"loglevel": "^1.9.2",
109109
"matrix-js-sdk": "^19.5.0",
110-
"pouchdb": "^7.3.0",
111-
"pouchdb-find": "^7.3.0",
112-
"redux": "^4.2.0",
110+
"pouchdb": "^7.3.1",
111+
"pouchdb-find": "^7.3.1",
112+
"redux": "^4.2.1",
113113
"redux-devtools-extension": "^2.13.9",
114114
"redux-logger": "^3.0.6",
115115
"redux-observable": "^2.0.0",
116-
"rxjs": "^7.5.6"
116+
"rxjs": "^7.8.2"
117117
},
118118
"optionalDependencies": {
119119
"@koush/wrtc": "^0.5.3",
120-
"pouchdb-adapter-indexeddb": "^7.3.0",
121-
"pouchdb-adapter-leveldb": "^7.3.0"
120+
"pouchdb-adapter-indexeddb": "^7.3.1",
121+
"pouchdb-adapter-leveldb": "^7.3.1"
122122
},
123123
"files": [
124124
"/dist",

0 commit comments

Comments
 (0)