Skip to content

Commit

Permalink
chore: update probot to 13.4.3 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 4, 2025
1 parent da7a4ea commit 72edf2a
Show file tree
Hide file tree
Showing 2 changed files with 1,056 additions and 935 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
"private": true,
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=18"
},
"dependencies": {
"@octokit/rest": "^19.0.4",
"debug": "^4.3.4",
"probot": "^12.3.3"
"probot": "^13.4.3"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.8.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nock": "^13.5.5",
"nock": "^14.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
Expand Down
Loading

0 comments on commit 72edf2a

Please sign in to comment.