From 7d8f439b4c661d8f623bb98d39d4959e882da0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 05:21:44 +0000 Subject: [PATCH] build(deps): bump underscore from 1.9.2 to 1.13.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.13.1) Signed-off-by: dependabot[bot] --- services/contacts/package-lock.json | 6 +++--- services/contacts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/contacts/package-lock.json b/services/contacts/package-lock.json index 7920c7e859..b7c5357daf 100644 --- a/services/contacts/package-lock.json +++ b/services/contacts/package-lock.json @@ -6634,9 +6634,9 @@ "dev": true }, "underscore": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", - "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" }, "unpipe": { "version": "1.0.0", diff --git a/services/contacts/package.json b/services/contacts/package.json index 3ecb58caf7..5b2e6c234e 100644 --- a/services/contacts/package.json +++ b/services/contacts/package.json @@ -27,7 +27,7 @@ "mongodb": "^3.6.0", "request": "~2.88.2", "settings-sharelatex": "^1.1.0", - "underscore": "~1.9.2" + "underscore": "~1.13.1" }, "devDependencies": { "babel-eslint": "^10.1.0",