Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 863cacb commit 3b3e155
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}

Expand All @@ -51,7 +51,7 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 14
with:
fail_ci_if_error: true
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"promise"
],
"dependencies": {
"@types/amqplib": "^0.8.2",
"amqplib": "^0.5.1",
"p-wait-for": "^1.0.0",
"uuid": "^3.0.1"
"@types/amqplib": "^0.10.0",
"amqplib": "^0.10.0",
"p-wait-for": "^5.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"ava": "^0.22.0",
"ava": "^5.0.0",
"codecov": "^3.0.0",
"delay": "^2.0.0",
"eslint": "^4.7.1",
"eslint-config-xo-space": "^0.16.0",
"nyc": "^11.2.1"
"delay": "^5.0.0",
"eslint": "^8.0.0",
"eslint-config-xo-space": "^0.34.0",
"nyc": "^15.0.0"
},
"eslintConfig": {
"extends": "xo-space/esnext",
Expand Down

0 comments on commit 3b3e155

Please sign in to comment.