Skip to content

Commit

Permalink
Bump @feathersjs/feathers from 5.0.29 to 5.0.30
Browse files Browse the repository at this point in the history
Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers/tree/HEAD/packages/feathers) 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/feathers/CHANGELOG.md)
- [Commits](https://github.com/feathersjs/feathers/commits/v5.0.30/packages/feathers)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent f1d563b commit bf3f4bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@feathersjs/authentication-client": "^5.0.29",
"@feathersjs/feathers": "^5.0.26",
"@feathersjs/feathers": "^5.0.30",
"@feathersjs/rest-client": "^5.0.29",
"axios": "^1.7.6",
"prop-types": "^15.8.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1500,22 +1500,22 @@
long-timeout "^0.1.1"
uuid "^10.0.0"

"@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.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/errors@^5.0.29":
version "5.0.29"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.29.tgz#04536135e8f3f7beaf5e0e356c176ac939f3fae1"
integrity sha512-SLpvC36V84XKxucAtDC70GXkqmsvTE5SO4uSZXuTpK68VqeefbmSY+KSid2DY9dM0upZN7orwVBB5YciUMCIIg==

"@feathersjs/feathers@^5.0.26", "@feathersjs/feathers@^5.0.29":
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.29", "@feathersjs/feathers@^5.0.30":
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

0 comments on commit bf3f4bf

Please sign in to comment.