From f5110a287329e10069573559609a5ae6b2b3a28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 01:24:12 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /webapp/app Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] --- webapp/app/package-lock.json | 6 +++--- webapp/app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/app/package-lock.json b/webapp/app/package-lock.json index 7b39a91..9ca8fa8 100644 --- a/webapp/app/package-lock.json +++ b/webapp/app/package-lock.json @@ -2317,9 +2317,9 @@ } }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "underscore.string": { "version": "3.3.5", diff --git a/webapp/app/package.json b/webapp/app/package.json index 4cf919c..c1fcfcb 100644 --- a/webapp/app/package.json +++ b/webapp/app/package.json @@ -18,7 +18,7 @@ "morgan": "^1.9.1", "serve-favicon": "^2.5.0", "thread-sleep": "^2.2.0", - "underscore": "^1.9.1" + "underscore": "^1.12.1" }, "devDependencies": { "grunt": "*",