Skip to content

Commit

Permalink
fix(vulnerabilities): Fixed vulnerabilities and updated dependencies
Browse files Browse the repository at this point in the history
fixed npm vulnerabilities and updated project dependencies, react-avatar-editor is still in beta version though

package.json change on abhir9/Egnature#2

Closes LoginRadius#2
  • Loading branch information
MHFarooqui committed Sep 27, 2020
1 parent 6ca578a commit a3730c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description" : "Egnature is a email signature generator tool,which is open source and free to use",
"private": true,
"keywords" : ["email", "signature", "email-signature", "sign", "esign","opensource","lr","hacktoberfest","html","javascript","react","open-source","contributions-needed","hactoberfest2020"],
"dependencies": {
"react": "^16.11.0",
"dependencies": {
"react": "^16.13.1",
"react-avatar-editor": "^12.0.0-beta.0",
"react-dom": "^16.11.0",
"react-dropzone": "^10.1.10",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-scripts": "^3.4.3"
},
"scripts": {
Expand All @@ -27,7 +27,7 @@
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
Expand Down

0 comments on commit a3730c3

Please sign in to comment.