diff --git a/.gitignore b/.gitignore index 02392b5..3a10c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules/ npm-debug.log -.npmrc # output dist .DS_Store diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..43c97e7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false diff --git a/package.json b/package.json index 79ec04e..4386889 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,9 @@ "chalk": "^4.0.0", "debug": "^4.1.1", "leaky-bucket-queue": "0.0.2", - "lodash": "^4.17.15", + "lodash": "4.17.20", "snyk": "^1.323.2", - "snyk-api-ts-client": "1.5.2", - "snyk-config": "^3.0.0", + "snyk-config": "^4.0.0", "source-map-support": "^0.5.16", "tslib": "^1.10.0", "uuid": "^8.0.0"