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-ANGULAR-570058
  • Loading branch information
snyk-bot committed Jun 8, 2020
1 parent da10b45 commit 671b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Angular service to use factory keyboard event",
"main": "dist/angular-ys-service-keyboard.js",
"dependencies": {
"angular": "~1.6.1",
"angular": "~1.8.0",
"angular-ys-factory-keyboard": "~1.0.0",
"jquery": "~3.2.0"
},
Expand Down

0 comments on commit 671b781

Please sign in to comment.