From d9f46dbb3741af0dcf063ab9d2958d2a4589b766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:58:29 +0000 Subject: [PATCH] Bump underscore from 1.7.0 to 1.12.1 in /experiments Bumps [underscore](https://github.com/jashkenas/underscore) from 1.7.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.7.0...1.12.1) Signed-off-by: dependabot[bot] --- experiments/package-lock.json | 6 +++--- experiments/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/experiments/package-lock.json b/experiments/package-lock.json index 9e36250..07b7f05 100644 --- a/experiments/package-lock.json +++ b/experiments/package-lock.json @@ -639,9 +639,9 @@ } }, "underscore": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", - "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=" + "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/experiments/package.json b/experiments/package.json index 4382246..77f0151 100644 --- a/experiments/package.json +++ b/experiments/package.json @@ -9,6 +9,6 @@ "jsonfile": "~2.4.0", "node-uuid": "1.4.8", "socket.io": "~2.4.0", - "underscore": "~1.7.0" + "underscore": "~1.12.1" } }