mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Bump nconf from 0.11.4 to 0.12.0
Bumps [nconf](https://github.com/flatiron/nconf) from 0.11.4 to 0.12.0. - [Release notes](https://github.com/flatiron/nconf/releases) - [Changelog](https://github.com/indexzero/nconf/blob/master/CHANGELOG.md) - [Commits](https://github.com/flatiron/nconf/compare/v0.11.4...v0.12.0) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -34,7 +34,7 @@
|
||||
"moment": "^2.29.2",
|
||||
"mongoose": "^6.3.0",
|
||||
"nanoid": "3.3.2",
|
||||
"nconf": "^0.11.4",
|
||||
"nconf": "^0.12.0",
|
||||
"query-string": "7.1.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
@@ -3027,9 +3027,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/async": {
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
||||
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
|
||||
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
|
||||
},
|
||||
"node_modules/async-each": {
|
||||
"version": "1.0.3",
|
||||
@@ -9525,11 +9525,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/nconf": {
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.4.tgz",
|
||||
"integrity": "sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==",
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.12.0.tgz",
|
||||
"integrity": "sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==",
|
||||
"dependencies": {
|
||||
"async": "^1.4.0",
|
||||
"async": "^3.0.0",
|
||||
"ini": "^2.0.0",
|
||||
"secure-keys": "^1.0.0",
|
||||
"yargs": "^16.1.1"
|
||||
@@ -15410,9 +15410,9 @@
|
||||
"integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
|
||||
},
|
||||
"async": {
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
||||
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
|
||||
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
|
||||
},
|
||||
"async-each": {
|
||||
"version": "1.0.3",
|
||||
@@ -20449,11 +20449,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"nconf": {
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.11.4.tgz",
|
||||
"integrity": "sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==",
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.12.0.tgz",
|
||||
"integrity": "sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==",
|
||||
"requires": {
|
||||
"async": "^1.4.0",
|
||||
"async": "^3.0.0",
|
||||
"ini": "^2.0.0",
|
||||
"secure-keys": "^1.0.0",
|
||||
"yargs": "^16.1.1"
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"moment": "^2.29.2",
|
||||
"mongoose": "^6.3.0",
|
||||
"nanoid": "3.3.2",
|
||||
"nconf": "^0.11.4",
|
||||
"nconf": "^0.12.0",
|
||||
"query-string": "7.1.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
|
||||
Reference in New Issue
Block a user