From 78ff982ae249dd7b3c62987c8476063a059b380e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:00:45 +0000 Subject: [PATCH] [Security] Bump underscore from 1.9.0 to 1.12.1 in /application Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.0 to 1.12.1. **This update includes a security fix.** - [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-preview[bot] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..b2f5185 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -12550,9 +12550,9 @@ } }, "underscore": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz", - "integrity": "sha512-4IV1DSSxC1QK48j9ONFK1MoIAKKkbE8i7u55w2R6IqBqbT7A/iG7aZBCR2Bi8piF0Uz+i/MG1aeqLwl/5vqF+A==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "union-value": { "version": "1.0.0", diff --git a/application/package.json b/application/package.json index 21fb2e9..45d67e7 100644 --- a/application/package.json +++ b/application/package.json @@ -34,7 +34,7 @@ "sweetalert": "^1.1.3", "tinymce": "^4.6.7", "tls": "0.0.1", - "underscore": "^1.8.3", + "underscore": "^1.12.1", "urijs": "^1.17.0", "vue": "^2.5.7", "vuejs-datepicker": "^0.9.26"