Skip to content

Commit 9826608

Browse files
Updates clean-css to version 5.3.0.
1 parent 8a340fc commit 9826608

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
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.3.0
810

911
## [1.1.4] - 2022-01-28
1012
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"bootstrap": "^5.0.1",
34-
"clean-css": "^5.2.4",
34+
"clean-css": "^5.3.0",
3535
"file-saver": "^2.0.5",
3636
"os-browserify": "^0.3.0",
3737
"path-browserify": "^1.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,10 @@ class-utils@^0.3.5:
687687
isobject "^3.0.0"
688688
static-extend "^0.1.1"
689689

690-
clean-css@^5.2.4:
691-
version "5.2.4"
692-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4"
693-
integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==
690+
clean-css@^5.3.0:
691+
version "5.3.0"
692+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59"
693+
integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==
694694
dependencies:
695695
source-map "~0.6.0"
696696

0 commit comments

Comments
 (0)