Bump convict from 6.2.2 to 6.2.3 (#102)

Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/mozilla/node-convict/releases)
- [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/node-convict/compare/v6.2.2...v6.2.3)

---
updated-dependencies:
- dependency-name: convict
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-26 13:58:44 +08:00 коммит произвёл GitHub
Родитель e2b9883076
Коммит 2237feefbc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
package-lock.json сгенерированный
Просмотреть файл

@ -3977,9 +3977,9 @@
}
},
"convict": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/convict/-/convict-6.2.2.tgz",
"integrity": "sha512-3MsROJiEFN3BAzeFit1t87t7EUFzd44MNd13MLSikV2dsnDl7znwKgtYPPONtnDzxiDW0nBAsxVhSRNrjUrTTg==",
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz",
"integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==",
"requires": {
"lodash.clonedeep": "^4.5.0",
"yargs-parser": "^20.2.7"

Просмотреть файл

@ -65,7 +65,7 @@
"chalk": "^2.4.2",
"class-validator": "^0.13.2",
"cls-hooked": "^4.2.2",
"convict": "^6.2.2",
"convict": "^6.2.3",
"diskusage": "^1.1.2",
"express": "^4.17.1",
"fast-safe-stringify": "^2.0.6",