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

Commit

Permalink
fix: update mos-connection dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 25, 2019
1 parent cbdaa2a commit 6c7714d
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 @@ -112,7 +112,7 @@
"production"
],
"dependencies": {
"mos-connection": "^0.8.4",
"mos-connection": "^0.8.5",
"tslib": "^1.10.0",
"tv-automation-server-core-integration": "1.2.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 @@ -3712,10 +3712,10 @@ moment@^2.24.0:
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==

mos-connection@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/mos-connection/-/mos-connection-0.8.4.tgz#a5c934cf82e1ae5259b514528033c5aea93d3309"
integrity sha512-58j9qHrLx5q7OweQiaK5zpPDMrOpvtyqdGjFTZ4tbpx0YHcbECX+Jh9bxoaDsU9aVqIeqGp9cKGUfg3NQfxsyw==
mos-connection@^0.8.5:
version "0.8.5"
resolved "https://registry.yarnpkg.com/mos-connection/-/mos-connection-0.8.5.tgz#7d86f5adad570bb420ce4a7920df6dc6b4660d96"
integrity sha512-P5Iy4HFJM6qvU0RSz1kpI50KNQJ1wDvVoeYWJ0bnbRTg/oq5M9dIWFo7hcCdD1Gehe2BssRISQbwoc52vOIOUA==
dependencies:
"@types/xmlbuilder" "^0.0.34"
iconv-lite "^0.5.0"
Expand Down

0 comments on commit 6c7714d

Please sign in to comment.