Skip to content

Commit f173ea9

Browse files
Bump @feathersjs/socketio-client from 1.2.1 to 4.3.7
Bumps [@feathersjs/socketio-client](https://github.com/feathersjs/feathers) from 1.2.1 to 4.3.7. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/[email protected]) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a8d6d90 commit f173ea9

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@feathersjs/client": "^3.7.8",
129129
"@feathersjs/feathers": "^3.3.1",
130130
"@feathersjs/rest-client": "^1.4.7",
131-
"@feathersjs/socketio-client": "^1.2.1",
131+
"@feathersjs/socketio-client": "^4.3.7",
132132
"@types/chai": "^4.1.7",
133133
"@types/mocha": "^5.2.6",
134134
"@typescript-eslint/eslint-plugin": "^1.5.0",

yarn.lock

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -728,13 +728,25 @@
728728
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.0.0.tgz#ae49bae4025c35aaeb9aacb6a0c27a3d1def5062"
729729
integrity sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==
730730

731+
"@feathersjs/commons@^4.3.7":
732+
version "4.3.7"
733+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.7.tgz#7f85d32d96d250a8a6d4a74f60cc7050b0be80df"
734+
integrity sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw==
735+
731736
"@feathersjs/errors@^3.3.6":
732737
version "3.3.6"
733738
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-3.3.6.tgz#c34cfcd0a8fc1519afb36030efb3f835a8088015"
734739
integrity sha512-VCohY/AQU13xYyZGl6rfdUgE+2bjaI76a4aEb6reIphHKgb4mnjYlg2PzS1/hcU1qUNi515kY9yQa5HsE7J1dQ==
735740
dependencies:
736741
debug "^4.0.0"
737742

743+
"@feathersjs/errors@^4.3.7":
744+
version "4.3.7"
745+
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.7.tgz#ee576d06f5dfc502aa2ed1a0ee13380fa30d71e5"
746+
integrity sha512-OGyPZpq5qkr6TjG5aqFBNgpsK3pwhMRxHPjHkGXBKfseRACTS//ma3kJhRiGxhFetu5IsIsAYBpLRhyTbiBi8w==
747+
dependencies:
748+
debug "^4.1.1"
749+
738750
"@feathersjs/feathers@^3.3.1":
739751
version "3.3.1"
740752
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-3.3.1.tgz#fcba030847f8418d711135112f01fad64bfb277c"
@@ -754,22 +766,23 @@
754766
"@feathersjs/errors" "^3.3.6"
755767
qs "^6.5.0"
756768

757-
"@feathersjs/socketio-client@^1.2.1":
758-
version "1.2.1"
759-
resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-1.2.1.tgz#2480cb113b2c7c7fb8f49442bf8b764dc20931f6"
760-
integrity sha512-OJUVhRc2nNxNS5XdEHWJDHES/wFmhpNYSakBcqCeTKwXXyxhN41U4u8C6qOeSFhb8iZA4pOGmpPWF1MOp1rfFA==
769+
"@feathersjs/socketio-client@^4.3.7":
770+
version "4.3.7"
771+
resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-4.3.7.tgz#8a48c7d3104d4c37d3df2b661ece56ff69f6bd41"
772+
integrity sha512-zb9MTfDINB2+3pits/nEEN67U94xLpEdH5PoSeN9IEgStjtpV/OG+ljMqk0iWgaUySO7YGp/PP4l5q7jMMLlpA==
761773
dependencies:
762-
"@feathersjs/transport-commons" "^4.2.1"
774+
"@feathersjs/transport-commons" "^4.3.7"
775+
"@types/socket.io-client" "^1.4.32"
763776

764-
"@feathersjs/transport-commons@^4.2.1":
765-
version "4.2.1"
766-
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.2.1.tgz#9d89e6f60434475e870b17aeac7ccf12463c9a08"
767-
integrity sha512-HVj+pXAaM4JsBgyoQqG1w29ovRF480GgReuCrcktywq+sLKYNxLweogFz+cxyQjmZLL17r51REUJzbDEj20VTQ==
777+
"@feathersjs/transport-commons@^4.3.7":
778+
version "4.3.7"
779+
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.7.tgz#c18a0432430b439baf6b930253019fc660fb96bf"
780+
integrity sha512-0+jpIurT45sHL/YqR3G+YoLJPHgvCHOc3v7XoUAHIbGzSlh4MOVlsTn4EacFmqZk6MhaGxnVAaaE8qR8wrhdRg==
768781
dependencies:
769-
"@feathersjs/commons" "^4.0.0"
770-
"@feathersjs/errors" "^3.3.6"
771-
debug "^4.0.0"
772-
lodash "^4.17.10"
782+
"@feathersjs/commons" "^4.3.7"
783+
"@feathersjs/errors" "^4.3.7"
784+
debug "^4.1.1"
785+
lodash "^4.17.15"
773786
radix-router "^3.0.1"
774787

775788
"@mrmlnc/readdir-enhanced@^2.2.1":
@@ -853,6 +866,11 @@
853866
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
854867
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
855868

869+
"@types/socket.io-client@^1.4.32":
870+
version "1.4.32"
871+
resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.32.tgz#988a65a0386c274b1c22a55377fab6a30789ac14"
872+
integrity sha512-Vs55Kq8F+OWvy1RLA31rT+cAyemzgm0EWNeax6BWF8H7QiiOYMJIdcwSDdm5LVgfEkoepsWkS+40+WNb7BUMbg==
873+
856874
"@types/socket.io@~1.4.27":
857875
version "1.4.40"
858876
resolved "https://registry.yarnpkg.com/@types/socket.io/-/socket.io-1.4.40.tgz#4f6955a8bdab66f8af47edcebea038f89aea7ad2"

0 commit comments

Comments
 (0)