Skip to content

Commit 348ccb0

Browse files
build(deps): bump @feathersjs/feathers from 4.5.16 to 5.0.29
Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers/tree/HEAD/packages/feathers) from 4.5.16 to 5.0.29. - [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.29/packages/feathers) --- updated-dependencies: - dependency-name: "@feathersjs/feathers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f4596b commit 348ccb0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"private": true,
2929
"dependencies": {
3030
"@feathersjs/authentication-client": "^4.5.16",
31-
"@feathersjs/feathers": "^4.5.16",
31+
"@feathersjs/feathers": "^5.0.29",
3232
"@feathersjs/rest-client": "^4.5.16",
3333
"@mui/lab": "^5.0.0-alpha.173",
3434
"@mui/material": "^5.16.7",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,11 @@
14471447
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
14481448
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==
14491449

1450+
"@feathersjs/commons@^5.0.29":
1451+
version "5.0.29"
1452+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.29.tgz#8dea7428c4281d7ba72953a6bc53c73770690da8"
1453+
integrity sha512-Gr2c0XxBTQ/+SoH8bAxJO1rUzBrFExQmK7Wdasp9g/xwS0InCNLPHhrrNc2KwTVSx8kbsN+GZRBkzytmxgWM0w==
1454+
14501455
"@feathersjs/errors@^4.5.16":
14511456
version "4.5.16"
14521457
resolved "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.16.tgz#f79878c3dff6c5c2a21364559a7ad4a406bb51b1"
@@ -1471,6 +1476,20 @@
14711476
events "^3.3.0"
14721477
uberproto "^2.0.6"
14731478

1479+
"@feathersjs/feathers@^5.0.29":
1480+
version "5.0.29"
1481+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.29.tgz#fed5ad47b431990f29e5ed9ca420f1325d55419c"
1482+
integrity sha512-ERY0W0FfZUysIksdwbBhXZot1F1EuLtlhJA27o9VN9EWIh6IHlT30McyqQqdqTiqVhsOS+KJPLTeGPH60REg+Q==
1483+
dependencies:
1484+
"@feathersjs/commons" "^5.0.29"
1485+
"@feathersjs/hooks" "^0.9.0"
1486+
events "^3.3.0"
1487+
1488+
"@feathersjs/hooks@^0.9.0":
1489+
version "0.9.0"
1490+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.9.0.tgz#8aa339b83d17fcbd929e80113a3c0616979b33cb"
1491+
integrity sha512-kLfWnuhbC25CPkR1/TDcVs0rSiv0JLNxrpUivLwc7FUnkyeciRi5VOmC1SOzL2SOagcozu3+m4VQiONyzgfY7w==
1492+
14741493
"@feathersjs/rest-client@^4.5.16":
14751494
version "4.5.16"
14761495
resolved "https://registry.npmjs.org/@feathersjs/rest-client/-/rest-client-4.5.16.tgz#74daaa735138c47a2e86b0bc4d77df4176942952"

0 commit comments

Comments
 (0)