diff --git a/CHANGELOG.md b/CHANGELOG.md index 415a13d3cc..5e2a89f1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.30 + +- fix: upgrade unleash-frontend to version 3.2.19 + ## 3.2.29 - fix: lock knex to version 0.20.10 diff --git a/package.json b/package.json index df58c6a6d6..175b8de450 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "prom-client": "^12.0.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.2.18", + "unleash-frontend": "3.2.19", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9b078a1f99..bd3fcb13ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5815,10 +5815,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.18: - version "3.2.18" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.18.tgz#19e0d8634243eff849f3449f684fb3bde9d0d200" - integrity sha512-1dVpI6Sm/rDEsO3tQyhoh2FtzaBXSKUEbEJJpeEow4tyvY09s0x7fgdsBuEt/95R7X6bogaT0zdmO+oGtcn1rg== +unleash-frontend@3.2.19: + version "3.2.19" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.19.tgz#4ba4efe6df363a01061772c33b9556e429e67ff3" + integrity sha512-1zw0/6tck3czhCsHom1x6L/Imq1+bMm7I2LLat1ceXKB9RNoMdha15TGGCsoo2pNRuMRkE//zsGPaGCldNUEqA== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"