Skip to content

Commit 62be0f6

Browse files
Updates clean-css dependency to version 5.1.4.
1 parent 23c6f9c commit 62be0f6

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ 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+
9+
### Changed
10+
- Updates clean-css dependency to version 5.1.4

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.3",
33+
"clean-css": "^5.1.4",
3434
"file-saver": "^2.0.5",
3535
"os-browserify": "^0.3.0",
3636
"path-browserify": "^1.0.1",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,9 @@ class-utils@^0.3.5:
681681
static-extend "^0.1.1"
682682

683683
clean-css@^5.1.3:
684-
version "5.1.3"
685-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.3.tgz#42348778c3acb0083946ba340896802be5517ee2"
686-
integrity sha512-qGXzUCDpLwAlPx0kYeU4QXjzQIcIYZbJjD4FNm7NnSjoP0hYMVZhHOpUYJ6AwfkMX2cceLRq54MeCgHy/va1cA==
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==
687687
dependencies:
688688
source-map "~0.6.0"
689689

0 commit comments

Comments
 (0)