diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f1310099..9082b8e6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.24 + +- fix: upgrade unleash-frontend to version 3.2.12 + ## 3.2.23 - fix: upgrade to @hapi/joi to version 16.1.8 diff --git a/package.json b/package.json index 9829bb0ae7..dcccd37d4b 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.11", + "unleash-frontend": "3.2.12", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 118b07a437..6e839b0254 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.11: - version "3.2.11" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.11.tgz#9fedfd36ac8ee27be571ef3a73805cae1d8e35c2" - integrity sha512-/j7TnRozWiJFd72dELghrV7tr9+zL1tWxDvumVQKk3XQ3AFJ4mLFfw7tx8jHZk2WQVr1Pov3qDK6W85AVEcgMA== +unleash-frontend@3.2.12: + version "3.2.12" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.12.tgz#ef110e61a118e6574726a1c456b41ff89bba70db" + integrity sha512-A+cW0Qhn1vWcL6izeltIg8w2wmhMJzuENxeQM9GCsYiucuiVBpEtE2PLDXM0b8jRwdoqkYLcI14t3KPNyfbzCg== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"