Skip to content

Commit

Permalink
fix(charts): user with permissions level that allows charts creation …
Browse files Browse the repository at this point in the history
…or edition should always be allow to perform charts requests (#1002)
  • Loading branch information
Thenkei authored Sep 1, 2022
1 parent edc6f36 commit eecf86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "8.7.4",
"forest-express": "8.7.6",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5010,10 +5010,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

[email protected].4:
version "8.7.4"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.4.tgz#2bf0026d0eb73b8c8fa5ee3fec4445b51c96d7f3"
integrity sha512-NU/CicMlrEqV3VLH/n5JS+KuWUwwC6TJwpVMhyNvT8Sn0s+hqBjce7ipLeoEYJlK9VdhbFCyWme86ahnn0XZdQ==
[email protected].6:
version "8.7.6"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.6.tgz#38290683fac2051d2f586dc75b2f93f1803ea9b4"
integrity sha512-IVnV/7mi3W0hfzVoGOz/I+opnVMeJEIFw/olrXpRs2IM61X82BibyMPEG12myVv87WdYqxay3mphw8MsrsNRbQ==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit eecf86e

Please sign in to comment.