Skip to content

Commit d0340ac

Browse files
Updates clean-css dependency to version 5.1.5.
1 parent c015d95 commit d0340ac

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- Updates clean-css dependency to version 5.1.5
11+
912
## [1.0.1] - 2021-07-29
1013
### Changed
1114
- Updates clean-css dependency to version 5.1.4

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

yarn.lock

+4-4
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.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==
687687
dependencies:
688688
source-map "~0.6.0"
689689

0 commit comments

Comments
 (0)