From f6825664d6ad71174d3647c38b9b5fc9c53c1bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:36:43 +0000 Subject: [PATCH] chore: bump lodash-es from 4.17.15 to 4.17.20 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6892bc2..97bf1616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13326,9 +13326,9 @@ "dev": true }, "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.20.tgz", + "integrity": "sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==" }, "lodash._reinterpolate": { "version": "3.0.0", diff --git a/package.json b/package.json index 1413eae5..6c47746f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@angular/router": "^11.0.2", "@hypertrace/hyperdash": "^1.1.2", "core-js": "^3.8.1", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.20", "rxjs": "^6.6.3", "tslib": "^2.0.3", "zone.js": "~0.10.3"