From 7d1245918e515ff270c24bfa98daee33d14ff703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:45:22 +0000 Subject: [PATCH] Bump underscore from 1.4.4 to 1.12.1 in /_working Bumps [underscore](https://github.com/jashkenas/underscore) from 1.4.4 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.4.4...1.12.1) Signed-off-by: dependabot[bot] --- _working/package-lock.json | 6 +++--- _working/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_working/package-lock.json b/_working/package-lock.json index a0ea9866..4d52bb0e 100644 --- a/_working/package-lock.json +++ b/_working/package-lock.json @@ -3329,9 +3329,9 @@ "integrity": "sha1-pFdu5+NJagW1YSn5eIV8iRR7ces=" }, "underscore": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz", - "integrity": "sha1-YaajIBBiKvoHljvzJSA88SI51gQ=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" } } } diff --git a/_working/package.json b/_working/package.json index 24030d2c..ed8b13d4 100644 --- a/_working/package.json +++ b/_working/package.json @@ -3,7 +3,7 @@ "moment": "2.3.x", "npm": "^5.5.1", "typogr": "0.5.x", - "underscore": "1.4.x" + "underscore": "1.12.x" }, "private": "true" }