Skip to content

Commit

Permalink
Merge pull request #533 from shogo82148/bump-actions-toolkit-2022-05-15
Browse files Browse the repository at this point in the history
bump @actions/core and @actions/http-client
  • Loading branch information
shogo82148 authored May 15, 2022
2 parents 6c46589 + 5db67bf commit 6d5214e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 34 deletions.
79 changes: 49 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.8.1",
"@actions/core": "^1.8.2",
"@actions/glob": "^0.3.0",
"@actions/http-client": "^2.0.0",
"@actions/http-client": "^2.0.1",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.0",
"@types/node": "^16.11.35",
"@typescript-eslint/parser": "^5.23.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.15.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest": "^26.2.2",
"jest": "^28.1.0",
"jest-circus": "^28.0.3",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 6d5214e

Please sign in to comment.