Skip to content

Commit

Permalink
SOF-2009 Update TSR dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LindvedKrvang committed Jul 2, 2024
1 parent 092546c commit cb4f3f7
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/playout-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"fast-clone": "^1.5.13",
"influx": "^5.9.3",
"object-hash": "^3.0.0",
"timeline-state-resolver": "npm:@tv2media/timeline-state-resolver@3.5.1",
"timeline-state-resolver": "npm:@tv2media/timeline-state-resolver@3.7.0",
"tslib": "^2.4.0",
"underscore": "^1.13.4"
},
Expand Down
103 changes: 67 additions & 36 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@
webpack-sources "^3.2.2"

"@sofie-automation/blueprints-integration@link:blueprints-integration":
version "46.2.1"
version "46.3.0"
dependencies:
"@sofie-automation/shared-lib" "link:shared-lib"
timeline-state-resolver-types "npm:@tv2media/timeline-state-resolver-types@3.5.1"
Expand Down Expand Up @@ -3120,7 +3120,7 @@
shelljs "^0.8.5"

"@sofie-automation/corelib@link:corelib":
version "46.2.0"
version "46.3.0"
dependencies:
"@sofie-automation/blueprints-integration" "link:blueprints-integration"
"@sofie-automation/shared-lib" "link:shared-lib"
Expand All @@ -3136,7 +3136,7 @@
underscore "^1.13.4"

"@sofie-automation/server-core-integration@link:server-core-integration":
version "46.2.0"
version "46.3.0"
dependencies:
"@sofie-automation/shared-lib" "link:shared-lib"
ejson "^2.2.3"
Expand All @@ -3147,7 +3147,7 @@
underscore "^1.13.4"

"@sofie-automation/shared-lib@link:shared-lib":
version "46.2.0"
version "46.3.0"
dependencies:
tslib "^2.4.0"
type-fest "^2.19.0"
Expand Down Expand Up @@ -5119,23 +5119,32 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==

casparcg-connection@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/casparcg-connection/-/casparcg-connection-5.1.0.tgz#6ea23c2895b5a28e2cd362a0ab0cd19c6ce68805"
integrity sha512-efYJG3jO2HPNJ0RUCvwmVlesXSbPfTxSoMuiUoOO86C7H5mTte4O8jGa6it7YShyBr8NTpUfPqiPEb7bKTAW3w==
casparcg-connection@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/casparcg-connection/-/casparcg-connection-6.2.0.tgz#592d45ff5338f99585a873ea863ec014fe36e992"
integrity sha512-iFVmaU2BgCiZlClP3j6tVPuab3CUrhXi9ZYz3U1ENDNa6HQBtWfclwdRqdJWhCwrZc+YAFxR31sovuQ+BznVlQ==
dependencies:
highland "^3.0.0-beta.6"
xml2js "^0.4.19"
xmlbuilder "^9.0.7"
eventemitter3 "^5.0.1"
tslib "^2.5.0"
xml2js "^0.6.2"

casparcg-state@2.1.2-nightly-latest-20220819-074840-588e6e7.0:
version "2.1.2-nightly-latest-20220819-074840-588e6e7.0"
resolved "https://registry.yarnpkg.com/casparcg-state/-/casparcg-state-2.1.2-nightly-latest-20220819-074840-588e6e7.0.tgz#9245f5d906189cb78e377dc3da31eefb883a7557"
integrity sha512-B34c/Ts3pw0U7w0bHaR5SyFrPHaJt9IVNk4KU0yGphEd8NCmoX/6rQhpfecHStjY0uTFQwXpkiVaGaWcj+rkcw==
casparcg-connection@^6.0.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/casparcg-connection/-/casparcg-connection-6.2.1.tgz#6b9c7ef49df1cb24cf64da6740e3d7b901eb2f74"
integrity sha512-2m+TWBile4qFvQtVmp/M20MegV4giwPs4jHfVBgj7LX2nWsbc0TX0Cz5pLAKeKnM/ErVKI8nR37Ye17zNXSIEA==
dependencies:
casparcg-connection "^5.1.0"
eventemitter3 "^5.0.1"
tslib "^2.5.0"
xml2js "^0.6.2"

casparcg-state@^3.0.1:
version "3.0.3"
resolved "https://registry.yarnpkg.com/casparcg-state/-/casparcg-state-3.0.3.tgz#bafd411d374c042f85cbeba2ba6553ee53097f47"
integrity sha512-dhE0VQymoZrbmIyNGf7aovijya0b/98tFsdM3/EG9vqXgdG0XXT09+r6di8pUX6nR49J+ypQP0wGK9UE0eRnfg==
dependencies:
casparcg-connection "6.2.0"
fast-clone "^1.5.13"
underscore "^1.13.2"
underscore "^1.13.6"

ccount@^1.0.0, ccount@^1.0.3:
version "1.1.0"
Expand Down Expand Up @@ -6964,6 +6973,11 @@ eventemitter3@^4.0.0, eventemitter3@^4.0.4, eventemitter3@^4.0.7:
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==

