From 4c262d8e69c6becb2c5cb12f1e73f4b075eee230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:33:54 +0300 Subject: [PATCH] Update dependency async to 2.6.4 [SECURITY] (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hugo/themes/ananke/src/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo/themes/ananke/src/package-lock.json b/hugo/themes/ananke/src/package-lock.json index 1fd237fa..b16e2b33 100644 --- a/hugo/themes/ananke/src/package-lock.json +++ b/hugo/themes/ananke/src/package-lock.json @@ -198,12 +198,12 @@ "optional": true }, "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==", "dev": true, "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "async-each": {