From 832165561c6144e5218e22380264d6a183ccfc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:27:12 +0000 Subject: [PATCH] Bump underscore from 1.9.0 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.0...1.12.1) 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 a0e3be5..9e97934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8135,9 +8135,9 @@ } }, "underscore": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz", - "integrity": "sha512-4IV1DSSxC1QK48j9ONFK1MoIAKKkbE8i7u55w2R6IqBqbT7A/iG7aZBCR2Bi8piF0Uz+i/MG1aeqLwl/5vqF+A==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "union-value": { "version": "1.0.0", diff --git a/package.json b/package.json index c179c4e..d0f02fc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "react": "^16.3.2", "rxjs": "^6.2.0", - "underscore": "^1.9.0" + "underscore": "^1.12.1" }, "devDependencies": { "webpack": "^4.9.1",