Skip to content

Commit bc4913c

Browse files
authored
fix(security): authorised only allowed stats queries using permissions (#657)
1 parent 1762978 commit bc4913c

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.0.5",
30+
"forest-express": "8.1.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
@@ -4661,10 +4661,10 @@ for-in@^1.0.2:
46614661
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
46624662
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
46634663

4664-
forest-express@8.0.5:
4665-
version "8.0.5"
4666-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.5.tgz#f727ca8a19900fd78e963144f3c774a56533bf45"
4667-
integrity sha512-UGs9ceHpUczNp/pX5CFSNbbwnzoy7AzIrK6lKSsFAFKPiHtMD9ZtrusQZ6qpEQBY0hUaGLBGKwiHmOOpf1VcKg==
4664+
forest-express@8.1.0:
4665+
version "8.1.0"
4666+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.0.tgz#42c14dcbff96ce77d29ec9231a48e84095bf1a5e"
4667+
integrity sha512-ydBHdjqZCSnlkrapmd0Ux0RNBSK14oFaAMaAKwzdxJhivSElVsGVnZMmG7ZGpy5YWx/XZZWQbJLQf4GJx0ouYQ==
46684668
dependencies:
46694669
"@babel/runtime" "7.10.1"
46704670
base32-encode "1.1.1"

0 commit comments

Comments
 (0)