Skip to content

Commit

Permalink
build(deps): bump @companion-module/base from 1.10.0 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps [@companion-module/base](https://github.com/bitfocus/companion-module-base) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/bitfocus/companion-module-base/releases)
- [Changelog](https://github.com/bitfocus/companion-module-base/blob/main/CHANGELOG.md)
- [Commits](bitfocus/companion-module-base@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: "@companion-module/base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 728d364 commit dcf95b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"prettier": "@companion-module/tools/.prettierrc.json",
"dependencies": {
"@companion-module/base": "~1.10.0",
"@companion-module/base": "~1.11.1",
"node-rest-client": "^3.1.1",
"ws": "^8.17.1"
},
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,15 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@companion-module/base@~1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@companion-module/base/-/base-1.10.0.tgz#fbfe5822422f30c6e4ad04dc2e4e0559a8166571"
integrity sha512-ij5eBISaSwr0lfNwNDLB52jYaY66Kna0I6BdbwtCm634XeZtbm3n1gYyUSUdzJQ6z97ImbIKJPIKEn6laxCGxA==
"@companion-module/base@~1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@companion-module/base/-/base-1.11.1.tgz#df11b7ef31ee51f9979430031ada2523e51991c6"
integrity sha512-REiNoNu3xbkkpFAAQkG82DC72gvEfWD5mo5hdyZ1rRhGboK3QqKyGkSz7v89YTBVYXmWfDoDdbPf5icNPfklEg==
dependencies:
ajv "^8.17.1"
colord "^2.9.3"
ejson "^2.2.3"
eventemitter3 "^4.0.7"
eventemitter3 "^5.0.1"
mimic-fn "^3.1.0"
nanoid "^3.3.7"
p-queue "^6.6.2"
Expand Down Expand Up @@ -1528,11 +1528,16 @@ event-stream@=3.3.4:
stream-combiner "~0.0.4"
through "~2.3.1"

eventemitter3@^4.0.4, eventemitter3@^4.0.7:
eventemitter3@^4.0.4:
version "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

0 comments on commit dcf95b9

Please sign in to comment.