Skip to content

Commit

Permalink
Bump @feathersjs/rest-client from 5.0.9 to 5.0.10 (#743)
Browse files Browse the repository at this point in the history
Bumps [@feathersjs/rest-client](https://github.com/feathersjs/feathers/tree/HEAD/packages/rest-client) from 5.0.9 to 5.0.10.
- [Release notes](https://github.com/feathersjs/feathers/releases)
- [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/rest-client/CHANGELOG.md)
- [Commits](https://github.com/feathersjs/feathers/commits/v5.0.10/packages/rest-client)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 252929e commit 7d6af23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@feathersjs/authentication-client": "^5.0.10",
"@feathersjs/feathers": "^5.0.9",
"@feathersjs/rest-client": "^5.0.9",
"@feathersjs/rest-client": "^5.0.10",
"axios": "^1.5.1",
"prop-types": "^15.8.1",
"ra-data-feathers": "^2.9.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1468,14 +1468,14 @@
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==

"@feathersjs/rest-client@^5.0.9":
version "5.0.9"
resolved "https://registry.yarnpkg.com/@feathersjs/rest-client/-/rest-client-5.0.9.tgz#cb93c151101e93c170fa9a548e8982a350f5706f"
integrity sha512-ieBQVSARwcJnM7nC2XkTLE2K6ynSfewEtqZHsPlUXa8PXW4LV0m4ze2zvhz02Sk4laWnQbf23JCoTLe8UBK8Aw==
dependencies:
"@feathersjs/commons" "^5.0.9"
"@feathersjs/errors" "^5.0.9"
"@feathersjs/feathers" "^5.0.9"
"@feathersjs/rest-client@^5.0.10":
version "5.0.10"
resolved "https://registry.yarnpkg.com/@feathersjs/rest-client/-/rest-client-5.0.10.tgz#f50c5cb0b9a010a6366d4fdc1f03ad98c5bfbcb6"
integrity sha512-DCz22BkRe3YbnzonEjsAbXIm+aHkBh2jCLd/w6f7Yebs8TZ34Y2eiLlQ/2u9ChQZNHw11FDukRslmQ3vMngq5w==
dependencies:
"@feathersjs/commons" "^5.0.10"
"@feathersjs/errors" "^5.0.10"
"@feathersjs/feathers" "^5.0.10"
"@types/superagent" "^4.1.19"
qs "^6.11.2"

Expand Down

0 comments on commit 7d6af23

Please sign in to comment.