From ae32d82987e648f2ac8b6519ffddc9a65b02bbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:51:13 +0000 Subject: [PATCH] Bump async from 2.6.3 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.6.3 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.3...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 4524827..506690f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "url": "https://www.contentstack.com" }, "dependencies": { - "async": "2.6.3", + "async": "2.6.4", "consolidate": "0.15.1", "express": "4.16.4", "graceful-fs": "4.1.15",