Skip to content

Commit 230c753

Browse files
authored
fix(charts): user with permissions level that allows charts creation or edition should always be allow to perform charts requests (#1001)
1 parent 3d01b39 commit 230c753

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
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.5.4",
31+
"forest-express": "9.5.6",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

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

4584-
4585-
version "9.5.4"
4586-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.4.tgz#26c8559a6dd633ecfd54e4c9a4c7a615a9073b62"
4587-
integrity sha512-ItJRtZTN6Q5hFmswGN/DvB7CDKZgXi7gT+OLPnsUg1fzckooVpd3Ob04tX02VmN9ExC44Qhpv4xVBNXLxwLDWg==
4584+
4585+
version "9.5.6"
4586+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.6.tgz#5fe3e02dff53fd6e35e7ace09c390cdba02003bd"
4587+
integrity sha512-5e94i/cDn77u7rmI5qnc7gp4eZ87EgDgMDIIRfw30+ImkKqAoYsbN2HTi0Nh6/FY6w81eewYHm57QezlLwMJEw==
45884588
dependencies:
45894589
"@babel/runtime" "7.10.1"
45904590
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)