Skip to content

Commit 9a49134

Browse files
Bump @feathersjs/feathers from 4.5.15 to 5.0.6
Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers/tree/HEAD/packages/feathers) from 4.5.15 to 5.0.6. - [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.6/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 512e1d7 commit 9a49134

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@feathersjs/configuration": "^4.5.15",
4343
"@feathersjs/errors": "^4.5.15",
4444
"@feathersjs/express": "^4.5.15",
45-
"@feathersjs/feathers": "^4.5.15",
45+
"@feathersjs/feathers": "^5.0.6",
4646
"@feathersjs/socketio": "^4.5.15",
4747
"cls-hooked": "^4.2.2",
4848
"compression": "^1.7.4",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,11 @@
435435
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
436436
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==
437437

438+
"@feathersjs/commons@^5.0.6":
439+
version "5.0.6"
440+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.6.tgz#4f30d42414fcbaa3bf9b72ed1e8caf7ab0961da6"
441+
integrity sha512-AVX6+JPb+KT9Ya4ASMAErVfKnnEN1dzwiWK03cHA2IvUrhzLBPGNoe/t+ph4L7BNl8JSK/nds3XOvf3/IcdOcg==
442+
438443
"@feathersjs/configuration@^4.5.15":
439444
version "4.5.15"
440445
resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
@@ -481,6 +486,20 @@
481486
events "^3.3.0"
482487
uberproto "^2.0.6"
483488

489+
"@feathersjs/feathers@^5.0.6":
490+
version "5.0.6"
491+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.6.tgz#5761e798e91adcb8ae7df817cce335713007599d"
492+
integrity sha512-aYqeA7SyAhClxONhlVxY1zSlKTSef9OtpvInNpYvUHlJK4G9gRRk2KytwEG4W/ipCl88TLTXjZAaWyiMdfLgcw==
493+
dependencies:
494+
"@feathersjs/commons" "^5.0.6"
495+
"@feathersjs/hooks" "^0.8.1"
496+
events "^3.3.0"
497+
498+
"@feathersjs/hooks@^0.8.1":
499+
version "0.8.1"
500+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
501+
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==
502+
484503
"@feathersjs/socketio@^4.5.15":
485504
version "4.5.15"
486505
resolved "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.15.tgz#c3d881f78ea38acda94eb17a15f8a3026c3ed7a3"

0 commit comments

Comments
 (0)