diff --git a/app/package-lock.json b/app/package-lock.json index 851501fa..304653b4 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -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", diff --git a/app/package.json b/app/package.json index d0ad719f..a2a8b023 100644 --- a/app/package.json +++ b/app/package.json @@ -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",