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-572020
  • Loading branch information
snyk-bot committed Jun 27, 2020
1 parent f5485c6 commit 77077f1
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 @@ -4,7 +4,7 @@
"description": "Angular directive only number for html5 input text ",
"main": "dist/angular-ys-directive-only-number.js",
"dependencies": {
"angular": "~1.6.1",
"angular": "~1.8.0",
"angular-ys-service-keyboard": "~1.0.0",
"jquery": "~3.2.0"
},
Expand Down

0 comments on commit 77077f1

Please sign in to comment.