From 2d4536ac366c2562a9517017ad4d0ab463be88f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:49:03 +0000 Subject: [PATCH] Bump underscore from 1.8.3 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...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 f68cfb07..0479036d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "stickyfill": "^1.1.1", "uglify": "^0.1.5", "uglify-js": "^3.1.0", - "underscore": "^1.8.3", + "underscore": "^1.12.1", "watchify": "^3.7.0" }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index f4a666ff..584e1458 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8292,10 +8292,10 @@ underscore@1.4.x: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.4.4.tgz#61a6a32010622afa07963bf325203cf12239d604" integrity sha1-YaajIBBiKvoHljvzJSA88SI51gQ= -underscore@>=1.8.3, underscore@^1.8.3: - version "1.8.3" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022" - integrity sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI= +underscore@>=1.8.3, 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== underscore@~1.7.0: version "1.7.0"