From bb9046028f3ac06ff2787fcce673648e768a4f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 06:17:26 +0000 Subject: [PATCH] Bump underscore from 1.11.0 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.11.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 22902ff..6577d82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6857,9 +6857,9 @@ "dev": true }, "underscore": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz", - "integrity": "sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==" + "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.1", diff --git a/package.json b/package.json index e0f2a79..273829a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jsonwebtoken": "^9.0.0", "mongoose": "^5.13.15", "mongoose-unique-validator": "^2.0.3", - "underscore": "^1.11.0" + "underscore": "^1.12.1" }, "devDependencies": { "@shelf/jest-mongodb": "^1.2.4",