Skip to content

Commit a46b98b

Browse files
build(deps): bump the feathersjs group with 8 updates (#1619)
Bumps the feathersjs group with 8 updates: | Package | From | To | | --- | --- | --- | | [@feathersjs/authentication](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication) | `5.0.35` | `5.0.37` | | [@feathersjs/authentication-local](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication-local) | `5.0.35` | `5.0.37` | | [@feathersjs/authentication-oauth](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication-oauth) | `5.0.35` | `5.0.37` | | [@feathersjs/configuration](https://github.com/feathersjs/feathers/tree/HEAD/packages/configuration) | `5.0.35` | `5.0.37` | | [@feathersjs/errors](https://github.com/feathersjs/feathers/tree/HEAD/packages/errors) | `5.0.35` | `5.0.37` | | [@feathersjs/express](https://github.com/feathersjs/feathers/tree/HEAD/packages/express) | `5.0.35` | `5.0.37` | | [@feathersjs/feathers](https://github.com/feathersjs/feathers/tree/HEAD/packages/feathers) | `5.0.35` | `5.0.37` | | [@feathersjs/socketio](https://github.com/feathersjs/feathers/tree/HEAD/packages/socketio) | `5.0.35` | `5.0.37` | Updates `@feathersjs/authentication` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/authentication/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/authentication) Updates `@feathersjs/authentication-local` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/authentication-local/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/authentication-local) Updates `@feathersjs/authentication-oauth` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/authentication-oauth/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/authentication-oauth) Updates `@feathersjs/configuration` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/configuration/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/configuration) Updates `@feathersjs/errors` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/errors/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/errors) Updates `@feathersjs/express` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/express/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/express) Updates `@feathersjs/feathers` from 5.0.35 to 5.0.37 - [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.37/packages/feathers) Updates `@feathersjs/socketio` from 5.0.35 to 5.0.37 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/socketio/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.37/packages/socketio) --- updated-dependencies: - dependency-name: "@feathersjs/authentication" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/authentication-local" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/authentication-oauth" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/configuration" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/errors" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/express" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/feathers" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs - dependency-name: "@feathersjs/socketio" dependency-version: 5.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: feathersjs ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88c3b13 commit a46b98b

File tree

2 files changed

+145
-146
lines changed

2 files changed

+145
-146
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"types": "lib/",
3636
"dependencies": {
3737
"@bervproject/feathers-advance-hook": "^2.0.5",
38-
"@feathersjs/authentication": "^5.0.35",
39-
"@feathersjs/authentication-local": "^5.0.35",
40-
"@feathersjs/authentication-oauth": "^5.0.35",
41-
"@feathersjs/configuration": "^5.0.35",
38+
"@feathersjs/authentication": "^5.0.37",
39+
"@feathersjs/authentication-local": "^5.0.37",
40+
"@feathersjs/authentication-oauth": "^5.0.37",
41+
"@feathersjs/configuration": "^5.0.37",
4242
"@feathersjs/errors": "^5.0.35",
4343
"@feathersjs/express": "^5.0.35",
4444
"@feathersjs/feathers": "^5.0.35",
45-
"@feathersjs/socketio": "^5.0.35",
45+
"@feathersjs/socketio": "^5.0.37",
4646
"cls-hooked": "^4.2.2",
4747
"compression": "^1.8.1",
4848
"cors": "^2.8.5",

0 commit comments

Comments
 (0)