diff --git a/smartAD/package-lock.json b/smartAD/package-lock.json index 40965e8..7ec4b6b 100644 --- a/smartAD/package-lock.json +++ b/smartAD/package-lock.json @@ -268,11 +268,11 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.17.11" + "lodash": "^4.17.14" } }, "async-json2csv": { @@ -3104,22 +3104,6 @@ } } }, - "url": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz", - "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - } - } - }, "util": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", diff --git a/smartAD/package.json b/smartAD/package.json index 12ba99d..166b205 100644 --- a/smartAD/package.json +++ b/smartAD/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "async": "^2.6.2", + "async": "^2.6.4", "async-json2csv": "^1.0.4", "aws-sdk": "^2.553.0", "axios": "^0.19.0",