diff --git a/.snyk b/.snyk deleted file mode 100644 index 34e01e8..0000000 --- a/.snyk +++ /dev/null @@ -1,11 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.14.1 -ignore: {} -# patches apply the minimum changes required to fix a vulnerability -patch: - SNYK-JS-LODASH-450202: - - lodash: - patched: '2019-07-05T10:44:37.780Z' - SNYK-JS-LODASH-567746: - - lodash: - patched: '2020-05-21T15:21:13.013Z' diff --git a/package.json b/package.json index 1d81d29..4f9e0f6 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,8 @@ "test:watch": "tsc-watch --onSuccess 'npm run test:unit'", "build": "tsc", "build-watch": "tsc -w", - "prepare": "npm run snyk-protect && npm run build", - "snyk-test": "snyk test", - "snyk-protect": "snyk protect" + "prepare": "npm run build", + "snyk-test": "snyk test" }, "types": "./dist/index.d.ts", "repository": { @@ -40,7 +39,6 @@ "debug": "^4.1.1", "leaky-bucket-queue": "0.0.2", "lodash": "4.17.21", - "snyk": "^1.323.2", "snyk-config": "^4.0.0", "source-map-support": "^0.5.16", "tslib": "^1.10.0", @@ -57,6 +55,7 @@ "jest": "^25.1.0", "nock": "^12.0.3", "prettier": "^1.19.1", + "snyk": "^1.462.0", "ts-jest": "^25.1.0", "ts-node": "8.6.2", "tsc-watch": "^4.1.0",