0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

Merge pull request #2125 from naturalcrit/dependabot/npm_and_yarn/nconf-0.11.4

Bump nconf from 0.11.3 to 0.11.4
This commit is contained in:
Trevor Buckner
2022-04-11 14:23:08 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"moment": "^2.29.2",
"mongoose": "^6.2.10",
"nanoid": "3.3.2",
"nconf": "^0.11.3",
"nconf": "^0.11.4",
"query-string": "7.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
@@ -9525,9 +9525,9 @@
"dev": true
},
"node_modules/nconf": {
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz",
"integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==",
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.4.tgz",
"integrity": "sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==",
"dependencies": {
"async": "^1.4.0",
"ini": "^2.0.0",
@@ -20449,9 +20449,9 @@
"dev": true
},
"nconf": {
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.3.tgz",
"integrity": "sha512-iYsAuDS9pzjVMGIzJrGE0Vk3Eh8r/suJanRAnWGBd29rVS2XtSgzcAo5l6asV3e4hH2idVONHirg1efoBOslBg==",
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.4.tgz",
"integrity": "sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==",
"requires": {
"async": "^1.4.0",
"ini": "^2.0.0",

View File

@@ -76,7 +76,7 @@
"moment": "^2.29.2",
"mongoose": "^6.2.10",
"nanoid": "3.3.2",
"nconf": "^0.11.3",
"nconf": "^0.11.4",
"query-string": "7.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",