From 17dc461e803250ee6638bd5a35cda76bcc9f4907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 11:44:40 +0000 Subject: [PATCH] chore(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 5f755bd..9212f2c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "sequelize-typescript": "^0.6.5", "tslint-eslint-rules": "^5.4.0", "typescript": "^2.9.2", - "underscore": "^1.8.3", + "underscore": "^1.12.1", "util": "^0.10.4" }, "devDependencies": {} diff --git a/yarn.lock b/yarn.lock index 3ccde48..d8ad773 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2201,10 +2201,10 @@ umzug@^2.1.0: dependencies: bluebird "^3.7.2" -underscore@^1.8.3: - 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== universalify@^0.1.0: version "0.1.2"