From 5193acd9cdaa1e12c9d79966182073df28c0e7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 16:12:17 +0000 Subject: [PATCH] chore(deps): bump underscore from 1.12.0 to 1.12.1 in /api Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.12.1) Signed-off-by: dependabot[bot] --- api/package-lock.json | 6 +++--- api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index e986218..91b1b07 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -8968,9 +8968,9 @@ } }, "underscore": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz", - "integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "union-find": { "version": "1.0.2", diff --git a/api/package.json b/api/package.json index 56d3cba..e6b0134 100644 --- a/api/package.json +++ b/api/package.json @@ -58,7 +58,7 @@ "semantic-ui-css": "^2.4.1", "slug": "^3.5.2", "turf": "^3.0.14", - "underscore": "^1.12.0" + "underscore": "^1.12.1" }, "devDependencies": { "eslint": "^7.20.0",