Skip to content

Commit

Permalink
fix: templates/basic-js/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 20, 2023
1 parent 6026ccd commit 6288dbc
Showing 1 changed file with 1 addition and 1 deletion.
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": "^11.0.1"
"probot": "^12.2.5"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit 6288dbc

Please sign in to comment.