Skip to content

Commit e79c5ca

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

File tree

2 files changed

+11
-72
lines changed

2 files changed

+11
-72
lines changed

package-lock.json

Lines changed: 10 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"inversify": "^5.0.1",
35-
"js-yaml": "^3.13.1",
35+
"js-yaml": "^4.1.1",
3636
"reflect-metadata": "^0.1.13"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)