Skip to content

Commit 371cc10

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @angular/common from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/common - @angular/compiler from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/compiler - @angular/core from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/core - @angular/forms from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/forms - @angular/http from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/http - @angular/platform-browser from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 5.2.1 to 5.2.11. See this package in NPM: https://www.npmjs.com/package/@angular/platform-browser-dynamic See this project in Snyk: https://app.snyk.io/org/marcusasplund/project/475ed275-e380-4f99-b9c1-3d111522f528?utm_source=github&utm_medium=upgrade-pr
1 parent a0078f2 commit 371cc10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"ionic:serve": "ionic-app-scripts serve"
1111
},
1212
"dependencies": {
13-
"@angular/common": "5.2.1",
14-
"@angular/compiler": "5.2.1",
13+
"@angular/common": "5.2.11",
14+
"@angular/compiler": "5.2.11",
1515
"@angular/compiler-cli": "8.2.14",
16-
"@angular/core": "5.2.1",
17-
"@angular/forms": "5.2.1",
18-
"@angular/http": "5.2.1",
19-
"@angular/platform-browser": "5.2.1",
20-
"@angular/platform-browser-dynamic": "5.2.1",
16+
"@angular/core": "5.2.11",
17+
"@angular/forms": "5.2.11",
18+
"@angular/http": "5.2.11",
19+
"@angular/platform-browser": "5.2.11",
20+
"@angular/platform-browser-dynamic": "5.2.11",
2121
"@ionic-native/camera": "5.22.0",
2222
"@ionic-native/core": "4.20.0",
2323
"@ionic-native/splash-screen": "4.20.0",

0 commit comments

Comments
 (0)