diff --git a/scripts/phored/package-lock.json b/scripts/phored/package-lock.json index 1431775..3ffa373 100644 --- a/scripts/phored/package-lock.json +++ b/scripts/phored/package-lock.json @@ -43,11 +43,11 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "asynckit": { diff --git a/scripts/phored/package.json b/scripts/phored/package.json index ecb3ce1..709d5ca 100644 --- a/scripts/phored/package.json +++ b/scripts/phored/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.1", + "async": "^2.6.4", "aws-sdk": "^2.266.1", "express": "^4.16.3", "fs": "0.0.1-security",