From 22f53a8952013bdb27cb3abd7325072bbb93dc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 02:18:42 +0000 Subject: [PATCH] Bump async from 2.6.2 to 2.6.4 in /packages/gutenberg-to-react Bumps [async](https://github.com/caolan/async) from 2.6.2 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.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/gutenberg-to-react/package-lock.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/gutenberg-to-react/package-lock.json b/packages/gutenberg-to-react/package-lock.json index b471f5b..ad5b072 100644 --- a/packages/gutenberg-to-react/package-lock.json +++ b/packages/gutenberg-to-react/package-lock.json @@ -399,6 +399,11 @@ "@types/yargs": "^12.0.9" } }, + "@threemammals/scripts": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@threemammals/scripts/-/scripts-0.0.9.tgz", + "integrity": "sha512-0ScIM5hHLmVJFrr1cogjuo60Q8+5obJ/k4vlEEaxtr84YORCLm7cLrJ3PgWDQu83P2Am4WrCeH3C01dPAUnOug==" + }, "@types/babel__core": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.0.tgz", @@ -675,12 +680,12 @@ "dev": true }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, "requires": { - "lodash": "^4.17.11" + "lodash": "^4.17.14" } }, "async-limiter": {