From 094379436eeb6899d93e1d58708ddda86f41c597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 01:26:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20async=20from=202.6.1=20to=202.6.4=20in?= =?UTF-8?q?=20/2019=E5=B9=B4=E4=B8=8A=E5=AD=A6=E6=9C=9F=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=AD=A6=E7=94=9F=E9=80=89=E8=AF=BE=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F/system-web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: indirect ... Signed-off-by: dependabot[bot] --- .../system-web/package-lock.json" | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git "a/2019\345\271\264\344\270\212\345\255\246\346\234\237\350\257\276\347\250\213\350\256\276\350\256\241\345\255\246\347\224\237\351\200\211\350\257\276\347\263\273\347\273\237/system-web/package-lock.json" "b/2019\345\271\264\344\270\212\345\255\246\346\234\237\350\257\276\347\250\213\350\256\276\350\256\241\345\255\246\347\224\237\351\200\211\350\257\276\347\263\273\347\273\237/system-web/package-lock.json" index 2c9af01..6789a68 100644 --- "a/2019\345\271\264\344\270\212\345\255\246\346\234\237\350\257\276\347\250\213\350\256\276\350\256\241\345\255\246\347\224\237\351\200\211\350\257\276\347\263\273\347\273\237/system-web/package-lock.json" +++ "b/2019\345\271\264\344\270\212\345\255\246\346\234\237\350\257\276\347\250\213\350\256\276\350\256\241\345\255\246\347\224\237\351\200\211\350\257\276\347\263\273\347\273\237/system-web/package-lock.json" @@ -43,11 +43,18 @@ "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" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "asynckit": { @@ -479,11 +486,6 @@ "verror": "1.10.0" } }, - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, "lodash.assign": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",