diff --git a/config/rollup-external.json b/config/rollup-external.json index 820bfd6..5278383 100644 --- a/config/rollup-external.json +++ b/config/rollup-external.json @@ -2,7 +2,6 @@ "names": [ "chai", "js-yaml", - "lodash", "process", "sinon", "source-map", diff --git a/package.json b/package.json index 21b6845..218ef8c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "@types/chai": "4.2.21", "@types/chai-as-promised": "7.1.4", "@types/js-yaml": "4.0.2", - "@types/lodash": "4.14.170", "@types/mocha": "8.2.3", "@types/sinon-chai": "3.2.5", "@types/source-map-support": "0.5.3", diff --git a/yarn.lock b/yarn.lock index 1d504d7..fa7cf22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -401,11 +401,6 @@ resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/lodash@4.14.170": - version "4.14.170" - resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6" - integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q== - "@types/minimist@^1.2.0": version "1.2.0" resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"