From 7eb309ff72a3a41e8ee0a80114a99f1d9334e563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 09:26:33 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.21 in /test/lsp/fixture Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/lsp/fixture/package.json | 2 +- test/lsp/fixture/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/lsp/fixture/package.json b/test/lsp/fixture/package.json index 2bdf503..57bc9fd 100644 --- a/test/lsp/fixture/package.json +++ b/test/lsp/fixture/package.json @@ -2,7 +2,7 @@ "dependencies": { "buefy": "^0.8.16", "element-ui": "^2.4.5", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "quasar": "^1.0.0-beta.0", "vue": "^2.6.11", "vue-router": "^3.0.1", diff --git a/test/lsp/fixture/yarn.lock b/test/lsp/fixture/yarn.lock index 3fce0a3..cf994ed 100644 --- a/test/lsp/fixture/yarn.lock +++ b/test/lsp/fixture/yarn.lock @@ -609,10 +609,10 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" - integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== +lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== minimatch@^3.0.4: version "3.0.4"