Skip to content

Commit d3a514d

Browse files
Bump @feathersjs/configuration from 1.0.2 to 2.0.4
Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 1.0.2 to 2.0.4. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits/@feathersjs/configuration@2.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent d3e8c15 commit d3a514d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mocha": "mocha test/ --recursive --exit"
3535
},
3636
"dependencies": {
37-
"@feathersjs/configuration": "^1.0.2",
37+
"@feathersjs/configuration": "^2.0.4",
3838
"@feathersjs/errors": "^3.3.0",
3939
"@feathersjs/express": "^1.2.0",
4040
"@feathersjs/feathers": "^3.1.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@
9595
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-3.0.1.tgz#cf844b91ba5fe3ec419384d986d85929067a3058"
9696
integrity sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==
9797

98-
"@feathersjs/configuration@^1.0.2":
99-
version "1.0.2"
100-
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-1.0.2.tgz#18da733e908fc39726233dbae867c6b0eb3920cd"
101-
integrity sha512-y0XXfkQF0nFYFwzx/nh2sTfVRetVNBFZd5WQCRCz+tCA2DA17oN9cnFCmuZi9/KVsdLZjx7WG9RmnSkRON9E2Q==
98+
"@feathersjs/configuration@^2.0.4":
99+
version "2.0.4"
100+
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-2.0.4.tgz#b9d87a4d3371202e796bd28f0647ef21c23076c7"
101+
integrity sha512-VpfjXpgINwe6FkegliPUaT6cT6K9mGIkf9AKtf3cdO9uht9LnCVKpbp/bQSsMjyLF6My/Yl4Vc3pCaEKjxX+fg==
102102
dependencies:
103-
config "^1.27.0"
104-
debug "^3.1.0"
103+
config "^2.0.0"
104+
debug "^4.0.0"
105105

106106
"@feathersjs/errors@^3.3.0", "@feathersjs/errors@^3.3.4":
107107
version "3.3.4"
@@ -900,10 +900,10 @@ condense-whitespace@~1.0.0:
900900
resolved "https://registry.yarnpkg.com/condense-whitespace/-/condense-whitespace-1.0.0.tgz#8376d98ef028e6cb2cd2468e28ce42c5c65ab1a9"
901901
integrity sha1-g3bZjvAo5sss0kaOKM5CxcZasak=
902902

903-
config@^1.27.0:
904-
version "1.31.0"
905-
resolved "https://registry.yarnpkg.com/config/-/config-1.31.0.tgz#ab08aeba6536015d220cd0afe14b3e0501082542"
906-
integrity sha512-Ep/l9Rd1J9IPueztJfpbOqVzuKHQh4ZODMNt9xqTYdBBNRXbV4oTu34kCkkfdRVcDq0ohtpaeXGgb+c0LQxFRA==
903+
config@^2.0.0:
904+
version "2.0.2"
905+
resolved "https://registry.yarnpkg.com/config/-/config-2.0.2.tgz#b81c8f4e05203e1da7752864c19a11604ca923d7"
906+
integrity sha512-duIbkKb0gls0bOtGwd1vaD4236MwepQlZcrMheOGrn3/9Px7oYFh8G4LB3ylGOlPr5wGoJRm8Grb2RihJZxuHQ==
907907
dependencies:
908908
json5 "^1.0.1"
909909

0 commit comments

Comments
 (0)