From b4e837fd41f4e8e76485de0cce279fdf60e9f746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 12:58:15 +0000 Subject: [PATCH] build(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27bf82d..68e6739 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "sqlstring-sqlite": "^0.1.1", "ts-mongoose": "0.0.21", "tsc": "^1.20150623.0", - "underscore": "^1.10.2", + "underscore": "^1.12.1", "universal-analytics": "^0.4.20", "vue-property-decorator": "^8.4.1", "vue-router": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 1258e82..cbaa477 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20557,10 +20557,10 @@ undefsafe@^2.0.2: dependencies: debug "^2.2.0" -underscore@^1.10.2: - version "1.11.0" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.11.0.tgz#dd7c23a195db34267186044649870ff1bab5929e" - integrity sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw== +underscore@^1.12.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e" + integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== unfetch@^4.1.0, unfetch@^4.2.0: version "4.2.0"