From 8a3a4f60768c65072a51f7398b61b0a38308700b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:21:48 +0000 Subject: [PATCH] Bump @capacitor/cli from 2.2.1 to 2.3.0 Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/2.2.1...2.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 +++-------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 275c61b2f..7758fc261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1901,9 +1901,9 @@ } }, "@capacitor/cli": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-2.2.1.tgz", - "integrity": "sha512-5x6BTiWg5/d1roBDM/eNrJGwj/x/WGWCcqkzgxsZQRxZKs/fX2uyjhhFgGCoeTFiYDeQMOKnHwVzHI9nERisZw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-2.3.0.tgz", + "integrity": "sha512-MU6T0L3p4cvpkkPUjh63NVzrGMn+u4AS5TCGquj9wJ4sO/r7g1oTfYvLbqi7TjFqliVwVqUuUa7IUYfNuEAdrw==", "dev": true, "requires": { "chalk": "^2.3.0", @@ -6907,23 +6907,6 @@ "string-width": "^2.1.0", "strip-ansi": "^5.1.0", "through": "^2.3.6" - }, - "dependencies": { - "rxjs": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.0.tgz", - "integrity": "sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", - "dev": true - } } }, "internal-ip": { diff --git a/package.json b/package.json index 30b0dbf77..efff86d4b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@angular/compiler": "~9.1.6", "@angular/compiler-cli": "~9.1.6", "@angular/language-service": "~9.1.6", - "@capacitor/cli": "2.2.1", + "@capacitor/cli": "2.3.0", "@ionic/angular-toolkit": "^2.1.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3",