From f9f3a5b456c7fb1326846f62c8206d583311668b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:12:42 +0000 Subject: [PATCH] build(deps): bump @ionic/angular from 5.8.5 to 5.9.1 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.8.5 to 5.9.1. - [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.1) --- updated-dependencies: - dependency-name: "@ionic/angular" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08a8fc75..6ca937df 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.1", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.9.1.tgz", + "integrity": "sha512-ob5kSwauzlKirQAR0GFkz6xj932LwLqvQm4mivjosFwfeG8+tErKpACmi/AEAa/d5Dnr4cSMiKf+nCMZpA2pOQ==", "requires": { - "@ionic/core": "5.8.5", + "@ionic/core": "5.9.1", "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.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.1.tgz", + "integrity": "sha512-/jVO0N5ESs/iPFcrFZ/JFvW2Uh0ZV1uLFT2vtbtMfCaOMZK8Bmt36ZR1cDDFTuw14vPOLz/1wI2pbQru48JpkQ==", "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.10.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.10.0.tgz", + "integrity": "sha512-15rWMTPQ/sp0lSV82HVCXkIya3QLN+uBl7pqK4JnTrp4HiLrzLmNbWjbvgCs55gw0lULbCIGbRIEsFz+Pe/Q+A==" }, "@tootallnate/once": { "version": "1.1.2", @@ -9330,11 +9330,11 @@ } }, "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" } }, "ip": { diff --git a/package.json b/package.json index 93e525e7..e8aea874 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.1", "canvas-confetti": "^1.4.0", "capacitor-eventsource": "^0.3.0", "color": "^4.0.1",