Skip to content

Commit d6767ef

Browse files
authored
fix(security): authorised only allowed stats queries using permissions (#529)
1 parent 25010c6 commit d6767ef

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.0.5",
29+
"forest-express": "8.1.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
@@ -4478,10 +4478,10 @@ for-in@^1.0.2:
44784478
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44794479
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44804480

4481-
forest-express@8.0.5:
4482-
version "8.0.5"
4483-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.5.tgz#f727ca8a19900fd78e963144f3c774a56533bf45"
4484-
integrity sha512-UGs9ceHpUczNp/pX5CFSNbbwnzoy7AzIrK6lKSsFAFKPiHtMD9ZtrusQZ6qpEQBY0hUaGLBGKwiHmOOpf1VcKg==
4481+
forest-express@8.1.0:
4482+
version "8.1.0"
4483+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.0.tgz#42c14dcbff96ce77d29ec9231a48e84095bf1a5e"
4484+
integrity sha512-ydBHdjqZCSnlkrapmd0Ux0RNBSK14oFaAMaAKwzdxJhivSElVsGVnZMmG7ZGpy5YWx/XZZWQbJLQf4GJx0ouYQ==
44854485
dependencies:
44864486
"@babel/runtime" "7.10.1"
44874487
base32-encode "1.1.1"

0 commit comments

Comments
 (0)