Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
fix: upgrade unleash to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed May 10, 2022
1 parent b28b65e commit 07fb7c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@passport-next/passport-google-oauth2": "^1.0.0",
"basic-auth": "^2.0.1",
"passport": "^0.5.2",
"unleash-server": "4.10.0"
"unleash-server": "4.10.1"
},
"devDependencies": {
"execa": "^5.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2794,17 +2794,17 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

unleash-frontend@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.10.0.tgz#3a1e3c3a153b11f2c1310da69b0f89bc7b42c36b"
integrity sha512-OqspuumCHH7oPIB3qRbZk8N+hPwlwG9MeoqL9K4b2e9r80ouTdwj4qBtcUyMZ0rRx6lt/FRY3Yq6oWKT9HGPCA==
unleash-frontend@4.10.1:
version "4.10.1"
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.10.1.tgz#63df5a5b1b48579c9f2f58f573d693f3f54b65a9"
integrity sha512-6VHu4c5IxcBi7X24S4R80sJlA7yJUOd2n2tSMpRty5hH09ohx5dK6iKeIhsjOMLI8MplskHD9o/sfrb4FpXR+A==
dependencies:
pkginfo "^0.4.1"

unleash-server@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-4.10.0.tgz#a9c1bf2179ef535028a84779045a98cd191ffa22"
integrity sha512-YmxaXIhUD7AfCJyl1rDNeWgXr/Xvk41iMqWKiV9AHDBONsXOw5FEJ7eYeD3pi0Q3SYvrQK59ggUtvb0LikqngA==
unleash-server@4.10.1:
version "4.10.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-4.10.1.tgz#8d9b8fb1c97290b59760fe8372b0ed72df31696c"
integrity sha512-kDB2ZZ8atSRJcjHCY5bRcqcirdEAnRByMoH2zTgId4eRBwvYVrKca8KpI6K8KMP0DCBOQYChXCzV/ia+S1kiqg==
dependencies:
"@unleash/express-openapi" "^0.2.0"
async "^3.2.3"
Expand Down Expand Up @@ -2848,7 +2848,7 @@ unleash-server@4.10.0:
serve-favicon "^2.5.0"
stoppable "^1.1.0"
type-is "^1.6.18"
unleash-frontend "4.10.0"
unleash-frontend "4.10.1"
uuid "^8.3.2"

unpipe@1.0.0, unpipe@~1.0.0:
Expand Down

0 comments on commit 07fb7c1

Please sign in to comment.