Skip to content

Commit

Permalink
fix: bump probot to ^12.2.4 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprothero authored Jun 27, 2022
1 parent cab93e6 commit 4721c79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/basic-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^12.0.0"
"probot": "^12.2.4"
},
"devDependencies": {
"jest": "^28.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/basic-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^12.0.0"
"probot": "^12.2.4"
},
"devDependencies": {
"@types/jest": "^28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/checks-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^12.0.0"
"probot": "^12.2.4"
},
"devDependencies": {
"jest": "^28.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/deploy-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^12.0.0"
"probot": "^12.2.4"
},
"devDependencies": {
"jest": "^28.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/git-data-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^12.0.0"
"probot": "^12.2.4"
},
"devDependencies": {
"jest": "^28.0.0",
Expand Down

0 comments on commit 4721c79

Please sign in to comment.