Skip to content

Commit

Permalink
Update deps (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Aug 21, 2024
1 parent 699582e commit 0a94a84
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 80 deletions.
156 changes: 82 additions & 74 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
Expand Up @@ -24,21 +24,21 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/http-client": "^2.2.1",
"@actions/http-client": "^2.2.2",
"@google-github-actions/actions-utils": "^0.8.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@types/node": "^22.1.0",
"@eslint/js": "^9.9.0",
"@types/node": "^22.4.1",
"@vercel/ncc": "^0.38.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript-eslint": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"typescript-eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"typescript": "^5.5.4"
}
}

0 comments on commit 0a94a84

Please sign in to comment.