Skip to content

Commit

Permalink
fix: CVE of tough-cookie and word-wrap
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jul 15, 2023
1 parent 35c9c5a commit be66132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"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-dom": "^4.0.0"
"jest-dom": "^4.0.0",
"cypress": "^6.0.0"
},
"resolutions": {
"async": "^3.2.3",
Expand Down

0 comments on commit be66132

Please sign in to comment.