From f21fb560cc0aa0d8213a8b12d44484efb551aecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 18:53:16 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.13 in /note-app Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.13) Signed-off-by: dependabot[bot] --- note-app/package.json | 2 +- note-app/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/note-app/package.json b/note-app/package.json index 2007df7..cebdfcf 100644 --- a/note-app/package.json +++ b/note-app/package.json @@ -6,7 +6,7 @@ "author": "Wiput Pootong", "license": "MIT", "dependencies": { - "lodash": "^4.17.4", + "lodash": "^4.17.13", "yargs": "^8.0.1" } } diff --git a/note-app/yarn.lock b/note-app/yarn.lock index 2005d23..8c081ea 100644 --- a/note-app/yarn.lock +++ b/note-app/yarn.lock @@ -134,9 +134,9 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" -lodash@^4.17.4: - version "4.17.4" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" +lodash@^4.17.13: + version "4.17.13" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93" lru-cache@^4.0.1: version "4.0.2"