From 5a893bb05df7ff7462f871d39522c6d4479b8b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 27 Feb 2020 21:40:41 +0100 Subject: [PATCH] fix: upgrade unleash-frontend to version 3.2.16 --- CHANGELOG.md | 4 ++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55496acf44..332a107a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.28 + +- fix: upgrade unleash-frontend to version 3.2.17 + ## 3.2.27 - fix: remove prometheus-gc-stats dependency diff --git a/package.json b/package.json index ef1fb0a746..3a4650d51d 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.15", + "unleash-frontend": "3.2.16", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 32d1d59ebc..370fa397cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5813,10 +5813,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.15: - version "3.2.15" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.15.tgz#5976bca200c0066b112ed49c043271eed170092f" - integrity sha512-asfBkzojx+gxvQL7qZZr3n6KmxckrjhSjCRn+SE//F/tdd86kuUIrKSWw8wnX2XrPwzP90HenMZwew1KIuTUFg== +unleash-frontend@3.2.16: + version "3.2.16" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.16.tgz#fdb8a218003581f6b4f46663dc2d57ef48c504e6" + integrity sha512-MhVhVJ2gRRCaqwZwdCuPYvcdeLbEMotN2RRxlqzH9gUXRBGaZhBENIW6n2HLvaSaLgAgTrhae/A3BayjXxyH/g== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"