From d3c0ef6dfb61447b6f6a587bbfce561faac01aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:43:47 +0000 Subject: [PATCH] chore(deps): bump async from 2.6.3 to 2.6.4 in /electron 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:production ... Signed-off-by: dependabot[bot] --- electron/package-lock.json | 6 +++--- electron/package.json | 2 +- electron/yarn.lock | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/electron/package-lock.json b/electron/package-lock.json index 7519eafb1..db247a34f 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -287,9 +287,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==", "requires": { "lodash": "^4.17.14" } diff --git a/electron/package.json b/electron/package.json index 29f52236d..025eb44d0 100644 --- a/electron/package.json +++ b/electron/package.json @@ -7,7 +7,7 @@ "postinstall": "" }, "dependencies": { - "async": "^2.4.1", + "async": "^2.6.4", "fix-path": "^2.1.0", "fs-extra": "^4.0.1", "glob": "^7.1.2", diff --git a/electron/yarn.lock b/electron/yarn.lock index 9a94d786b..83d85d6a3 100644 --- a/electron/yarn.lock +++ b/electron/yarn.lock @@ -136,11 +136,11 @@ assertion-error@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c" -async@^2.4.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" +async@^2.6.4: + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" dependencies: - lodash "^4.14.0" + lodash "^4.17.14" async@~1.0.0: version "1.0.0" @@ -647,9 +647,9 @@ lodash.keys@^3.0.0: lodash.isarguments "^3.0.0" lodash.isarray "^3.0.0" -lodash@^4.13.1, lodash@^4.14.0: - version "4.17.4" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" +lodash@^4.13.1, lodash@^4.17.14: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" lolex@^1.6.0: version "1.6.0"