Skip to content

Commit

Permalink
fix: CVE of tough-cookie and word-wrap (#763) (#764)
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
(cherry picked from commit 7f8a7d7)
  • Loading branch information
SuZhou-Joe committed Jul 18, 2023
1 parent 6e9bb39 commit 8684f66
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 31 deletions.
92 changes: 62 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"cypress:release-ism-only": "yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/index-management-dashboards-plugin/*'",
"lint": "eslint . --ext .js",
"pkg-version": "./scripts/getpkgversion.sh",
"postinstall": "husky install"
"generate:test-data": "node ./scripts/generate_data/index.js",
"postinstall": "husky install",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,5 +55,9 @@
"eslint-plugin-prettier": "^4.0.0",
"husky": "^6.0.0",
"mocha-junit-reporter": "^2.0.0"
},
"resolutions": {
"tough-cookie": "^4.1.3",
"optionator": "^0.9.3"
}
}

0 comments on commit 8684f66

Please sign in to comment.