From 088dde69a11f0cf01a8b8e6b779000bb1b358dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:10:22 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/main.yml | 6 +++--- package.json | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a13683a..c81986c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,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 }} @@ -52,7 +52,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 diff --git a/package.json b/package.json index 1c9a356..f8384bc 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,16 @@ "dependencies": { "@types/amqplib": "^0.10.1", "amqplib": "^0.10.3", - "p-wait-for": "^1.0.0", - "uuid": "^3.0.1" + "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": "^6.0.0", + "eslint": "^8.0.0", + "eslint-config-xo-space": "^0.34.0", + "nyc": "^15.0.0" }, "eslintConfig": { "extends": "xo-space/esnext",