Skip to content

Commit

Permalink
Merge pull request #745 from kalisio/dependabot/npm_and_yarn/feathers…
Browse files Browse the repository at this point in the history
…js/transport-commons-4.5.18

chore(deps): bump @feathersjs/transport-commons from 4.5.15 to 4.5.18
  • Loading branch information
claustres authored Aug 14, 2024
2 parents cde1788 + ae9cffd commit d4fa433
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,11 @@
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==

"@feathersjs/commons@^4.5.16":
version "4.5.16"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==

"@feathersjs/commons@^5.0.0-pre.28", "@feathersjs/commons@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.5.tgz#a912449cf9b2ea150caa4d0ffdd13bac0ff1bcaa"
Expand Down Expand Up @@ -1012,6 +1017,13 @@
dependencies:
debug "^4.3.3"

"@feathersjs/errors@^4.5.17":
version "4.5.17"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.17.tgz#be22c87989da8df9e96d5d1c693d14b1e142f19e"
integrity sha512-HY1YJV/9d5wKd3RPNaWggOhAX4NmOulr5EvBMMm6jaMizJ7UMRUgZmqyRtuHL4h+u2LoLmWv9+wO3V+uCFoULg==
dependencies:
debug "^4.3.3"

"@feathersjs/errors@^5.0.0-pre.28", "@feathersjs/errors@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.5.tgz#6165ff3cb018b7d6916ac23854aa0fb0f62a6cc8"
Expand Down Expand Up @@ -1211,28 +1223,17 @@
socket.io "^4.7.1"

"@feathersjs/transport-commons@^4.5.15":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.5.15.tgz#a5bb299328b5d208d17c28f89a0ac4e77f4936af"
integrity sha512-i9VqWq4VEASqvF+00kwIKhfvCU3tarLuywGMeN4zM3HXuuJKGIv6g0DAaZyWvgqhiuopZmMtHoP8mFRYIPxCEg==
version "4.5.18"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.5.18.tgz#0aba6dd99d682debb9b77e97b04fde82134ee235"
integrity sha512-dTcU56x5qP2KVZRacL/QVBIKEXHxHDXmKAyd0XXI9hXOmC2drZxvQWVKVZC4YdUBp18tSAYBc42fRO1qr8T3Bw==
dependencies:
"@feathersjs/commons" "^4.5.15"
"@feathersjs/errors" "^4.5.15"
"@feathersjs/commons" "^4.5.16"
"@feathersjs/errors" "^4.5.17"
debug "^4.3.3"
lodash "^4.17.21"
radix-router "^3.0.1"

"@feathersjs/transport-commons@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.5.tgz#13775c0d2319225bfe9e99761d2d5d60ee1ba5e1"
integrity sha512-z5xeAMPxbkPl2svgWSaW2zMjXTKzmBwFHrfgF4U29Ea2PSK+qkosgGcmewbPQU4mxZcQE5+pemKt8nlhz1d1YQ==
dependencies:
"@feathersjs/commons" "^5.0.5"
"@feathersjs/errors" "^5.0.5"
"@feathersjs/feathers" "^5.0.5"
encodeurl "^1.0.2"
lodash "^4.17.21"

"@feathersjs/transport-commons@^5.0.8":
"@feathersjs/transport-commons@^5.0.5", "@feathersjs/transport-commons@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.8.tgz#bfc6bdd1235c43b6b57443b04245b3f820189594"
integrity sha512-vR0eeF7MExhTQZEFpZTwDEn+4FwNyUT+Aj1ssHkQvsZZp88JecQzQegZscepWcdKRvh64HGXptC2hhh5TvFt0w==
Expand Down

0 comments on commit d4fa433

Please sign in to comment.