Skip to content

Commit 425bba5

Browse files
feat: include role in the user data inside the request (#746)
1 parent 7af6811 commit 425bba5

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.6.1",
30+
"forest-express": "8.7.0",
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-
forest-express@8.6.1:
4912-
version "8.6.1"
4913-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.6.1.tgz#0c8ace8c5ba133225b7b8b378e7ce8dd2103c8b0"
4914-
integrity sha512-8ihZmLacw3yD5jjx/pPNhrtayLax3vX2u28BmSKhnhXjBNeeLga7VkmmUDpOj35oASrL/LXH+CJjjo1nhwUSjA==
4911+
forest-express@8.7.0:
4912+
version "8.7.0"
4913+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.0.tgz#ec79b43d727f6aebfe52bfb2d4d632972e1417f9"
4914+
integrity sha512-qpgI/Q45MB/Lb9qxRWlc6gLxnLwwfsYl0hrRSnINRuTOwe4cKmy7lTg7fGfiGFvYawiVYzk7C75SRXlbiDynig==
49154915
dependencies:
49164916
"@babel/runtime" "7.10.1"
49174917
base32-encode "1.1.1"

0 commit comments

Comments
 (0)