From e50a6a1b60249c5c296319ff28c4fa2239ebae36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:35:33 +0000 Subject: [PATCH] Bump @ionic/core and @ionic/angular Bumps [@ionic/core](https://github.com/ionic-team/ionic-framework) to 4.11.13 and updates ancestor dependency [@ionic/angular](https://github.com/ionic-team/ionic-framework). These dependencies need to be updated together. Updates `@ionic/core` from 4.2.0 to 4.11.13 - [Release notes](https://github.com/ionic-team/ionic-framework/releases) - [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic-framework/compare/v4.2.0...v4.11.13) Updates `@ionic/angular` from 4.2.0 to 4.11.13 - [Release notes](https://github.com/ionic-team/ionic-framework/releases) - [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic-framework/compare/v4.2.0...v4.11.13) --- updated-dependencies: - dependency-name: "@ionic/core" dependency-type: indirect - dependency-name: "@ionic/angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f327080..de42d30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,28 +19,37 @@ "integrity": "sha512-W9ATYhvMR4d9CF6lH6kdh91yX7traEYzQZJVx8B6SGUtPyMx4UchbixibhpEtLBM0nwS5GTb3UC/4tAIG8/Cag==" }, "@ionic/angular": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-4.2.0.tgz", - "integrity": "sha512-ALZNxEZjkBJDyLH0mqcZQsgi9yUWB8uW2u6kg6ZjjSGf6atQL1IhOt+tTvdE98GWoNwFghNmdg9IFCFjUhANjw==", + "version": "4.11.13", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-4.11.13.tgz", + "integrity": "sha512-ly/lA8INx0Ai1T5vJsYqzU02jHntow3KY5jF3QqyInq2tPYCXEggo8QvKl9AJzwEvmIJyLyBUf5OEUup1MSODw==", "dev": true, "requires": { - "@ionic/core": "4.2.0", + "@ionic/core": "4.11.13", "tslib": "^1.9.3" } }, "@ionic/core": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-4.2.0.tgz", - "integrity": "sha512-JGnx8NV9z3Bgg/Ds/uEe4PPwp/UWnxqU35koByWZcyDpdb1WTwF8b4iJA8QGoj2DWEyFx7qt3c/bw3Zk/F7JPw==", + "version": "4.11.13", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-4.11.13.tgz", + "integrity": "sha512-EGin45jCjds4P1AvriujxzpIXKQzQrPQyQAgEEwUybhMNcU/9xC1sf2inG1IwMVdsc6XRBYjWvtqMPWxTWmeCw==", "dev": true, "requires": { - "ionicons": "4.5.5" + "ionicons": "^4.6.3", + "tslib": "^1.10.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, "ionicons": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.5.5.tgz", - "integrity": "sha512-dIGI73XG6Fg2Ps77ry5Ywe36Pq7wUGkDkl0pBhC4uhsiyoW+oXe+pplmarXEnKEcB5fmlkRrBOxYYzZaoRiUGw==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.6.3.tgz", + "integrity": "sha512-cgP+VIr2cTJpMfFyVHTerq6n2jeoiGboVoe3GlaAo5zoSBDAEXORwUZhv6m+lCyxlsHCS3nqPUE+MKyZU71t8Q==", "dev": true }, "jquery": { diff --git a/package.json b/package.json index 78c0044..35cdfa4 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "@ionic-super-tabs/angular": "^6.1.2" }, "devDependencies": { - "@ionic/angular": "^4.0.0" + "@ionic/angular": "^4.11.13" } }