diff --git a/package.json b/package.json index 7df52c9c..03c2a2ad 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ }, "homepage": "https://github.com/bcherny/json-schema-to-typescript#readme", "dependencies": { + "@types/lodash": "^4.14.168", "@types/json-schema": "^7.0.6", "@types/prettier": "^2.1.5", "cli-color": "^2.0.0", @@ -65,7 +66,6 @@ "@types/cli-color": "^2.0.0", "@types/glob": "^7.1.3", "@types/is-glob": "^4.0.1", - "@types/lodash": "^4.14.165", "@types/minimist": "^1.2.1", "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.2", diff --git a/yarn.lock b/yarn.lock index af6ba43d..9548b657 100644 --- a/yarn.lock +++ b/yarn.lock @@ -116,10 +116,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== -"@types/lodash@^4.14.165": - version "4.14.165" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f" - integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg== +"@types/lodash@^4.14.168": + version "4.14.168" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008" + integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q== "@types/minimatch@*": version "3.0.3"