From 85cddce341f6d47df1cc92021e02612097c56862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 02:31:34 +0000 Subject: [PATCH] Bump underscore from 1.9.2 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...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 b843cdd..c524e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3488,9 +3488,9 @@ "integrity": "sha1-SDEm4Rd03y9xuLY53NeZw3YWK4I=" }, "underscore": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", - "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index ba4004b..a74a1ef 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "socket.io-adapter-mongo": "^2.0.5", "time-ago": "^0.2.1", "twit": "^2.2.11", - "underscore": "^1.9.2", + "underscore": "^1.12.1", "validator": "^13.0.0" }, "description": "A social media platform written in Node.js",