aboutsummaryrefslogtreecommitdiff
path: root/vnext/package-lock.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-29 23:54:47 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit3df035b7ddc002bf5c758419a33f5c2f369716bd (patch)
tree37a6af6c9fdf4887b15181de4256fa646fae5223 /vnext/package-lock.json
parent47218df561e877265c739ffab59b760318ea3143 (diff)
Use config settings
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r--vnext/package-lock.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index d5f4a897..abd6c896 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -12,6 +12,7 @@
"@babel/register": "^7.18.9",
"axios": "^1.1.3",
"axios-cache-interceptor": "^0.10.7",
+ "config": "^3.3.8",
"core-js": "^3.26.0",
"cors": "^2.8.5",
"evil-icons": "^1.10.1",
@@ -5512,6 +5513,17 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
+ "node_modules/config": {
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz",
+ "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==",
+ "dependencies": {
+ "json5": "^2.2.1"
+ },
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
"node_modules/connect-history-api-fallback": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
@@ -21547,6 +21559,14 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
+ "config": {
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz",
+ "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==",
+ "requires": {
+ "json5": "^2.2.1"
+ }
+ },
"connect-history-api-fallback": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",