From 57df36832e962bfc02d2dadb7a2dd6b4d50f4ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 03:54:33 +0000 Subject: [PATCH] Bump @rocket.chat/icons from 0.6.3-dev.338 to 0.31.11 Bumps [@rocket.chat/icons](https://github.com/RocketChat/Rocket.Chat.Fuselage/tree/HEAD/packages/icons) from 0.6.3-dev.338 to 0.31.11. - [Release notes](https://github.com/RocketChat/Rocket.Chat.Fuselage/releases) - [Changelog](https://github.com/RocketChat/Rocket.Chat.Fuselage/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RocketChat/Rocket.Chat.Fuselage/commits/v0.31.11/packages/icons) --- updated-dependencies: - dependency-name: "@rocket.chat/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38925fd454400..57ca995b4f07e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3093,9 +3093,9 @@ } }, "@rocket.chat/icons": { - "version": "0.6.3-dev.338", - "resolved": "https://registry.npmjs.org/@rocket.chat/icons/-/icons-0.6.3-dev.338.tgz", - "integrity": "sha512-sYAQjI+xu0STDNI+ZPPZU29IVwoGE7y7N86SUGQwNO7KPY0mxKfoGUvg4degH7UZa22usxEFS3QHhsiPxTRz/A==" + "version": "0.31.11", + "resolved": "https://registry.npmjs.org/@rocket.chat/icons/-/icons-0.31.11.tgz", + "integrity": "sha512-kToYGCRu4tm4MhIrzdecenOqoF/kA8QnX6W0skJbQ5v7fylpzGzO3knCNHwWcXpTFslzDWk+rQPzdSGxyVRT7w==" }, "@rocket.chat/livechat": { "version": "1.9.5", diff --git a/package.json b/package.json index 6cc6b3680caeb..d00f42f0d2d9c 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "@rocket.chat/fuselage-polyfills": "^0.6.3-dev.322", "@rocket.chat/fuselage-tokens": "^0.6.3-dev.322", "@rocket.chat/fuselage-ui-kit": "^0.6.3-dev.322", - "@rocket.chat/icons": "^0.6.3-dev.327", + "@rocket.chat/icons": "^0.31.11", "@rocket.chat/logo": "^0.6.3-dev.332", "@rocket.chat/memo": "^0.6.3-dev.322", "@rocket.chat/message-parser": "^0.6.3-dev.326",