Skip to content

Commit

Permalink
Update axios and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Nov 2, 2022
1 parent 6bc668f commit 8579ecf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 21 deletions.
50 changes: 31 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-automerge-action",
"version": "1.3.1",
"version": "1.3.2",
"description": "GitHub Action to automatically merge pull requests when some conditions are met",
"scripts": {
"build": "ncc build index.js",
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/DavideViolante/pr-automerge-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^0.27.2"
"axios": "^1.1.3"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 8579ecf

Please sign in to comment.