From 15ba9f5a66e049a3fc799b65ba3cc44f513e7858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:41:19 +0000 Subject: [PATCH] Bump underscore from 1.9.0 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.0...1.12.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3108b0..4302abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1570,9 +1570,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "underscore": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz", - "integrity": "sha1-MduzFM/MiPFpzTaS2RSdgaAKc+Q=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "util": { "version": "0.10.3", diff --git a/package.json b/package.json index 59f6f57..0989efa 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "steam-tradeoffer-manager": "^2.9.3", "steam-user": "^3.25.2", "steamcommunity": "^3.34.1", - "underscore": "^1.9.0" + "underscore": "^1.12.1" } }