Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-565129
  • Loading branch information
snyk-bot committed Apr 14, 2020
1 parent da10b45 commit 89a60fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"angular": "~1.6.1",
"angular-ys-factory-keyboard": "~1.0.0",
"jquery": "~3.2.0"
"jquery": "~3.5.0"
},
"devDependencies": {
"angular-mocks": "~1.6.1",
Expand Down

0 comments on commit 89a60fc

Please sign in to comment.