[Snyk] Upgrade: , , , ace-builds, apexcharts, bootstrap, chart.js, cropperjs, datatables.net-bs5, feather-icons, fullcalendar, inputmask, jquery-validation, moment, sortablejs, sweetalert2, tinymce #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@mdi/font
from 7.1.96 to 7.4.47 | 3 versions ahead of your current version | 8 months ago
on 2023-12-27
@popperjs/core
from 2.11.6 to 2.11.8 | 2 versions ahead of your current version | a year ago
on 2023-05-26
@simonwep/pickr
from 1.8.2 to 1.9.1 | 2 versions ahead of your current version | 4 months ago
on 2024-05-10
ace-builds
from 1.14.0 to 1.35.4 | 54 versions ahead of your current version | 2 months ago
on 2024-07-22
apexcharts
from 3.36.3 to 3.52.0 | 27 versions ahead of your current version | a month ago
on 2024-08-05
bootstrap
from 5.2.3 to 5.3.3 | 7 versions ahead of your current version | 7 months ago
on 2024-02-20
chart.js
from 4.1.2 to 4.4.3 | 10 versions ahead of your current version | 4 months ago
on 2024-05-17
cropperjs
from 1.5.13 to 1.6.2 | 3 versions ahead of your current version | 5 months ago
on 2024-04-21
datatables.net-bs5
from 1.13.1 to 1.13.11 | 9 versions ahead of your current version | 6 months ago
on 2024-02-27
feather-icons
from 4.29.0 to 4.29.2 | 2 versions ahead of your current version | 4 months ago
on 2024-05-01
fullcalendar
from 6.0.3 to 6.1.15 | 15 versions ahead of your current version | 2 months ago
on 2024-07-12
inputmask
from 5.0.7 to 5.0.9 | 44 versions ahead of your current version | 3 months ago
on 2024-05-31
jquery-validation
from 1.19.5 to 1.21.0 | 3 versions ahead of your current version | 2 months ago
on 2024-07-17
moment
from 2.29.4 to 2.30.1 | 2 versions ahead of your current version | 8 months ago
on 2023-12-27
sortablejs
from 1.15.0 to 1.15.2 | 2 versions ahead of your current version | 8 months ago
on 2024-01-14
sweetalert2
from 11.7.0 to 11.12.4 | 51 versions ahead of your current version | a month ago
on 2024-08-01
tinymce
from 6.8.2 to 6.8.4 | 2 versions ahead of your current version | 3 months ago
on 2024-06-19
Issues fixed by the recommended upgrade:
SNYK-JS-TINYMCE-7278053
SNYK-JS-TINYMCE-7278059
Release notes
Package name: @mdi/font
v7.4.47
v7.3.67
v7.2.96
v7.1.96
Package name: @popperjs/core
Package name: @simonwep/pickr
Bug fixes
scss
files in npm package (#331)module
field (#323)node-sass
dependency (#328)Features
Fixes
comparison
option due to switch to css variables (#286).Improvements
Package name: ace-builds
package 22.07.24
package 18.07.24
package 01.07.24
package 27.06.24
package 11.06.24
package 27.05.24
package 24.05.24
package 22.05.24
package 21.05.24
package 13.05.24
Package name: apexcharts
What's Changed
New Contributors
Full Changelog: v3.51.0...v3.52.0
What's Changed
✨ More marker shapes ✨
Full Changelog: v3.50.0...v3.51.0
What's Changed
rollup-plugin-terser
with@ rollup/plugin-terser
by @ poteboy in #4547New Contributors
Full Changelog: v3.49.2...v3.50.0
What's Changed
New Contributors
Full Changelog: v3.49.1...v3.49.2
🆕 Enhancements
🐞 Bug fixes
🐞 Bug fixes
🆕 Enhancements
🐞 Bug fixes
Thanks @ rosco54 for multiple y-axis scale fixes
🆕 Enhancements
🐞 Bug fixes
Thanks @ rosco54 for y-axis scale improvements
🆕 Enhancements
🐞 Bug fixes
🆕 Enhancements
🐞 Bug fixes
curve: smooth
option for stroke as multiple people reported issues withmonotoneCubic
curve.Package name: bootstrap
Highlights
variables-dark.scss
when building Bootstrap with Sass. Now,_variables.scss
will automatically import_variables-dark.scss
. If you were already importing_variables-dark.scss
manually, you should keep doing it as it won't break anything and will be the way to go in v6.Color modes
.text-bg-*
text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).color-modes.js
script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.color-scheme()
only acceptlight
anddark
values as parameters.Miscellaneous
<dl>
,<dt>
and<dd>
in the sanitizer.🎨 CSS