From 016d2facdc6011f2a521e0bad384103ad20a779f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 10:54:41 -0500 Subject: [PATCH] chore(deps): bump config from 3.3.2 to 3.3.3 (#27) Bumps [config](https://github.com/lorenwest/node-config) from 3.3.2 to 3.3.3. - [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/commits) 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 74e75e8..913a453 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "abort-controller": "^3.0.0", "cat-loggr": "^1.1.0", - "config": "^3.3.2", + "config": "^3.3.3", "eris": "^0.13.3", "eventemitter3": "^4.0.7", "fuzzy": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index fb8cc27..51e3dde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -288,10 +288,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.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/config/-/config-3.3.2.tgz#35be3846054340f0f79778b2445afffbc11867c7" - integrity sha512-NlGfBn2565YA44Irn7GV5KHlIGC3KJbf0062/zW5ddP9VXIuRj0m7HVyFAWvMZvaHPEglyGfwmevGz3KosIpCg== +config@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/config/-/config-3.3.3.tgz#d3c110fce543022c2fde28712e4f1b8440dee101" + integrity sha512-T3RmZQEAji5KYqUQpziWtyGJFli6Khz7h0rpxDwYNjSkr5ynyTWwO7WpfjHzTXclNCDfSWQRcwMb+NwxJesCKw== dependencies: json5 "^2.1.1"