From 5c79da67678c9379b08384517b94b71579b74f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:51:19 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /ingvspa 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] --- ingvspa/package-lock.json | 6 +++--- ingvspa/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ingvspa/package-lock.json b/ingvspa/package-lock.json index 291d2e2..a2dbe56 100644 --- a/ingvspa/package-lock.json +++ b/ingvspa/package-lock.json @@ -10237,9 +10237,9 @@ } }, "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==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/ingvspa/package.json b/ingvspa/package.json index 65a3bc2..9b5a5ba 100644 --- a/ingvspa/package.json +++ b/ingvspa/package.json @@ -11,7 +11,7 @@ "axios": "^0.18.0", "color": "^3.1.0", "moment": "^2.24.0", - "underscore": "^1.9.1", + "underscore": "^1.12.1", "vue": "^2.5.22", "vue-router": "^3.0.1", "vue2-leaflet": "^1.2.3",