Skip to content

Commit dbbfec1

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent f244c68 commit dbbfec1

File tree

2 files changed

+916
-1021
lines changed

2 files changed

+916
-1021
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"heroku-postbuild": "npm run build"
1414
},
1515
"dependencies": {
16-
"js-yaml": "3.14.2",
17-
"probot": "9.15.1"
16+
"js-yaml": "4.1.1",
17+
"probot": "13.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/bunyan": "1.8.11",

0 commit comments

Comments
 (0)