From 7b8b58568282322e267a9b87f0fac0cf99934a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:49:27 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /game Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] --- game/package-lock.json | 6 +++--- game/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/game/package-lock.json b/game/package-lock.json index 3322b51..b47e6d3 100644 --- a/game/package-lock.json +++ b/game/package-lock.json @@ -1715,9 +1715,9 @@ "dev": true }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "universalify": { "version": "2.0.0", diff --git a/game/package.json b/game/package.json index f4a3ac9..38690f4 100644 --- a/game/package.json +++ b/game/package.json @@ -36,7 +36,7 @@ "howler": "^2.0.15", "pixi-pause": "^1.0.3", "pixi.js": "^4.8.2", - "underscore": "^1.9.1", + "underscore": "^1.12.1", "uuid": "^3.3.2" }, "prettier": {