From 32061834eaed0a307a30f404dd2a089e869e8b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:02:02 +0000 Subject: [PATCH] chore(frontend)(deps): Bump ionicons from 7.4.0 to 8.0.13 in /frontend Bumps [ionicons](https://github.com/ionic-team/ionicons) from 7.4.0 to 8.0.13. - [Release notes](https://github.com/ionic-team/ionicons/releases) - [Commits](https://github.com/ionic-team/ionicons/compare/v7.4.0...v8.0.13) --- updated-dependencies: - dependency-name: ionicons dependency-version: 8.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 28 +++++----------------------- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f9bbdf4..46e45a0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", "@ionic/angular": "^8.4.1", - "ionicons": "^7.4.0", + "ionicons": "^8.0.13", "rxjs": "~7.8.0", "tslib": "^2.3.0" }, @@ -3291,15 +3291,6 @@ "@schematics/angular": "^20.0.0" } }, - "node_modules/@ionic/angular/node_modules/ionicons": { - "version": "8.0.13", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-8.0.13.tgz", - "integrity": "sha512-2QQVyG2P4wszne79jemMjWYLp0DBbDhr4/yFroPCxvPP1wtMxgdIV3l5n+XZ5E9mgoXU79w7yTWpm2XzJsISxQ==", - "license": "MIT", - "dependencies": { - "@stencil/core": "^4.35.3" - } - }, "node_modules/@ionic/cli": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/@ionic/cli/-/cli-7.2.1.tgz", @@ -3591,15 +3582,6 @@ "node": ">= 16" } }, - "node_modules/@ionic/core/node_modules/ionicons": { - "version": "8.0.13", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-8.0.13.tgz", - "integrity": "sha512-2QQVyG2P4wszne79jemMjWYLp0DBbDhr4/yFroPCxvPP1wtMxgdIV3l5n+XZ5E9mgoXU79w7yTWpm2XzJsISxQ==", - "license": "MIT", - "dependencies": { - "@stencil/core": "^4.35.3" - } - }, "node_modules/@ionic/utils-array": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.6.tgz", @@ -10300,12 +10282,12 @@ "license": "0BSD" }, "node_modules/ionicons": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", - "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", + "version": "8.0.13", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-8.0.13.tgz", + "integrity": "sha512-2QQVyG2P4wszne79jemMjWYLp0DBbDhr4/yFroPCxvPP1wtMxgdIV3l5n+XZ5E9mgoXU79w7yTWpm2XzJsISxQ==", "license": "MIT", "dependencies": { - "@stencil/core": "^4.0.3" + "@stencil/core": "^4.35.3" } }, "node_modules/ip-address": { diff --git a/frontend/package.json b/frontend/package.json index e20f225..71367c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", "@ionic/angular": "^8.4.1", - "ionicons": "^7.4.0", + "ionicons": "^8.0.13", "rxjs": "~7.8.0", "tslib": "^2.3.0" },