upgrade js-yaml

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-06-25 01:53:14 +02:00
parent 81a205f781
commit cea04d0e2a
2 changed files with 5 additions and 5 deletions

View File

@@ -11,10 +11,10 @@
"license": "ISC",
"dependencies": {
"matrix-bot-sdk": "^0.3.2",
"@types/js-yaml": "^3.11.2",
"@types/js-yaml": "^3.13.1",
"@types/node": "^10.12.11",
"@types/xregexp": "^3.0.29",
"js-yaml": "^3.12.0",
"js-yaml": "^3.13.1",
"typescript": "^3.2.1",
"xregexp": "^4.2.0"
}