Skip to content

Commit 39ab674

Browse files
authored
fix(authentication): error during authentication when the environment is secret passed as a liana option and not an environment variable (#758)
1 parent 4001688 commit 39ab674

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "8.7.2",
30+
"forest-express": "8.7.4",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.21",
3333
"moment": "2.19.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,10 +4908,10 @@ for-in@^1.0.2:
49084908
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
49094909
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
49104910

4911-
4912-
version "8.7.2"
4913-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.2.tgz#fc82ec244c5c6768201e8ada51a3ab49b9886d02"
4914-
integrity sha512-MEEQ26eNXp79V0s8qz6Ts/GNjCHpnVvcx750p+C3XSZzoUYzlsSBAlgzG4RLpMqD2IA1++c1MvV+1H0vviC5PQ==
4911+
4912+
version "8.7.4"
4913+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.4.tgz#2bf0026d0eb73b8c8fa5ee3fec4445b51c96d7f3"
4914+
integrity sha512-NU/CicMlrEqV3VLH/n5JS+KuWUwwC6TJwpVMhyNvT8Sn0s+hqBjce7ipLeoEYJlK9VdhbFCyWme86ahnn0XZdQ==
49154915
dependencies:
49164916
"@babel/runtime" "7.10.1"
49174917
base32-encode "1.1.1"

0 commit comments

Comments
 (0)