Skip to content

Commit 0855f45

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

File tree

11 files changed

+513
-196
lines changed

11 files changed

+513
-196
lines changed

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

Lines changed: 43 additions & 50 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
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.10.0",
22+
"@actions/github": "5.1.1"
2323
},
2424
"devDependencies": {
2525
"@zeit/ncc": "0.22.3",
26-
"eslint": "8.23.1",
26+
"eslint": "8.25.0",
2727
"eslint-config-airbnb-base": "15.0.0",
2828
"eslint-plugin-import": "2.26.0"
2929
}

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

Lines changed: 2 additions & 2 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.10.0",
1414
"query-registry": "^2.6.0"
1515
},
1616
"devDependencies": {
1717
"@vercel/ncc": "^0.34.0",
18-
"eslint": "^8.23.1"
18+
"eslint": "^8.25.0"
1919
}
2020
}

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

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.9.1":
6-
version "1.9.1"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8-
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
5+
"@actions/core@^1.10.0":
6+
version "1.10.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8+
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
99
dependencies:
1010
"@actions/http-client" "^2.0.1"
1111
uuid "^8.3.2"
@@ -17,10 +17,10 @@
1717
dependencies:
1818
tunnel "^0.0.6"
1919

20-
"@eslint/eslintrc@^1.3.2":
21-
version "1.3.2"
22-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
23-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
20+
"@eslint/eslintrc@^1.3.3":
21+
version "1.3.3"
22+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
23+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
2424
dependencies:
2525
ajv "^6.12.4"
2626
debug "^4.3.2"
@@ -32,20 +32,15 @@
3232
minimatch "^3.1.2"
3333
strip-json-comments "^3.1.1"
3434

35-
"@humanwhocodes/config-array@^0.10.4":
36-
version "0.10.4"
37-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
38-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
35+
"@humanwhocodes/config-array@^0.10.5":
36+
version "0.10.7"
37+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
38+
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
3939
dependencies:
4040
"@humanwhocodes/object-schema" "^1.2.1"
4141
debug "^4.1.1"
4242
minimatch "^3.0.4"
4343

44-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
45-
version "1.0.2"
46-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
47-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
48-
4944
"@humanwhocodes/module-importer@^1.0.1":
5045
version "1.0.1"
5146
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -253,14 +248,13 @@ eslint-visitor-keys@^3.3.0:
253248
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
254249
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
255250

256-
eslint@^8.23.1:
257-
version "8.23.1"
258-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
259-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
251+
eslint@^8.25.0:
252+
version "8.25.0"
253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
254+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
260255
dependencies:
261-
"@eslint/eslintrc" "^1.3.2"
262-
"@humanwhocodes/config-array" "^0.10.4"
263-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
256+
"@eslint/eslintrc" "^1.3.3"
257+
"@humanwhocodes/config-array" "^0.10.5"
264258
"@humanwhocodes/module-importer" "^1.0.1"
265259
ajv "^6.10.0"
266260
chalk "^4.0.0"

.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.1.0
2929
- name: 'Block Fixup Commit Merge'
3030
uses: 13rac1/block-fixup-merge-action@v2.0.0
3131

e2e-environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG SYNAPSE_VENV=/opt/synapse/venv
1414
ARG SERVICES_VENV=/opt/services/venv
1515

1616

17-
FROM node:16.17.0 as raiden-builder
17+
FROM node:16.17.1 as raiden-builder
1818

1919
WORKDIR /app/raiden
2020

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
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",
34+
"@typescript-eslint/eslint-plugin": "^5.40.0",
35+
"@typescript-eslint/parser": "^5.40.0",
36+
"eslint": "^8.25.0",
3737
"eslint-config-prettier": "^8.5.0",
3838
"eslint-import-resolver-typescript": "^3.5.1",
3939
"eslint-plugin-import": "2.26.0",
@@ -46,7 +46,7 @@
4646
},
4747
"resolutions": {
4848
"typescript": "4.8.3",
49-
"**/redux-observable/rxjs": "^7.5.6",
49+
"**/redux-observable/rxjs": "^7.5.7",
5050
"@ethersproject/bignumber": "^5.7.0",
5151
"@ethersproject/signing-key": "^5.7.0",
5252
"loglevel": "^1.8.0",

raiden-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@
4141
"devDependencies": {
4242
"@types/express": "^4.17.14",
4343
"@types/http-errors": "^1.8.2",
44-
"@types/inquirer": "^8.2.3",
44+
"@types/inquirer": "^8.2.4",
4545
"@types/morgan": "^1.9.3",
46-
"@types/node": "^16.11.59",
46+
"@types/node": "^16.11.65",
4747
"@types/node-localstorage": "^1.3.0",
48-
"@types/yargs": "^17.0.12",
48+
"@types/yargs": "^17.0.13",
4949
"@vercel/ncc": "^0.34.0",
5050
"typescript": "^4.8.3"
5151
},
5252
"dependencies": {
5353
"@koush/wrtc": "^0.5.3",
5454
"cors": "^2.8.5",
5555
"ethers": "^5.7.1",
56-
"express": "^4.18.1",
56+
"express": "^4.18.2",
5757
"http-errors": "^2.0.0",
5858
"inquirer": "^8.2.4",
5959
"loglevel": "^1.8.0",
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.5.7",
64+
"yargs": "^17.6.0"
6565
}
6666
}

0 commit comments

Comments
 (0)