From f49f8e5f5686281f449af73c0d7fae2b9bcf33b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 09:09:59 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.21 in /proj1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21) Signed-off-by: dependabot[bot] --- proj1/package-lock.json | 6 +++--- proj1/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proj1/package-lock.json b/proj1/package-lock.json index 4f890c9..b75cce4 100644 --- a/proj1/package-lock.json +++ b/proj1/package-lock.json @@ -351,9 +351,9 @@ "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "media-typer": { "version": "0.3.0", diff --git a/proj1/package.json b/proj1/package.json index 41a693a..b321f74 100644 --- a/proj1/package.json +++ b/proj1/package.json @@ -5,7 +5,7 @@ "dependencies": { "express": "^4.15.2", "iconv-lite": "^0.4.24", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "socket.io": "^2.1.1" } }