chore(dependencies): update

This commit is contained in:
Dan Bucholtz
2018-02-16 09:28:29 -06:00
parent a7670e5c30
commit 939d3da7af
2 changed files with 8 additions and 8 deletions

View File

@ -512,9 +512,9 @@
}
},
"@ionic/core": {
"version": "0.0.2-66",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.0.2-66.tgz",
"integrity": "sha512-Wv3tewr1Se0W1UHmMS/LPq48HDXGFafDHs3I7626WTD2JxpSEGLyd6pHeJcMNbi3SDWPiya7erjd6e4oOEZX6g=="
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.0.2.tgz",
"integrity": "sha512-aMqK+wb4Ajzfz2rZ5i2ojAHjmG/D4XhbgIIdDgRmK53mcIG9OQ1F/fQ8+i5I6coI0k8Qc456FOF8K5eZ1nIB6A=="
},
"@ngtools/json-schema": {
"version": "1.2.0",
@ -2221,7 +2221,7 @@
"pbkdf2": "3.0.14",
"public-encrypt": "4.0.0",
"randombytes": "2.0.6",
"randomfill": "1.0.3"
"randomfill": "1.0.4"
}
},
"css-parse": {
@ -8420,9 +8420,9 @@
}
},
"randomfill": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.3.tgz",
"integrity": "sha512-YL6GrhrWoic0Eq8rXVbMptH7dAxCs0J+mh5Y0euNekPPYaxEmdVGim6GdoxoRzKW2yJoU8tueifS7mYxvcFDEQ==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
"integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
"requires": {
"randombytes": "2.0.6",
"safe-buffer": "5.1.1"

View File

@ -23,7 +23,7 @@
"@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest",
"@ionic/angular": "next",
"@ionic/core": "next",
"@ionic/core": "0.0.2",
"body-parser": "^1.18.2",
"core-js": "^2.4.1",
"express": "^4.16.2",