From 2a11024b308150c6fbb046d34a083ed6eca9d313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:53:55 +0000 Subject: [PATCH] build(deps): bump @ionic/angular from 5.8.5 to 5.9.2 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.8.5 to 5.9.2. - [Release notes](https://github.com/ionic-team/ionic/releases) - [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic/compare/v5.8.5...v5.9.2) --- updated-dependencies: - dependency-name: "@ionic/angular" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08a8fc75..40ca858c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2545,11 +2545,11 @@ "dev": true }, "@ionic/angular": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.8.5.tgz", - "integrity": "sha512-GJovOQffrE7V9VFoHOaFoaq55nokvSi8CGMoRy3wTHY4T0zqCsD/ooVXsY+R2Km3bdsnO/g6KuJM/Ep4I8ksTg==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.9.2.tgz", + "integrity": "sha512-5GzKg+l4au3xFECky2v/USlRsmTAXgvNO5Zalt7NUXc//VJIL2lQvswojE6FBWuM/xR5W0CWbJdFth19TaZWVQ==", "requires": { - "@ionic/core": "5.8.5", + "@ionic/core": "5.9.2", "tslib": "^1.9.3" }, "dependencies": { @@ -2867,9 +2867,9 @@ } }, "@ionic/core": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz", - "integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.2.tgz", + "integrity": "sha512-1ZqSBS8R6tGQsc+LsLxIRv0q3Ww6jwgJXLvdn6FmVWfpPbBvT+CjCuU9hqJ5qwM+atErblUMYSexvvpws8lGAA==", "requires": { "@stencil/core": "^2.4.0", "ionicons": "^5.5.3", @@ -3411,9 +3411,9 @@ } }, "@stencil/core": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.9.0.tgz", - "integrity": "sha512-kY3xYolZoJO1MKslL0NQccHy72R3TIl1prHgfmIrEoGcnMgc6uiskdWaGMuI5/sCGz9T+QuTVz76B1H2ySyBZg==" + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.11.0.tgz", + "integrity": "sha512-/IubCWhVXCguyMUp/3zGrg3c882+RJNg/zpiKfyfJL3kRCOwe+/MD8OoAXVGdd+xAohZKIi1Ik+EHFlsptsjLg==" }, "@tootallnate/once": { "version": "1.1.2", @@ -9330,11 +9330,18 @@ } }, "ionicons": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.3.tgz", - "integrity": "sha512-L71djrMi8pAad66tpwdnO1vwcyluCFvehzxU1PpH1k/HpYBZhZ5IaYhqXipmqUvu5aEbd4cbRguYyI5Fd4bxTw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.4.tgz", + "integrity": "sha512-3ph8X9my3inhabWEZ7N0XRA0MnnNQ1v9a602mLNgWsIXnxE9G5BybIZ/pws/OZZ/hoNlvSjk801N03yL9/FNgQ==", "requires": { - "@stencil/core": "^2.5.0" + "@stencil/core": "~2.10.0" + }, + "dependencies": { + "@stencil/core": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.10.0.tgz", + "integrity": "sha512-15rWMTPQ/sp0lSV82HVCXkIya3QLN+uBl7pqK4JnTrp4HiLrzLmNbWjbvgCs55gw0lULbCIGbRIEsFz+Pe/Q+A==" + } } }, "ip": { diff --git a/package.json b/package.json index 93e525e7..3e6dbb87 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@capacitor/status-bar": "^1.0.6", "@capacitor/storage": "^1.2.3", "@egstad/marquee": "^3.0.2", - "@ionic/angular": "^5.8.5", + "@ionic/angular": "^5.9.2", "canvas-confetti": "^1.4.0", "capacitor-eventsource": "^0.3.0", "color": "^4.0.1",