From bf3f4bfcc3e766d7b81dcebd06cc8bf7c5a10c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:05:26 +0000 Subject: [PATCH] Bump @feathersjs/feathers from 5.0.29 to 5.0.30 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] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a519944..dbeec14 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9942446..1164587 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"