diff --git a/package-lock.json b/package-lock.json index 4c0d28e6..f6c80eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1096,9 +1096,9 @@ "dev": true }, "async": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.0.1.tgz", - "integrity": "sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", + "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" }, "async-each": { "version": "1.0.3", diff --git a/package.json b/package.json index 97694eee..dd178993 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "watch-debug": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run serve-debug\"" }, "dependencies": { - "async": "^3.0.1", + "async": "^3.1.0", "bcrypt-nodejs": "^0.0.3", "bluebird": "^3.5.5", "body-parser": "^1.19.0",