File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - Updates clean-css dependency to version 5.1.5
11
+
9
12
## [ 1.0.1] - 2021-07-29
10
13
### Changed
11
14
- Updates clean-css dependency to version 5.1.4
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.1.4 " ,
33
+ "clean-css" : " ^5.1.5 " ,
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 @@ -680,10 +680,10 @@ class-utils@^0.3.5:
680
680
isobject "^3.0.0"
681
681
static-extend "^0.1.1"
682
682
683
- clean-css@^5.1.3 :
684
- version "5.1.4 "
685
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.4 .tgz#d191c98347f9fc36b301f99bb827898151175782 "
686
- integrity sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ ==
683
+ clean-css@^5.1.5 :
684
+ version "5.1.5 "
685
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.5 .tgz#3b0af240dcfc9a3779a08c2332df3ebd4474f232 "
686
+ integrity sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ ==
687
687
dependencies :
688
688
source-map "~0.6.0"
689
689
You can’t perform that action at this time.
0 commit comments