From ec6a164a4b9fad01d7388637505927274f26d087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 14:37:10 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20lodash=20from=204.17.15=20to=204.17.21?= =?UTF-8?q?=20in=20/06.=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7/webpack/01.test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- .../webpack/01.test/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" "b/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" index 0cf48cc..d43e534 100644 --- "a/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" +++ "b/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" @@ -2042,9 +2042,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "longest": {