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" },