From 5062f97f621b1638ee35afc583f7f3f3b63addf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 15 Jun 2020 15:33:08 +0200 Subject: [PATCH] fix: upgrade unleash-frontend to verson 3.3.5 --- 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 75611d3459..4ff57f9c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3.6 + +- fix: upgrade unleash-frontend to verson 3.3.5 + ## 3.3.5 - fix: upgrade unleash-frontend to verson 3.3.3 diff --git a/package.json b/package.json index c0406c4bf6..7e80d8637c 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "prom-client": "^12.0.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.3.3", + "unleash-frontend": "3.3.5", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 34cdc965c6..d40cb851bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5513,10 +5513,10 @@ universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" -unleash-frontend@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.3.3.tgz#1a156004604a11dcc12faf640bf9664485bf1836" - integrity sha512-qdm9GAn5y/Wz8AfUTDf0J4rYwirKhTKh8x7e3q8PP0JWfFIg0W8HlYGsHKUX62nl9GVdZ9jsIFdxi+GtD2XD8Q== +unleash-frontend@3.3.5: + version "3.3.5" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.3.5.tgz#cd20bebebb4dc8eca7381ef4b7b7db4babd477a4" + integrity sha512-xX9rbiSy+Yt7Qcvuxn4T8ekO2eLh74G3Fr/+y7nBrTlM0Pqt5oQsq/UroVFdfxn63aocp3U7AqS9kk//ME/wAQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"