Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix: mos-connection dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 18, 2019
1 parent 56ec040 commit bd537b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"production"
],
"dependencies": {
"mos-connection": "^0.6.5",
"mos-connection": "^0.6.8",
"tslib": "^1.9.3",
"tv-automation-server-core-integration": "0.8.0",
"underscore": "^1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3808,10 +3808,10 @@ moment@^2.22.2:
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=

mos-connection@^0.6.5:
version "0.6.5"
resolved "https://registry.yarnpkg.com/mos-connection/-/mos-connection-0.6.5.tgz#0b293d6fef8bb02242d349b54ba7ae872b34be07"
integrity sha512-iPRulLKd7Q6Jau+mZLspn4ThBc/3ArnUSEK28hu51QLjeItgokWgMYVuWZWSA502pTi6vwSzwqNj5n+3DDiM6Q==
mos-connection@^0.6.8:
version "0.6.8"
resolved "https://registry.yarnpkg.com/mos-connection/-/mos-connection-0.6.8.tgz#8d70eab7acf067b803ce02d1ce715bcfbfc5b0b9"
integrity sha512-1y6x8T3kZ73qdyiJV5+fb7JkPyxV4JEqbaQQf+6Wc6SLPLVchVTd3WUHQg3v5d9ayier+kg6pEVdUS8VB4fABA==
dependencies:
"@types/xmlbuilder" "^0.0.34"
iconv-lite "^0.4.24"
Expand Down

0 comments on commit bd537b2

Please sign in to comment.