diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff1331d2e..fba60ab8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.25 + +- fix: upgrade unleash-frontend to version 3.2.14 + ## 3.2.24 - fix: upgrade unleash-frontend to version 3.2.13 diff --git a/package.json b/package.json index f961c90cf2..8957ddea1c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "prometheus-gc-stats": "^0.6.1", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.2.13", + "unleash-frontend": "3.2.14", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index eea791e980..7fadfcbda3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6040,10 +6040,10 @@ universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" -unleash-frontend@3.2.13: - version "3.2.13" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.13.tgz#0149b39bd60d797f1b0eabb21d5c1b8ab32dd521" - integrity sha512-Tp2RU0C9b+qRlCJtFfNPAoN932BkeHJprLajS4y+8V9rlP1Y7gulcZR94PGgRHlRIUSlRX+DSTmdFQU3ntg2CQ== +unleash-frontend@3.2.14: + version "3.2.14" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.14.tgz#47121d348bd4159cab35ad4202cc1d237609cf94" + integrity sha512-/Jz8m6Ud5WYBGGxUtIGclPhbub7EYvZm/HkKpKlykw1wKbgglg6AMI6f12pGmZNx6ulrSuQCiJNNkh3pCxkI+g== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"