diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ea155bc..98cc84059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the breadcrumb navigation style in the blog post pages for mobile - Improved the style of the _Changelog & License_ button on the about page +- Upgraded `ionicons` from version `6.1.2` to `7.1.0` ## 1.271.0 - 2023-05-20 diff --git a/package.json b/package.json index 1ac97aa95..bac60f0cc 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "envalid": "7.3.1", "google-spreadsheet": "3.2.0", "http-status-codes": "2.2.0", - "ionicons": "6.1.2", + "ionicons": "7.1.0", "lodash": "4.17.21", "marked": "4.2.12", "ms": "3.0.0-canary.1", diff --git a/yarn.lock b/yarn.lock index 4e9fc465f..224e66b60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11221,10 +11221,10 @@ invert-kv@^2.0.0: resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== -ionicons@6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-6.1.2.tgz#805ed1ce272b653ac07a85f83514e5afa2c9677d" - integrity sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w== +ionicons@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.0.tgz#25daa91345acedcb0f4fb7da670f5aff2e1f266a" + integrity sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg== dependencies: "@stencil/core" "^2.18.0"