From e29c1e609c3aa7f051a7fa6ec35281a0cd8f8dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:56:36 +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 08e26f8..b7bfadd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "express": "^4.18.1", "fs": "^0.0.1-security", "jquery": "^3.6.0", - "nconf": "^0.12.0", + "nconf": "^0.12.1", "npm-run-all": "^4.1.5", "path": "^0.12.7" }, @@ -1792,9 +1792,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "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 f8f5769..afaabbb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express": "^4.18.1", "fs": "^0.0.1-security", "jquery": "^3.6.0", - "nconf": "^0.12.0", + "nconf": "^0.12.1", "npm-run-all": "^4.1.5", "path": "^0.12.7" },