eventemitter3@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==

events@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
Expand Down Expand Up @@ -8061,11 +8075,6 @@ he@^1.2.0:
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==

highland@^3.0.0-beta.6:
version "3.0.0-beta.10"
resolved "https://registry.yarnpkg.com/highland/-/highland-3.0.0-beta.10.tgz#e07869611de2109134c523e2479ef5af5334c112"
integrity sha512-fBxAarP4g0AFWRKd+SJBWsKmkyw1WZdQZ1jjFSAVrxLXIhEo5NnEBy+rDEM695Z/i4/tP2lMYW6iuotStDFHYw==

history@^4.9.0:
version "4.10.1"
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
Expand Down Expand Up @@ -12993,6 +13002,13 @@ semver@7.3.4:
dependencies:
lru-cache "^6.0.0"

semver@7.5.2:
version "7.5.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
dependencies:
lru-cache "^6.0.0"

semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
version "7.3.7"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
Expand Down Expand Up @@ -14005,16 +14021,23 @@ timecode@0.0.4:
dependencies:
tslib "^2.3.1"

"timeline-state-resolver@npm:@tv2media/timeline-state-resolver@3.5.1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@tv2media/timeline-state-resolver/-/timeline-state-resolver-3.5.1.tgz#85f818ba2787ac29de9d6054de61b273cc134850"
integrity sha512-UTPMiOC106KnwptRxCqDA0aZFxiFTTSgqZihIP+7IJLHyI8eiFuEtsu6UFnVTQXzxcUIH9UrfqNIdibE9BFqrw==
"timeline-state-resolver-types@npm:@tv2media/timeline-state-resolver-types@3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@tv2media/timeline-state-resolver-types/-/timeline-state-resolver-types-3.7.0.tgz#03483c4e66909016cff03e168f7da94ed772e175"
integrity sha512-W0/XUt2Ia6p36Bb1yKbXJJaWvbbxDDAbIegtjAI6nctZZPU/6wYYbk4uYUytp2znlxQj06uiEXFpGNg+nNPGMQ==
dependencies:
tslib "^2.3.1"

"timeline-state-resolver@npm:@tv2media/timeline-state-resolver@3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@tv2media/timeline-state-resolver/-/timeline-state-resolver-3.7.0.tgz#fdf114abe41e441bf7902b111c11f0d7deb56689"
integrity sha512-trQPYwP3WTUyjjn0UBjXxerduHfB51WGyA0y7Cj3uMtjdHzGJsJzeUbEIJSqHDdGKKR7gwlP3au63Rca+JjO9A==
dependencies:
"@tv2media/v-connection" "^7.2.1"
atem-connection "2.4.0"
atem-state "^0.12.2"
casparcg-connection "^5.1.0"
casparcg-state "2.1.2-nightly-latest-20220819-074840-588e6e7.0"
casparcg-connection "^6.0.0"
casparcg-state "^3.0.1"
debug "^4.3.1"
deepmerge "^4.2.2"
emberplus-connection "^0.1.2"
Expand All @@ -14030,7 +14053,7 @@ timecode@0.0.4:
sprintf-js "^1.1.2"
superfly-timeline "^8.3.1"
threadedclass "^1.1.1"
timeline-state-resolver-types "npm:@tv2media/timeline-state-resolver-types@3.5.1"
timeline-state-resolver-types "npm:@tv2media/timeline-state-resolver-types@3.7.0"
tslib "^2.3.1"
tv-automation-quantel-gateway-client "^2.0.5"
underscore "^1.13.4"
Expand Down Expand Up @@ -14260,6 +14283,11 @@ tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tslib@^2.5.0:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down Expand Up @@ -14433,7 +14461,7 @@ underscore-deep-extend@^1.1.5:
resolved "https://registry.yarnpkg.com/underscore-deep-extend/-/underscore-deep-extend-1.1.5.tgz#962ba1f8b3bb2e2afd182ed86f2e5275543c52bd"
integrity sha512-Snk/OnraiskaFowKhKrxbE/UzYvYmsE3gHNrGWKCb7gceuz3ebFRwxw9X9wgklrIUt6xDxR5TcE1yj0LneOmnQ==

underscore@^1.13.2, underscore@^1.13.4, underscore@^1.13.6:
underscore@^1.13.4, underscore@^1.13.6:
version "1.13.6"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
Expand Down Expand Up @@ -15357,24 +15385,27 @@ xml-name-validator@^3.0.0:
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==

xml2js@^0.4.19, xml2js@^0.4.23:
xml2js@^0.4.23:
version "0.4.23"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xml2js@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xmlbuilder@^15.1.1:
version "15.1.1"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==

xmlbuilder@^9.0.7:
version "9.0.7"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
integrity sha512-7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ==

xmlbuilder@~11.0.0:
version "11.0.1"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
Expand Down

0 comments on commit cb4f3f7

Please sign in to comment.