Skip to content

Commit 65ae912

Browse files
authored
Merge branch 'master' into ar2rsawseen-patch-46
2 parents 30ed559 + 902139e commit 65ae912

File tree

8 files changed

+701
-106
lines changed

8 files changed

+701
-106
lines changed

.github/workflows/release_notice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: echo "$GITHUB_CONTEXT"
1515
- name: Send custom JSON data to Slack workflow
1616
id: slack
17-
uses: slackapi/[email protected].0
17+
uses: slackapi/[email protected].1
1818
with:
1919
# This data can be any valid JSON from a previous step in the GitHub Action
2020
payload: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Fixes:
44
- [core] Fix mongo connection url parsing
55
- [crashes] Fix free session and free user calculation
66
- [dashboards] Delete associated widgets and reports when a dashboard is removed
7+
- [star-rating] Fix widget close post message
78

89
Enterprise Fixes:
910
- [crash_symbolication] Remove auto symbolication setting
11+
- [surveys] Fix widget close post message
12+
- [drill] Fix drill meta get filter
13+
- [flows] Nullchecks on $size when calculating flows.
14+
1015

1116
Dependencies:
1217
- Bump nodemailer from 7.0.3 to 7.0.5

package-lock.json

Lines changed: 79 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"ejs": "3.1.10",
6060
"errorhandler": "1.5.1",
6161
"express": "4.21.2",
62-
"express-rate-limit": "7.5.0",
63-
"express-session": "1.18.1",
62+
"express-rate-limit": "8.0.1",
63+
"express-session": "1.18.2",
6464
"form-data": "^4.0.0",
6565
"formidable": "2.1.3",
6666
"fs-extra": "11.3.0",

0 commit comments

Comments
 (0)