From d2f316324a6c2e0724145300454c44008efd1008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 06:34:25 +0000 Subject: [PATCH] Bump async in /shared/phaser-ce-2.14.0/resources/docstrap-master Bumps [async](https://github.com/caolan/async) from 2.5.0 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.5.0...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../docstrap-master/package-lock.json | 25 ++++++++++--------- .../resources/docstrap-master/package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/shared/phaser-ce-2.14.0/resources/docstrap-master/package-lock.json b/shared/phaser-ce-2.14.0/resources/docstrap-master/package-lock.json index 8d73e52..9f54d32 100644 --- a/shared/phaser-ce-2.14.0/resources/docstrap-master/package-lock.json +++ b/shared/phaser-ce-2.14.0/resources/docstrap-master/package-lock.json @@ -67,20 +67,12 @@ "dev": true }, "async": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz", - "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, "requires": { - "lodash": "4.17.4" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - } + "lodash": "^4.17.14" } }, "asynckit": { @@ -624,6 +616,15 @@ "lodash": "4.17.4" }, "dependencies": { + "async": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz", + "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==", + "dev": true, + "requires": { + "lodash": "^4.14.0" + } + }, "lodash": { "version": "4.17.4", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", diff --git a/shared/phaser-ce-2.14.0/resources/docstrap-master/package.json b/shared/phaser-ce-2.14.0/resources/docstrap-master/package.json index 6009d7a..676b1e8 100644 --- a/shared/phaser-ce-2.14.0/resources/docstrap-master/package.json +++ b/shared/phaser-ce-2.14.0/resources/docstrap-master/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "decription": "A template for JSDoc3 based on Bootstrap and Bootswatch", "devDependencies": { - "async": "^2.5.0", + "async": "^2.6.4", "grunt": "~1.0.1", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "~1.0.0",