Skip to content

Commit

Permalink
fix: CVE of tough-cookie and word-wrap (opensearch-project#78)
Browse files Browse the repository at this point in the history
* fix: CVE of tough-cookie and word-wrap

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* fix: CVE of tough-cookie and word-wrap

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

---------

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe authored Jul 18, 2023
1 parent 713944e commit 2517231
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 2,433 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"postbuild": "echo Renaming build artifact to [$npm_package_config_zip_name-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_zip_name-$npm_package_version.zip"
},
"dependencies": {
"cypress": "^6.0.0"
},
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/showdown": "^1.9.3",
"enzyme-adapter-react-16": "^1.15.5",
"jest": "^27.5.1",
"jest-dom": "^4.0.0"
"jest-dom": "^4.0.0",
"cypress": "^6.0.0"
},
"resolutions": {
"async": "^3.2.3",
"minimist": "^1.2.6"
"minimist": "^1.2.6",
"tough-cookie": "^4.1.3"
}
}
Loading

0 comments on commit 2517231

Please sign in to comment.