From 7eae170f6cec0764d201afe0346ed5f64831efe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:39:02 +0000 Subject: [PATCH] Bump nconf from 0.12.0 to 0.12.1 Bumps [nconf](https://github.com/flatiron/nconf) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/flatiron/nconf/releases) - [Changelog](https://github.com/indexzero/nconf/blob/v0.12.1/CHANGELOG.md) - [Commits](https://github.com/flatiron/nconf/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 123e35be8..c6385760c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "moment": "^2.29.4", "mongoose": "^7.6.1", "nanoid": "3.3.4", - "nconf": "^0.12.0", + "nconf": "^0.12.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^4.1.3", @@ -10637,9 +10637,9 @@ "dev": true }, "node_modules/nconf": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.12.0.tgz", - "integrity": "sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/nconf/-/nconf-0.12.1.tgz", + "integrity": "sha512-p2cfF+B3XXacQdswUYWZ0w6Vld0832A/tuqjLBu3H1sfUcby4N2oVbGhyuCkZv+t3iY3aiFEj7gZGqax9Q2c1w==", "dependencies": { "async": "^3.0.0", "ini": "^2.0.0", diff --git a/package.json b/package.json index d5f640fe8..5768a7ea8 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "moment": "^2.29.4", "mongoose": "^7.6.1", "nanoid": "3.3.4", - "nconf": "^0.12.0", + "nconf": "^0.12.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^4.1.3",