fix: update read-config-ng to 3.0.5, fixes #277

This commit is contained in:
Bill Church 2022-04-17 10:51:22 -04:00
parent 4434f7db48
commit 3e82c0dc4d
2 changed files with 22 additions and 16 deletions

36
app/package-lock.json generated
View file

@ -16,7 +16,7 @@
"express": "~4.17.1",
"express-session": "~1.17.1",
"morgan": "~1.10.0",
"read-config-ng": "^3.0.4",
"read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"ssh2": "~1.4.0",
@ -991,9 +991,12 @@
}
},
"node_modules/async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"dependencies": {
"lodash": "^4.17.14"
}
},
"node_modules/backo2": {
"version": "1.0.2",
@ -5551,11 +5554,11 @@
}
},
"node_modules/read-config-ng": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/read-config-ng/-/read-config-ng-3.0.4.tgz",
"integrity": "sha512-7PrTJNwoG188KVZmnzeakVlUIJo0JOIwYSSQ/rhehl5oyvBZZYIemgu9O+3nfVmUdTeFq4aItzNRAIsXzOFZpg==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/read-config-ng/-/read-config-ng-3.0.5.tgz",
"integrity": "sha512-LCrZA9VjEqd0yY2mc+rJfXlnDrRUAIpX3ssCDFtcSwL+MFoUKJ570UUWsTpL5DK2n/NLlA+ieAwiTA5qW6Ab0w==",
"dependencies": {
"async": "^1.5.2",
"async": "^2.6.4",
"js-yaml": "~3.13.1",
"json5": "~2.1.1",
"lodash": "^4.17.15",
@ -8067,9 +8070,12 @@
"dev": true
},
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"requires": {
"lodash": "^4.17.14"
}
},
"backo2": {
"version": "1.0.2",
@ -11505,11 +11511,11 @@
}
},
"read-config-ng": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/read-config-ng/-/read-config-ng-3.0.4.tgz",
"integrity": "sha512-7PrTJNwoG188KVZmnzeakVlUIJo0JOIwYSSQ/rhehl5oyvBZZYIemgu9O+3nfVmUdTeFq4aItzNRAIsXzOFZpg==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/read-config-ng/-/read-config-ng-3.0.5.tgz",
"integrity": "sha512-LCrZA9VjEqd0yY2mc+rJfXlnDrRUAIpX3ssCDFtcSwL+MFoUKJ570UUWsTpL5DK2n/NLlA+ieAwiTA5qW6Ab0w==",
"requires": {
"async": "^1.5.2",
"async": "^2.6.4",
"js-yaml": "~3.13.1",
"json5": "~2.1.1",
"lodash": "^4.17.15",

View file

@ -39,7 +39,7 @@
"express": "~4.17.1",
"express-session": "~1.17.1",
"morgan": "~1.10.0",
"read-config-ng": "^3.0.4",
"read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"ssh2": "~1.4.0",