From c9ca4b8cdfeab86f2c26ece9f2ca025da3163cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:16:27 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /PQDigest 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) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PQDigest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PQDigest/package.json b/PQDigest/package.json index 317cf23..82d4a17 100644 --- a/PQDigest/package.json +++ b/PQDigest/package.json @@ -51,7 +51,7 @@ "d3": "^6.7.0", "d3-selection": "^2.0.0", "history": "4.7.2", - "lodash": "4.17.15", + "lodash": "4.17.21", "moment": "^2.24.0", "moment-timezone": "^0.5.33", "proj4": "2.6.2",