From aea8ce84616a064bb07823b1f83ddafce7c5c407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 07:37:43 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.4 in /debugging-assessment/circularity Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] --- debugging-assessment/circularity/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging-assessment/circularity/package-lock.json b/debugging-assessment/circularity/package-lock.json index b4a4733..e92e008 100644 --- a/debugging-assessment/circularity/package-lock.json +++ b/debugging-assessment/circularity/package-lock.json @@ -22,7 +22,7 @@ "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "requires": { - "lodash": "4.17.10" + "lodash": "^4.17.10" } }, "balanced-match": {