From 09926a37dcdba0ea116186917980dc5a22cef0fe Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Thu, 28 Mar 2024 14:48:33 +0500 Subject: [PATCH] update deps --- .github/workflows/test.yml | 4 ++-- package.json | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c044d93..8978148 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,9 +34,9 @@ jobs: needs: e2e runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: test-results - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: test-data diff --git a/package.json b/package.json index a41ecbb..e5f6215 100644 --- a/package.json +++ b/package.json @@ -21,28 +21,28 @@ }, "homepage": "https://github.com/Hexlet/project-action#readme", "dependencies": { - "@actions/artifact": "^1.1.0", - "@actions/core": "^1.9.0", + "@actions/artifact": "^2.1.4", + "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", - "@actions/github": "^5.0.3", - "@actions/glob": "^0.3.0", - "@actions/http-client": "^2.0.1", - "@actions/io": "^1.1.2", + "@actions/github": "^6.0.0", + "@actions/glob": "^0.4.0", + "@actions/http-client": "^2.2.1", + "@actions/io": "^1.1.3", "ansi-colors": "^4.1.3", - "chalk": "^5.0.1", - "clean-stack": "^4.2.0", - "fastify": "^4.0.3", - "ini": "^3.0.0", + "chalk": "^5.3.0", + "clean-stack": "^5.2.0", + "fastify": "^4.26.2", + "ini": "^4.1.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21" }, "devDependencies": { - "@vercel/ncc": "^0.34.0", - "eslint": "^8.17.0", + "@vercel/ncc": "^0.38.1", + "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.5.3", - "jest": "^28.1.1", - "nock": "^13.2.7" + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jest": "^27.9.0", + "jest": "^29.7.0", + "nock": "^13.5.4" } }