Skip to content

Commit

Permalink
Update more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmiddleditch committed Jun 16, 2024
1 parent 34d5689 commit 560035e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dev": "npm run build && ncc run index.js"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"adm-zip": "^0.4.13",
"follow-redirects": "^1.14.8",
"@vercel/ncc": "^0.38.1"
"@actions/core": "^1.10.1",
"@vercel/ncc": "^0.38.1",
"adm-zip": "^0.4.16",
"follow-redirects": "^1.15.6"
},
"dependencies": {
"https-proxy-agent": "^5.0.0"
"https-proxy-agent": "^5.0.1"
}
}

0 comments on commit 560035e

Please sign in to comment.