Update packages via npm audit fix

This commit is contained in:
Jeremy Wall 2019-11-29 15:53:34 -06:00
parent ab775b7264
commit 2bf90d3a7e
3 changed files with 3668 additions and 756 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -53,8 +53,8 @@
"ionic-plugin-keyboard": "^2.2.1",
"ionic2-auto-complete": "^1.6.2-alpha",
"ionicons": "3.0.0",
"node-gyp": "^5.0.1",
"node-sass": "^4.5.3",
"node-gyp": "6.0.1",
"node-sass": "4.13.0",
"promise-polyfill": "^6.0.2",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
@ -62,11 +62,11 @@
},
"devDependencies": {
"@angular/cli": "1.6.3",
"@ionic/app-scripts": "3.1.0",
"@ionic/app-scripts": "^3.2.4",
"@types/jasmine": "2.5.41",
"@types/node": "7.0.4",
"codecov": "2.2.0",
"connect": "3.6.2",
"connect": "^3.7.0",
"ionic-mocks": "0.10.1",
"jasmine-core": "2.6.2",
"jasmine-reporters": "2.2.1",
@ -78,7 +78,7 @@
"karma-jasmine-html-reporter": "0.2.2",
"karma-junit-reporter": "1.2.0",
"protractor": "5.1.2",
"serve-static": "1.12.3",
"serve-static": "^1.14.1",
"ts-node": "3.0.4",
"tslint": "5.3.2",
"tslint-eslint-rules": "4.1.1",
@ -126,4 +126,4 @@
"android"
]
}
}
}