Skip to content

Commit df22309

Browse files
author
Illia Obukhau
authored
[WC-1416]: Update vulnerable dependencies (#61)
2 parents 53543ce + eecb190 commit df22309

File tree

9 files changed

+37
-21
lines changed

9 files changed

+37
-21
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@
7979
"react": "~17.0.2",
8080
"react-dom": "~17.0.2",
8181
"react-test-renderer": "~17.0.2",
82-
"typescript": "4.5.4"
82+
"typescript": "4.5.4",
83+
"d3-color@<3.1.0": ">=3.1.0",
84+
"loader-utils@<1.4.1": ">=1.4.1"
8385
}
8486
}
8587
}

packages/pluggableWidgets/charts-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Security
10+
11+
- Updade d3-color library to 3.1.0 to prevent ReDoS
12+
913
## [4.0.1] Charts - 2022-11-10
1014

1115
### Changed

packages/pluggableWidgets/charts-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charts-web",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Chart widgets collection for data visualization",
55
"license": "Apache-2.0",
66
"private": false,

packages/pluggableWidgets/charts-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Charts" version="4.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Charts" version="4.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="AreaChart/AreaChart.xml" />
66
<widgetFile path="BarChart/BarChart.xml" />

packages/pluggableWidgets/rich-text-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Security
10+
11+
- Update ckeditor4 to version 4.20.0 to prevent XSS
12+
13+
### Changed
14+
15+
- Remove CSS file for WebSpellChecker Dialog plugin as it rich end of support from ckeditor4
16+
917
## [2.0.1] - 2022-05-23
1018

1119
### Changed

packages/pluggableWidgets/rich-text-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rich-text-web",
33
"widgetName": "RichText",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Rich inline or toolbar text editing",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -72,7 +72,7 @@
7272
"typescript": "4.5.4"
7373
},
7474
"dependencies": {
75-
"ckeditor4": "~4.17.1",
75+
"ckeditor4": "^4.20.0",
7676
"ckeditor4-react": "^2.1.0",
7777
"classnames": "^2.3.2",
7878
"sanitize-html": "^2.7.3"

packages/pluggableWidgets/rich-text-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="RichText" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="RichText" version="2.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="RichText.xml" />
66
</widgetFiles>

packages/pluggableWidgets/rich-text-web/src/ui/RichText.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
@use "~ckeditor4/plugins/colordialog/dialogs/colordialog.css";
1010
@use "~ckeditor4/plugins/emoji/skins/default.css" as emoji;
1111
@use "~ckeditor4/plugins/preview/styles/screen.css";
12-
@use "~ckeditor4/plugins/wsc/skins/moono-lisa/wsc.css";
1312
@use "~ckeditor4/plugins/copyformatting/styles/copyformatting.css";
1413

1514
.widget-rich-text {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)