From 7cf3abbe7aefff2a06d5cf3b291ada5f358dd578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:47:34 +0000 Subject: [PATCH] chore(deps-dev): bump async in /client/custom/flowed-moddle Bumps [async](https://github.com/caolan/async) from 2.6.3 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.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/custom/flowed-moddle/package-lock.json | 6 +++--- client/custom/flowed-moddle/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/custom/flowed-moddle/package-lock.json b/client/custom/flowed-moddle/package-lock.json index 14ce6d82..4613ed13 100644 --- a/client/custom/flowed-moddle/package-lock.json +++ b/client/custom/flowed-moddle/package-lock.json @@ -266,9 +266,9 @@ "dev": true }, "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, "requires": { "lodash": "^4.17.14" diff --git a/client/custom/flowed-moddle/package.json b/client/custom/flowed-moddle/package.json index d85fecb9..cb4c7d47 100644 --- a/client/custom/flowed-moddle/package.json +++ b/client/custom/flowed-moddle/package.json @@ -3,7 +3,7 @@ "min-dash": "^3.0.0" }, "devDependencies": { - "async": "^2.6.0", + "async": "^2.6.4", "bpmn-moddle": "^6.0.0", "chai": "^4.1.2", "eslint": "^5.16.0",