From fb1cfd486f90be980a884d1a05ad622bb0f62b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 19:41:27 +0000 Subject: [PATCH] Bump async and getos Bumps [async](https://github.com/caolan/async) and [getos](https://github.com/retrohacker/getos). These dependencies needed to be updated together. Updates `async` from 2.6.3 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.3...v3.2.4) Updates `getos` from 3.1.1 to 3.2.1 - [Commits](https://github.com/retrohacker/getos/compare/v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: async dependency-type: indirect - dependency-name: getos dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9dadb6..b432bfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.14" } }, "async-limiter": { @@ -85,7 +85,7 @@ "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "requires": { - "lodash": "4.17.15" + "lodash": "^4.17.10" } } }