From 96fd045d9f7df95e382ead5b30c31a1943b43876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 03:59:22 +0000 Subject: [PATCH] build(deps): bump async from 2.6.1 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.6.1 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.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0162390..479bef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,24 +1,24 @@ { "name": "r2g", - "version": "0.1.199", + "version": "0.2.011", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "r2g", - "version": "0.1.199", + "version": "0.2.011", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@oresoftware/deep.mixin": "0.0.107", - "@oresoftware/shell": "latest", + "@oresoftware/shell": "*", "async": "^2.6.1", "chalk": "^2.4.1", - "clean-trace": "latest", + "clean-trace": "*", "dashdash": "^1.14.1", - "json-stdio": "latest", + "json-stdio": "*", "prepend-transform": "0.0.1016", - "residence": "latest", + "residence": "*", "shortid": "^2.2.8" }, "bin": { @@ -98,11 +98,11 @@ } }, "node_modules/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==", "dependencies": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "node_modules/chalk": { @@ -279,11 +279,11 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "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==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "chalk": {