File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ - Updates clean-css dependency to version 5.2.2
10
+
9
11
## [ 1.1.1] - 2021-09-30
10
12
### Changed
11
13
- Updates clean-css dependency to version 5.2.1
Original file line number Diff line number Diff line change 30
30
},
31
31
"dependencies" : {
32
32
"bootstrap" : " ^5.0.1" ,
33
- "clean-css" : " ^5.2.1 " ,
33
+ "clean-css" : " ^5.2.2 " ,
34
34
"file-saver" : " ^2.0.5" ,
35
35
"os-browserify" : " ^0.3.0" ,
36
36
"path-browserify" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -687,10 +687,10 @@ class-utils@^0.3.5:
687
687
isobject "^3.0.0"
688
688
static-extend "^0.1.1"
689
689
690
- clean-css@^5.2.1 :
691
- version "5.2.1 "
692
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.1 .tgz#e5bdb1bee5f332c67e98cb6181251d4f88c0a6ab "
693
- integrity sha512-ooQCa1/70oRfVdUUGjKpbHuxgMgm8BsDT5EBqBGvPxMoRoGXf4PNx5mMnkjzJ9Ptx4vvmDdha0QVh86QtYIk1g ==
690
+ clean-css@^5.2.2 :
691
+ version "5.2.2 "
692
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2 .tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d "
693
+ integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w ==
694
694
dependencies :
695
695
source-map "~0.6.0"
696
696
You can’t perform that action at this time.
0 commit comments