diff --git a/package-lock.json b/package-lock.json index 95f8197..b713072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,9 +25,19 @@ } }, "@angular/core": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-4.1.3.tgz", - "integrity": "sha1-KFSY64arfQtvmC+Pn0h+9hABOzU=" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + } }, "@angular/forms": { "version": "4.1.3", @@ -3135,7 +3145,8 @@ "integrity": "sha1-W2M1/rn1MB88ATuQlsuIhb29UHY=" }, "cordova-plugin-wkwebview-engine": { - "version": "git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git#0ba9a65318d3b951755d7455df2bc10670b03162" + "version": "git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git#0ba9a65318d3b951755d7455df2bc10670b03162", + "from": "git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git#0ba9a65318d3b951755d7455df2bc10670b03162" }, "cordova-registry-mapper": { "version": "1.1.15", diff --git a/package.json b/package.json index 9713cf8..d687c39 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/common": "^4.1.3", "@angular/compiler": "^4.1.3", "@angular/compiler-cli": "^4.1.3", - "@angular/core": "^4.1.3", + "@angular/core": "^11.0.5", "@angular/forms": "^4.1.3", "@angular/http": "^4.1.3", "@angular/platform-browser": "^4.1.3",