From c0bde3b3e64f7b8f400546cbf8bf2be3ad346017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:32:48 +0000 Subject: [PATCH] Bump async from 2.6.1 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0e3ac3..ec48600 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "main": "./lib/index.js", "dependencies": { - "async": "2.6.1", + "async": "2.6.4", "clean-css": "4.2.1", "color-diff": "1.4.0", "css-mq-parser": "0.0.3",