From 66e3cd7332f45ab398cd3ac683825f61d163653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:28:34 +0000 Subject: [PATCH] chore(deps): bump config from 3.3.9 to 3.3.11 Bumps [config](https://github.com/node-config/node-config) from 3.3.9 to 3.3.11. - [Release notes](https://github.com/node-config/node-config/releases) - [Changelog](https://github.com/node-config/node-config/blob/master/History.md) - [Commits](https://github.com/node-config/node-config/compare/v3.3.9...v3.3.11) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index db4e04e..1754e03 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@dexare/logger": "^1.0.2", "common-tags": "^1.8.2", - "config": "^3.3.9", + "config": "^3.3.11", "dexare": "^3.0.2", "eris": "github:CraigChat/dysnomia#craig-master", "lodash": "^4.17.21" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4740191..b94fc44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^1.8.2 version: 1.8.2 config: - specifier: ^3.3.9 - version: 3.3.9 + specifier: ^3.3.11 + version: 3.3.11 dexare: specifier: ^3.0.2 version: 3.0.2(@projectdysnomia/dysnomia@0.2.0-dev) @@ -751,8 +751,8 @@ packages: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: true - /config@3.3.9: - resolution: {integrity: sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg==} + /config@3.3.11: + resolution: {integrity: sha512-Dhn63ZoWCW5EMg4P0Sl/XNsj/7RLiUIA1x1npCy+m2cRwRHzLnt3UtYtxRDMZW/6oOMdWhCzaGYkOcajGgrAOA==} engines: {node: '>= 10.0.0'} dependencies: json5: 2.2.3