From 106b90b162b10a349facc670760ef40e333881e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:48:24 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /rocketchat-livechat/.app 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] --- rocketchat-livechat/.app/package-lock.json | 6 +++--- rocketchat-livechat/.app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rocketchat-livechat/.app/package-lock.json b/rocketchat-livechat/.app/package-lock.json index 5330eff..6f3c38e 100644 --- a/rocketchat-livechat/.app/package-lock.json +++ b/rocketchat-livechat/.app/package-lock.json @@ -1202,9 +1202,9 @@ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" }, "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==" }, "underscore.string": { "version": "3.3.5", diff --git a/rocketchat-livechat/.app/package.json b/rocketchat-livechat/.app/package.json index acca48a..211a548 100644 --- a/rocketchat-livechat/.app/package.json +++ b/rocketchat-livechat/.app/package.json @@ -31,7 +31,7 @@ "moment": "^2.22.2", "sweetalert2": "^7.29.2", "toastr": "^2.1.4", - "underscore": "^1.9.1", + "underscore": "^1.12.1", "underscore.string": "^3.3.5" } }