From 41298d13efc108c0204d2f1a342f2e5d504d10d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:10:45 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 in /learnyounode Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.2. - [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.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- learnyounode/package-lock.json | 14 +++----------- learnyounode/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/learnyounode/package-lock.json b/learnyounode/package-lock.json index ae804bc..898320d 100644 --- a/learnyounode/package-lock.json +++ b/learnyounode/package-lock.json @@ -5,12 +5,9 @@ "requires": true, "dependencies": { "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "^4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "bl": { "version": "2.1.2", @@ -76,11 +73,6 @@ "whatwg-fetch": ">=0.10.0" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, "net": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/net/-/net-1.0.2.tgz", diff --git a/learnyounode/package.json b/learnyounode/package.json index d9b76f6..ccd6d7c 100644 --- a/learnyounode/package.json +++ b/learnyounode/package.json @@ -4,7 +4,7 @@ "description": "", "main": "exercise-1.js", "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "bl": "^2.1.2", "fs": "0.0.1-security", "http": "0.0.0",