Skip to content

Commit

Permalink
build(deps): bump @feathersjs/socketio from 5.0.29 to 5.0.30
Browse files Browse the repository at this point in the history
Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers/tree/HEAD/packages/socketio) from 5.0.29 to 5.0.30.
- [Release notes](https://github.com/feathersjs/feathers/releases)
- [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/socketio/CHANGELOG.md)
- [Commits](https://github.com/feathersjs/feathers/commits/v5.0.30/packages/socketio)

---
updated-dependencies:
- dependency-name: "@feathersjs/socketio"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d82edbd commit cbff06f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@feathersjs/errors": "^5.0.9",
"@feathersjs/express": "^5.0.29",
"@feathersjs/feathers": "^5.0.9",
"@feathersjs/socketio": "^5.0.29",
"@feathersjs/socketio": "^5.0.30",
"@google-cloud/storage": "^7.12.1",
"cls-hooked": "^4.2.2",
"compression": "^1.7.4",
Expand Down
51 changes: 28 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@
long-timeout "^0.1.1"
uuid "^10.0.0"

"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.29":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.29.tgz#8dea7428c4281d7ba72953a6bc53c73770690da8"
integrity sha512-Gr2c0XxBTQ/+SoH8bAxJO1rUzBrFExQmK7Wdasp9g/xwS0InCNLPHhrrNc2KwTVSx8kbsN+GZRBkzytmxgWM0w==
"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.29", "@feathersjs/commons@^5.0.30":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.30.tgz#59ff0c7f789b93e871c7fd15cbbb5b9738694f29"
integrity sha512-OCOwqdzqvTxRrFeMSp3WVdtMIiLdCh/X1Fne7fAjvr1PKMtVk9JkLI6dSV2mp+x1djjHqsO5eAUxjy/ha+7SJw==

"@feathersjs/configuration@^5.0.29":
version "5.0.29"
Expand All @@ -552,6 +552,11 @@
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.29.tgz#04536135e8f3f7beaf5e0e356c176ac939f3fae1"
integrity sha512-SLpvC36V84XKxucAtDC70GXkqmsvTE5SO4uSZXuTpK68VqeefbmSY+KSid2DY9dM0upZN7orwVBB5YciUMCIIg==

"@feathersjs/errors@^5.0.30":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.30.tgz#d256ea29ee77b92fb2e767534a048c4aa8684c95"
integrity sha512-9ubxwNHj3XoLJlZK1TMmEa8TDR/wn681PxNwTBqWqwhb+zLfxxgjNVelK81TX6H1r0nhV+byKQ3BO/upuBW6Iw==

"@feathersjs/express@^5.0.29":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.29.tgz#13b1315a2d51a770c6498ab0ca74f58576cf1cfd"
Expand All @@ -570,12 +575,12 @@
cors "^2.8.5"
express "^4.19.2"

"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.29", "@feathersjs/feathers@^5.0.9":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.29.tgz#fed5ad47b431990f29e5ed9ca420f1325d55419c"
integrity sha512-ERY0W0FfZUysIksdwbBhXZot1F1EuLtlhJA27o9VN9EWIh6IHlT30McyqQqdqTiqVhsOS+KJPLTeGPH60REg+Q==
"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.29", "@feathersjs/feathers@^5.0.30", "@feathersjs/feathers@^5.0.9":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.30.tgz#9816bd07e86794a956db198fb557609dc3c50cf1"
integrity sha512-IHES6iWRpq22NWx/UZ8mwOilRbC/1fF27C0Taq2gw+X/xKqfegKFguLWPNk4fs8MuQglnUvtP+oFcYpVORBK7Q==
dependencies:
"@feathersjs/commons" "^5.0.29"
"@feathersjs/commons" "^5.0.30"
"@feathersjs/hooks" "^0.9.0"
events "^3.3.0"

Expand Down Expand Up @@ -620,24 +625,24 @@
ajv-formats "^3.0.1"
json-schema-to-ts "^3.1.0"

"@feathersjs/socketio@^5.0.29":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.29.tgz#c719fe0a14da8ebed467422739d62f578420f631"
integrity sha512-xtHtWAoEgOEgTYmiEKyqEC10DLbZ51U3mMluQPknsGgH1W2+GgI7WwCAVyM3ZPcVFlUwmVa62/GsIznOs33Hjg==
"@feathersjs/socketio@^5.0.30":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.30.tgz#5e36ca32234b0dfd8908251e4a3849397a07583a"
integrity sha512-ox+yK+pBzfqmIX8pL3Zuh15VcgjEtpzOb5lPTZBVmo6rGZIGz08Yy532SVUEZgE32mnep7NDrmkIZi62S4D6Og==
dependencies:
"@feathersjs/commons" "^5.0.29"
"@feathersjs/feathers" "^5.0.29"
"@feathersjs/transport-commons" "^5.0.29"
"@feathersjs/commons" "^5.0.30"
"@feathersjs/feathers" "^5.0.30"
"@feathersjs/transport-commons" "^5.0.30"
socket.io "^4.7.5"

"@feathersjs/transport-commons@^5.0.29":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.29.tgz#8a98dfaa70faae37904061360735d1f47a340ef9"
integrity sha512-Xy7J9h/t9vLqjPnyn3RnNtcS9wBDp/VfdVYulC0hnpEBFKwDtyjx055rUgrNn8r1B4w0y8CyX02MNSupABgOiQ==
"@feathersjs/transport-commons@^5.0.29", "@feathersjs/transport-commons@^5.0.30":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.30.tgz#5fdd48ca6c0c296019add355e02484d4770e2c80"
integrity sha512-cxv0ZazD68H5Nqiivu8PPls+JfEBKpt7Vr/SRV+whQ8kBV32Ty9VxEE7u4lo5RW/EREhvjJJOmvvUMIaMv6LPA==
dependencies:
"@feathersjs/commons" "^5.0.29"
"@feathersjs/errors" "^5.0.29"
"@feathersjs/feathers" "^5.0.29"
"@feathersjs/commons" "^5.0.30"
"@feathersjs/errors" "^5.0.30"
"@feathersjs/feathers" "^5.0.30"
encodeurl "^2.0.0"
lodash "^4.17.21"

Expand Down

0 comments on commit cbff06f

Please sign in to comment.