Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoodness committed Feb 22, 2024
1 parent 43d83a0 commit 4f12ae1
Show file tree
Hide file tree
Showing 2 changed files with 2,773 additions and 4,821 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"license": "Apache 2.0",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.12.0",
"@actions/github": "^6.0.0",
"@octokit/rest": "^20.0.2",
"semver": "^7.6.0"
},
"devDependencies": {
"@octokit/webhooks": "^12.1.2",
"@types/jest": "^25.2.1",
"@types/node": "^14.0.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/semver": "^7.5.7",
"@typescript-eslint/parser": "^2.8.0",
"@zeit/ncc": "^0.20.5",
"eslint": "^6.8.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^24.9.0",
"jest-circus": "^26.0.1",
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.9.3"
"@typescript-eslint/parser": "^7.0.2",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 4f12ae1

Please sign in to comment.