Skip to content

Commit 30e6744

Browse files
authored
fix: distribution charts using groupby on a relationship throws 403 Forbidden (#725)
1 parent e3c47b4 commit 30e6744

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.4.0",
30+
"forest-express": "8.5.1",
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
@@ -4783,10 +4783,10 @@ for-in@^1.0.2:
47834783
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
47844784
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
47854785

4786-
forest-express@8.4.0:
4787-
version "8.4.0"
4788-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.4.0.tgz#eeee53715fc6b5de67e919f92d7976eef9d6037a"
4789-
integrity sha512-5ueLsh1qljds2S8JIwpi2Ur9qrOW+ydRDHrE/+ADS277baaIg39SgMxAYPvtKPl8N9Hl2NZIOJRs3O/hkT4R+Q==
4786+
forest-express@8.5.1:
4787+
version "8.5.1"
4788+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.5.1.tgz#58914c0f3458e0225a491d95c01be25f27f0c126"
4789+
integrity sha512-i5hvCMdAMVfANta/XzOzgULxcLaogs761moaCDq2CPfQb0xD45EBeoAH6Jd4lu5UlrR2byRMCisAhm6IGn3O/w==
47904790
dependencies:
47914791
"@babel/runtime" "7.10.1"
47924792
base32-encode "1.1.1"

0 commit comments

Comments
 (0)