Skip to content

Commit aa18ad3

Browse files
authored
fix(charts): user with permissions level that allows charts creation or edition should always be allow to perform charts requests (#922)
1 parent c00dac8 commit aa18ad3

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
"dependencies": {
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
30-
"forest-express": "9.5.5",
30+
"forest-express": "9.5.6",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.29.4",

yarn.lock

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

4459-
4460-
version "9.5.5"
4461-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.5.tgz#364dda79213b684be0ec612bbfd004ca593a9c57"
4462-
integrity sha512-1pQWIiar/ZhEPDZUrRYpzjy6CSkUhI3gGZR+zoL0mQpuZH41mc+ibU6GfeKRjzH4x5VVruKeUOZA/Y1WyYb0Jg==
4459+
4460+
version "9.5.6"
4461+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.6.tgz#5fe3e02dff53fd6e35e7ace09c390cdba02003bd"
4462+
integrity sha512-5e94i/cDn77u7rmI5qnc7gp4eZ87EgDgMDIIRfw30+ImkKqAoYsbN2HTi0Nh6/FY6w81eewYHm57QezlLwMJEw==
44634463
dependencies:
44644464
"@babel/runtime" "7.10.1"
44654465
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)