chore(deps): bump config from 3.3.9 to 3.3.10 (#9895)

Bumps [config](https://github.com/node-config/node-config) from 3.3.9 to 3.3.10.
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md)
- [Commits](https://github.com/node-config/node-config/compare/v3.3.9...v3.3.10)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2024-01-13 18:32:17 +00:00
committed by GitHub
parent ed814132cd
commit f739cf66d5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"chalk": "^5.3.0",
"check-node-version": "^4.2.1",
"cloudflare-middleware": "^1.0.4",
"config": "^3.3.9",
"config": "^3.3.10",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
"decamelize": "^3.2.0",
@@ -8511,9 +8511,9 @@
}
},
"node_modules/config": {
"version": "3.3.9",
"resolved": "https://registry.npmjs.org/config/-/config-3.3.9.tgz",
"integrity": "sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg==",
"version": "3.3.10",
"resolved": "https://registry.npmjs.org/config/-/config-3.3.10.tgz",
"integrity": "sha512-9Kl3LpQ6zj93KaqgfIMTcpwTpgozFOqNl/Dk7mjras1BgGIOlqxWkyIGeU1my+sRuskRYwrCATgCk1RjAnRPGA==",
"dependencies": {
"json5": "^2.2.3"
},

View File

@@ -32,7 +32,7 @@
"chalk": "^5.3.0",
"check-node-version": "^4.2.1",
"cloudflare-middleware": "^1.0.4",
"config": "^3.3.9",
"config": "^3.3.10",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
"decamelize": "^3.2.0",