Skip to content

Commit

Permalink
deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent d3b79fe commit a8f52d1
Show file tree
Hide file tree
Showing 11 changed files with 5,661 additions and 1,859 deletions.
3,945 changes: 3,316 additions & 629 deletions .github/actions/changelog-reminder/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .github/actions/changelog-reminder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"author": "brainbot labs est.",
"license": "MIT",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3"
"@actions/core": "1.10.1",
"@actions/github": "5.1.1"
},
"devDependencies": {
"@zeit/ncc": "0.22.3",
"eslint": "8.23.1",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0"
"eslint-plugin-import": "2.30.0"
}
}
6 changes: 3 additions & 3 deletions .github/actions/license-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint ./src/index.js"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.1",
"query-registry": "^2.6.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.23.1"
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.1"
}
}
349 changes: 131 additions & 218 deletions .github/actions/license-checker/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.6.0
- name: 'Block Fixup Commit Merge'
uses: 13rac1/block-fixup-merge-action@v2.0.0

Expand Down
2 changes: 1 addition & 1 deletion e2e-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG SYNAPSE_VENV=/opt/synapse/venv
ARG SERVICES_VENV=/opt/services/venv


FROM node:16.17.0 as raiden-builder
FROM node:16.20.2 as raiden-builder

WORKDIR /app/raiden

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"raiden-cli"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"resolutions": {
"typescript": "4.8.3",
"**/redux-observable/rxjs": "^7.5.6",
"**/redux-observable/rxjs": "^7.8.1",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/signing-key": "^5.7.0",
"loglevel": "^1.8.0",
"loglevel": "^1.9.2",
"jest": "^28.1.3"
}
}
24 changes: 12 additions & 12 deletions raiden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"raiden": "./raiden"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/express": "^4.17.21",
"@types/http-errors": "^1.8.2",
"@types/inquirer": "^8.2.3",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.59",
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^17.0.12",
"@vercel/ncc": "^0.34.0",
"@types/inquirer": "^8.2.10",
"@types/morgan": "^1.9.9",
"@types/node": "^16.18.108",
"@types/node-localstorage": "^1.3.3",
"@types/yargs": "^17.0.33",
"@vercel/ncc": "^0.38.1",
"typescript": "^4.8.3"
},
"dependencies": {
"@koush/wrtc": "^0.5.3",
"cors": "^2.8.5",
"ethers": "^5.7.1",
"ethers": "^5.7.2",
"express": "^4.18.1",
"http-errors": "^2.0.0",
"inquirer": "^8.2.4",
"loglevel": "^1.8.0",
"inquirer": "^8.2.6",
"loglevel": "^1.9.2",
"morgan": "^1.10.0",
"node-localstorage": "^2.2.1",
"raiden-ts": "^3.0.0",
"rxjs": "^7.5.6",
"yargs": "^17.5.1"
"rxjs": "^7.8.1",
"yargs": "^17.7.2"
}
}
100 changes: 50 additions & 50 deletions raiden-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,53 +24,53 @@
"serve:no-logging": "export NODE_ENV=nologging && vue-cli-service serve"
},
"dependencies": {
"@capacitor/core": "^4.3.0",
"@capacitor/core": "^4.8.2",
"@fontsource/roboto": "^4.5.8",
"@walletconnect/web3-provider": "^1.8.0",
"compare-versions": "^5.0.1",
"cordova-sqlite-storage": "^6.0.0",
"core-js": "^3.25.2",
"eslint-plugin-cypress": "^2.12.1",
"compare-versions": "^5.0.3",
"cordova-sqlite-storage": "^6.1.0",
"core-js": "^3.38.1",
"eslint-plugin-cypress": "^2.15.2",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.1",
"idb": "^7.1.0",
"ethers": "^5.7.2",
"idb": "^7.1.1",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"pouchdb": "^7.3.0",
"loglevel": "^1.9.2",
"pouchdb": "^7.3.1",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"query-string": "^7.1.1",
"query-string": "^7.1.3",
"raiden-ts": "^3.0.0",
"rxjs": "^7.5.6",
"vue": "^2.7.10",
"rxjs": "^7.8.1",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.27.2",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "^9.1.2",
"vue-qrcode-reader": "^3.1.0",
"vue-qrcode-reader": "^3.2.0",
"vue-router": "^3.6.5",
"vuetify": "^2.6.10",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
"workbox-core": "^6.6.0",
"workbox-precaching": "^6.6.0",
"workbox-routing": "^6.6.0"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/plugin-proposal-class-static-block": "^7.18.6",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@capacitor/android": "^4.3.0",
"@capacitor/cli": "^4.3.0",
"@capacitor/ios": "^4.3.0",
"@cypress/code-coverage": "^3.10.0",
"@cypress/webpack-preprocessor": "^5.12.2",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-typescript": "^7.24.7",
"@capacitor/android": "^4.8.2",
"@capacitor/cli": "^4.8.2",
"@capacitor/ios": "^4.8.2",
"@cypress/code-coverage": "^3.13.1",
"@cypress/webpack-preprocessor": "^5.17.1",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@mdi/font": "^7.0.96",
"@mdi/font": "^7.4.47",
"@namics/stylelint-bem": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.185",
"@types/lodash": "^4.17.7",
"@vue/cli": "~5.0.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
Expand All @@ -79,52 +79,52 @@
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"@vue/test-utils": "^1.3.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^28.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-loader": "^8.4.1",
"babel-plugin-istanbul": "^6.1.1",
"canvas": "^2.10.1",
"canvas": "^2.11.2",
"copy-webpack-plugin": "^11.0.0",
"cypress": "10.8.0",
"cypress": "10.11.0",
"cypress-jest-adapter": "^0.1.1",
"eslint": "^8.23.1",
"eslint": "^8.57.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^9.5.1",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue-i18n": "^0.3.0",
"eslint-plugin-vuetify": "^1.1.0",
"flush-promises": "^1.0.2",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^28.1.3",
"jest-fail-on-console": "^3.0.1",
"jest-fail-on-console": "^3.3.0",
"jest-junit": "^14.0.1",
"material-design-icons-iconfont": "^6.7.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nyc": "^15.1.0",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.5",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"sass": "~1.32",
"sass-loader": "^13.0.2",
"source-map-loader": "^4.0.0",
"stylelint": "^14.12.1",
"sass-loader": "^13.3.3",
"source-map-loader": "^4.0.2",
"stylelint": "^14.16.1",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-scss": "^4.7.0",
"ts-jest": "^28.0.8",
"tslib": "^2.4.0",
"tslib": "^2.7.0",
"typescript": "^4.8.3",
"vue-cli-plugin-capacitor": "~2.0.1",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-cli-plugin-i18n": "^2.3.2",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.10",
"vuetify-loader": "^1.9.2",
"webpack": "^5.74.0",
"webpack-version-file-plugin": "^0.4.0",
"workbox-webpack-plugin": "^6.5.4"
"webpack-version-file-plugin": "^0.5.0",
"workbox-webpack-plugin": "^6.6.0"
},
"bugs": {
"url": "https://github.com/raiden-network/light-client/issues"
Expand Down
50 changes: 25 additions & 25 deletions raiden-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
"@jest/reporters": "^28.1.3",
"@sastan/typedoc-plugin-pages": "^0.0.1",
"@sinonjs/fake-timers": "^9.1.2",
"@typechain/ethers-v5": "^10.1.0",
"@types/isomorphic-fetch": "^0.0.36",
"@typechain/ethers-v5": "^10.2.1",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^28.1.8",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.185",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-adapter-leveldb": "^6.1.3",
"@types/pouchdb-adapter-memory": "^6.1.3",
"@types/json-bigint": "^1.0.4",
"@types/lodash": "^4.17.7",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-adapter-leveldb": "^6.1.6",
"@types/pouchdb-adapter-memory": "^6.1.6",
"@types/pouchdb-find": "^6.3.7",
"@types/redux-logger": "^3.0.9",
"@types/request": "^2.48.8",
"@types/redux-logger": "^3.0.13",
"@types/request": "^2.48.12",
"jest": "^28.1.3",
"jest-environment-node": "^28.1.3",
"jest-extended": "^3.1.0",
"jest-extended": "^3.2.4",
"jest-junit": "^14.0.1",
"pouchdb-adapter-memory": "^7.3.0",
"pouchdb-adapter-memory": "^7.3.1",
"pouchdb-debug": "^7.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"typechain": "^8.1.0",
"typechain": "^8.3.2",
"typedoc": "0.21.9",
"typescript": "^4.8.3"
},
Expand All @@ -87,7 +87,7 @@
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/random": "^5.7.0",
"@ethersproject/rlp": "^5.7.0",
"@ethersproject/sha2": "^5.7.0",
Expand All @@ -97,28 +97,28 @@
"@ethersproject/units": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"abort-controller": "^3.0.0",
"decimal.js": "^10.4.1",
"eciesjs": "^0.3.15",
"fp-ts": "^2.12.3",
"io-ts": "^2.2.18",
"decimal.js": "^10.4.3",
"eciesjs": "^0.4.8",
"fp-ts": "^2.16.9",
"io-ts": "^2.2.21",
"isomorphic-fetch": "^3.0.0",
"json-bigint": "^1.0.0",
"json-canonicalize": "^1.0.4",
"json-canonicalize": "^1.0.6",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"loglevel": "^1.9.2",
"matrix-js-sdk": "^19.5.0",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0",
"redux": "^4.2.0",
"pouchdb": "^7.3.1",
"pouchdb-find": "^7.3.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-observable": "^2.0.0",
"rxjs": "^7.5.6"
"rxjs": "^7.8.1"
},
"optionalDependencies": {
"@koush/wrtc": "^0.5.3",
"pouchdb-adapter-indexeddb": "^7.3.0",
"pouchdb-adapter-leveldb": "^7.3.0"
"pouchdb-adapter-indexeddb": "^7.3.1",
"pouchdb-adapter-leveldb": "^7.3.1"
},
"files": [
"/dist",
Expand Down
Loading

0 comments on commit a8f52d1

Please sign in to comment.