Skip to content

Commit

Permalink
fix: templates/deploy-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 21, 2023
1 parent 6026ccd commit fead2e1
Showing 1 changed file with 1 addition and 1 deletion.
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": "^11.0.1"
"probot": "^12.2.5"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit fead2e1

Please sign in to comment.