diff options
author | dependabot[bot] | 2023-01-17 22:04:54 +0000 |
---|---|---|
committer | vitalyster | 2023-01-18 09:18:38 +0300 |
commit | 6eb45e422236fe5096ab925458643fb5791cac97 (patch) | |
tree | 510c6761cd80a27145c479ad3b25607aa64d608f /vnext | |
parent | 1ff206733107942344fa18f25c2c80c1f97f76f1 (diff) |
build(deps): bump config from 3.3.8 to 3.3.9 in /vnext
Bumps [config](https://github.com/node-config/node-config) from 3.3.8 to 3.3.9.
- [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.8...v3.3.9)
---
updated-dependencies:
- dependency-name: config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 30 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index d7df7674..c0cf53dc 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.2.3", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", - "config": "^3.3.8", + "config": "^3.3.9", "core-js": "^3.27.1", "cors": "^2.8.5", "dayjs": "^1.11.7", @@ -4791,11 +4791,11 @@ } }, "node_modules/config": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz", - "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==", + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.9.tgz", + "integrity": "sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg==", "dependencies": { - "json5": "^2.2.1" + "json5": "^2.2.3" }, "engines": { "node": ">= 10.0.0" @@ -10641,9 +10641,9 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" }, @@ -20535,11 +20535,11 @@ } }, "config": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz", - "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==", + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.9.tgz", + "integrity": "sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg==", "requires": { - "json5": "^2.2.1" + "json5": "^2.2.3" } }, "connect": { @@ -24864,9 +24864,9 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "jsonc-parser": { "version": "3.2.0", diff --git a/vnext/package.json b/vnext/package.json index b6566af3..8a45f3dc 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -52,7 +52,7 @@ "axios": "^1.2.3", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", - "config": "^3.3.8", + "config": "^3.3.9", "core-js": "^3.27.1", "cors": "^2.8.5", "dayjs": "^1.11.7", |