Skip to content

Commit a10897c

Browse files
snyk-bottkyi
authored andcommitted
fix: package.json to reduce vulnerabilities (#44)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for screwdriver-cd/scm-bitbucket: https://snyk.io/test/github/screwdriver-cd/scm-bitbucket
1 parent 7512735 commit a10897c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
},
4747
"dependencies": {
4848
"circuit-fuses": "^2.1.0",
49-
"hoek": "^4.1.0",
50-
"joi": "^10.0.5",
49+
"hoek": "^5.0.3",
50+
"joi": "^13.0.0",
5151
"request": "^2.75.0",
52-
"screwdriver-data-schema": "^17.0.0",
52+
"screwdriver-data-schema": "^18.11.3",
5353
"screwdriver-scm-base": "^3.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)