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"