Skip to content

Commit

Permalink
updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Apr 23, 2024
1 parent e1044aa commit f6d1bc6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-packer",
"version": "3.0.0",
"version": "3.0.1",
"description": "A GitHub Action to install a specific version of HashiCorp Packer and add it to PATH.",
"keywords": [
"github-actions",
Expand All @@ -23,12 +23,12 @@
"@actions/io": "1.1.3",
"@actions/tool-cache": "2.0.1",
"@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v0.4.1",
"@vercel/ncc": "0.36.1"
"@vercel/ncc": "0.38.1"
},
"devDependencies": {
"@types/node": "^20.11.10",
"@types/semver": "7.5.4",
"prettier": "2.8.4",
"typescript": "4.9.5"
"@types/node": "^20.12.7",
"@types/semver": "7.5.8",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
}

0 comments on commit f6d1bc6

Please sign in to comment.