From 5bb01bb03c48d499e24ff014cc014d5167b7d793 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:09:09 +0100 Subject: [PATCH] Feature/upgrade ionicons to version 7.3.0 (#3182) * Upgrade ionicons to version 7.3.0 * Update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42a8413b..8eda05531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Upgraded `ionicons` from version `7.1.0` to `7.3.0` + ## 2.66.3 - 2024-03-23 ### Added diff --git a/package.json b/package.json index 4b4c79bfa..16321b0ea 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "got": "11.8.6", "helmet": "7.0.0", "http-status-codes": "2.3.0", - "ionicons": "7.1.0", + "ionicons": "7.3.0", "jsonpath": "1.1.1", "lodash": "4.17.21", "marked": "9.1.6", diff --git a/yarn.lock b/yarn.lock index 9b4b42d5e..9ea26400b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5868,10 +5868,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@stencil/core@^2.18.0": - version "2.22.3" - resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.22.3.tgz#83987e20bba855c450f6d6780e3a20192603f13f" - integrity sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng== +"@stencil/core@^4.0.3": + version "4.13.0" + resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.13.0.tgz#31654b9c601ce8b74194903fe28ed4bcb66b576e" + integrity sha512-gg+gtBWekQ08mDja8GVAUHNu+rrFhQaKZDvfhnS3l/5JbYiJddTimuDPPhuc0sR0JZL1iRdJTJSa+JbvmnQ1cQ== "@storybook/addon-actions@7.6.5": version "7.6.5" @@ -12962,12 +12962,12 @@ invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ionicons@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.0.tgz#25daa91345acedcb0f4fb7da670f5aff2e1f266a" - integrity sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg== +ionicons@7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.3.0.tgz#d2385e87dbe6a8c79fd44fb2e7c87b0de4a2cbcb" + integrity sha512-l9quySYi+o4T6mFzhKRyU/1nKc2Zs0zxs7jWcq9iVRhRPQondV11jYqLTed0lVVXHfGrBCfnedKl9D6BCnA1UQ== dependencies: - "@stencil/core" "^2.18.0" + "@stencil/core" "^4.0.3" ioredis@^5.0.0: version "5.3.2"