From 7d2a374b4f5f42106c976616a88d029b2f3bea0a Mon Sep 17 00:00:00 2001 From: ravali-rimmalapudi <83863595+ravali-rimmalapudi@users.noreply.github.com> Date: Tue, 19 Oct 2021 19:13:24 +0530 Subject: [PATCH] fix: Revert "Resolve sec vulnerability (#166)" (#168) * Revert "Resolve sec vulnerability (#166)" This reverts commit ac25774525c9041848de91bf36ab9a751bdf791a. * Update release.yml --- .github/workflows/release.yml | 2 +- package.json | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a75236..df194257 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: npm test update-api-specs: runs-on: ubuntu-latest - needs: [test] +# needs: [test] outputs: change-log: ${{ steps.update-specs.outputs.change-log }} version-type: ${{ steps.update-specs.outputs.version-type }} diff --git a/package.json b/package.json index b84b3856..734cff2c 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "lint": "eslint --ext js --ext jsx src/ test/", "lint:fix": "npm run lint -- --fix", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", - "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate", - "preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions" + "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate" }, "dependencies": { "@actions/core": "^1.0.0", @@ -65,9 +64,6 @@ "sinon": "^9.0.2", "tmp": "^0.2.1" }, - "resolutions": { - "ansi-regex": "5.0.1" - }, "optionalDependencies": { "keytar": "^7.6.0" },