From 618e58d7ffe6f19b75706de80376ae7f90370f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:12:31 -0500 Subject: [PATCH] chore(deps): bump config from 3.3.6 to 3.3.7 (#93) Bumps [config](https://github.com/lorenwest/node-config) from 3.3.6 to 3.3.7. - [Release notes](https://github.com/lorenwest/node-config/releases) - [Changelog](https://github.com/lorenwest/node-config/blob/master/History.md) - [Commits](https://github.com/lorenwest/node-config/compare/v3.3.6...v3.3.7) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c21b7a6..4244e73 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "abort-controller": "^3.0.0", "cat-loggr": "^1.2.2", - "config": "^3.3.6", + "config": "^3.3.7", "eris": "^0.16.1", "eventemitter3": "^4.0.7", "fuzzy": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index 077e8c2..1f95f0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -273,10 +273,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -config@^3.3.6: - version "3.3.6" - resolved "https://registry.yarnpkg.com/config/-/config-3.3.6.tgz#b87799db7399cc34988f55379b5f43465b1b065c" - integrity sha512-Hj5916C5HFawjYJat1epbyY2PlAgLpBtDUlr0MxGLgo3p5+7kylyvnRY18PqJHgnNWXcdd0eWDemT7eYWuFgwg== +config@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/config/-/config-3.3.7.tgz#4310410dc2bf4e0effdca21a12a4035860a24ee4" + integrity sha512-mX/n7GKDYZMqvvkY6e6oBY49W8wxdmQt+ho/5lhwFDXqQW9gI+Ahp8EKp8VAbISPnmf2+Bv5uZK7lKXZ6pf1aA== dependencies: json5 "^2.1.1"