Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a92bf17
Bump form-data from 4.0.0 to 4.0.1
dependabot[bot] Oct 11, 2024
18a8021
Bump countly-sdk-web from 24.4.1 to 24.11.0
dependabot[bot] Nov 27, 2024
c1901d6
Bump nodemailer from 6.9.15 to 6.9.16
dependabot[bot] Nov 27, 2024
caf6c9d
Update changelog
ar2rsawseen Nov 27, 2024
126648e
Merge pull request #5813 from Countly/dependabot/npm_and_yarn/nodemai…
ar2rsawseen Nov 27, 2024
2c7b878
Merge branch 'master' into dependabot/npm_and_yarn/countly-sdk-web-24…
ar2rsawseen Nov 27, 2024
895e777
Bump tslib from 2.7.0 to 2.8.1
dependabot[bot] Nov 27, 2024
94f6fac
Update Changelog
ar2rsawseen Nov 27, 2024
506579f
Merge pull request #5812 from Countly/dependabot/npm_and_yarn/countly…
ar2rsawseen Nov 27, 2024
2b8c0f5
Merge branch 'master' into dependabot/npm_and_yarn/tslib-2.8.1
ar2rsawseen Nov 27, 2024
71bf9ac
Update changelog
ar2rsawseen Nov 27, 2024
fb30919
Merge pull request #5811 from Countly/dependabot/npm_and_yarn/tslib-2…
ar2rsawseen Nov 27, 2024
20933cb
Bump puppeteer from 17.1.3 to 23.9.0
dependabot[bot] Nov 27, 2024
abb08d5
Update changelog
ar2rsawseen Nov 27, 2024
20c3fbf
Merge pull request #5794 from Countly/dependabot/npm_and_yarn/puppete…
ar2rsawseen Nov 27, 2024
b2c0b55
Merge branch 'master' into dependabot/npm_and_yarn/form-data-4.0.1
ar2rsawseen Nov 27, 2024
8401935
Update changelog
ar2rsawseen Nov 27, 2024
d01fddb
Merge pull request #5661 from Countly/dependabot/npm_and_yarn/form-da…
ar2rsawseen Nov 27, 2024
b5f7d78
Bump mongodb from 4.9.1 to 6.11.0
dependabot[bot] Nov 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 24.05.x

Dependencies:
- Bump puppeteer from 23.8.0 to 23.9.0
- Bump nodemailer from 6.9.15 to 6.9.16
- Bump countly-sdk-web from 24.4.1 to 24.11.0
- Bump tslib from 2.7.0 to 2.8.1
- Bump form-data from 4.0.0 to 4.0.1

## Version 24.05.19
Fixes:
- [dashboards] Fixing issue where dashboard widgets go into single column
Expand Down
183 changes: 97 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"method-override": "3.0.0",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
"mongodb": "4.9.1",
"mongodb": "6.11.0",
"nginx-conf": "2.1.0",
"nodemailer": "6.9.15",
"nodemailer": "6.9.16",
"object-hash": "3.0.0",
"offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git",
"properties-parser": "0.6.0",
Expand Down
Loading