From 5b26594df85ca2bc1d437ff12c0962532db8b630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:58:24 +0000 Subject: [PATCH] Bump @feathersjs/configuration from 4.5.16 to 5.0.1 Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers/tree/HEAD/packages/configuration) from 4.5.16 to 5.0.1. - [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.1/packages/configuration) --- updated-dependencies: - dependency-name: "@feathersjs/configuration" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfd2007..690ef17 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@feathersjs-offline/server": "^2.0.0", "@feathersjs/adapter-commons": "^4.5.11", - "@feathersjs/configuration": "^4.5.11", + "@feathersjs/configuration": "^5.0.1", "@feathersjs/errors": "^4.5.11", "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11",