Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Mar 28, 2024
1 parent 6392b30 commit 09926a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 09926a3

Please sign in to comment.