Skip to content

Commit db8271d

Browse files
author
Illia Obukhau
committed
build: update vulnerable dependencies
1 parent a7c406d commit db8271d

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
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/rich-text-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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)