Skip to content

Commit f221fbe

Browse files
Updates clean-css to version 5.2.0.
1 parent 2012a93 commit f221fbe

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- Updates clean-css dependency to version 5.2.0
810

911
## [1.0.2] - 2021-08-05
1012
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"bootstrap": "^5.0.1",
33-
"clean-css": "^5.1.5",
33+
"clean-css": "^5.2.0",
3434
"file-saver": "^2.0.5",
3535
"os-browserify": "^0.3.0",
3636
"path-browserify": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ class-utils@^0.3.5:
680680
isobject "^3.0.0"
681681
static-extend "^0.1.1"
682682

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==
683+
clean-css@^5.2.0:
684+
version "5.2.0"
685+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.0.tgz#44e4a04e8873ff0041df97acecf23a4a6519844e"
686+
integrity sha512-2639sWGa43EMmG7fn8mdVuBSs6HuWaSor+ZPoFWzenBc6oN+td8YhTfghWXZ25G1NiiSvz8bOFBS7PdSbTiqEA==
687687
dependencies:
688688
source-map "~0.6.0"
689689

0 commit comments

Comments
 (0)