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 Oct 4, 2022
1 parent d3b79fe commit e98652b
Show file tree
Hide file tree
Showing 11 changed files with 384 additions and 131 deletions.
78 changes: 39 additions & 39 deletions .github/actions/changelog-reminder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/actions/changelog-reminder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"author": "brainbot labs est.",
"license": "MIT",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3"
"@actions/core": "1.10.0",
"@actions/github": "5.1.1"
},
"devDependencies": {
"@zeit/ncc": "0.22.3",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0"
}
Expand Down
4 changes: 2 additions & 2 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.0",
"query-registry": "^2.6.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.23.1"
"eslint": "^8.24.0"
}
}
26 changes: 13 additions & 13 deletions .github/actions/license-checker/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@actions/core@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
"@actions/core@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
dependencies:
"@actions/http-client" "^2.0.1"
uuid "^8.3.2"
Expand All @@ -32,10 +32,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@humanwhocodes/config-array@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
"@humanwhocodes/config-array@^0.10.5":
version "0.10.7"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
dependencies:
"@humanwhocodes/object-schema" "^1.2.1"
debug "^4.1.1"
Expand Down Expand Up @@ -253,13 +253,13 @@ eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==

eslint@^8.23.1:
version "8.23.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
eslint@^8.24.0:
version "8.24.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
dependencies:
"@eslint/eslintrc" "^1.3.2"
"@humanwhocodes/config-array" "^0.10.4"
"@humanwhocodes/config-array" "^0.10.5"
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
"@humanwhocodes/module-importer" "^1.0.1"
ajv "^6.10.0"
Expand Down
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.1.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.17.1 as raiden-builder

WORKDIR /app/raiden

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"raiden-cli"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "2.26.0",
Expand All @@ -46,7 +46,7 @@
},
"resolutions": {
"typescript": "4.8.3",
"**/redux-observable/rxjs": "^7.5.6",
"**/redux-observable/rxjs": "^7.5.7",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/signing-key": "^5.7.0",
"loglevel": "^1.8.0",
Expand Down
10 changes: 5 additions & 5 deletions raiden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"devDependencies": {
"@types/express": "^4.17.14",
"@types/http-errors": "^1.8.2",
"@types/inquirer": "^8.2.3",
"@types/inquirer": "^8.2.4",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.59",
"@types/node": "^16.11.64",
"@types/node-localstorage": "^1.3.0",
"@types/yargs": "^17.0.12",
"@types/yargs": "^17.0.13",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.8.3"
},
Expand All @@ -60,7 +60,7 @@
"morgan": "^1.10.0",
"node-localstorage": "^2.2.1",
"raiden-ts": "^3.0.0",
"rxjs": "^7.5.6",
"yargs": "^17.5.1"
"rxjs": "^7.5.7",
"yargs": "^17.6.0"
}
}
Loading

0 comments on commit e98652b

Please sign in to comment.