Skip to content

Commit 508047b

Browse files
feat: include role in the user data inside the request (#597)
1 parent be5811a commit 508047b

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
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "8.6.1",
29+
"forest-express": "8.7.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.21",
3232
"moment": "2.24.0",

yarn.lock

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

4606-
forest-express@8.6.1:
4607-
version "8.6.1"
4608-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.6.1.tgz#0c8ace8c5ba133225b7b8b378e7ce8dd2103c8b0"
4609-
integrity sha512-8ihZmLacw3yD5jjx/pPNhrtayLax3vX2u28BmSKhnhXjBNeeLga7VkmmUDpOj35oASrL/LXH+CJjjo1nhwUSjA==
4606+
forest-express@8.7.0:
4607+
version "8.7.0"
4608+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.0.tgz#ec79b43d727f6aebfe52bfb2d4d632972e1417f9"
4609+
integrity sha512-qpgI/Q45MB/Lb9qxRWlc6gLxnLwwfsYl0hrRSnINRuTOwe4cKmy7lTg7fGfiGFvYawiVYzk7C75SRXlbiDynig==
46104610
dependencies:
46114611
"@babel/runtime" "7.10.1"
46124612
base32-encode "1.1.1"

0 commit comments

Comments
 (0)