Skip to content

Commit 3cf6e5b

Browse files
Updates clean-css to version 5.3.2.
1 parent b814149 commit 3cf6e5b

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

911
## [1.2.1] - 2022-07-13
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.3.1",
34+
"clean-css": "^5.3.2",
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.3.1:
691-
version "5.3.1"
692-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.1.tgz#d0610b0b90d125196a2894d35366f734e5d7aa32"
693-
integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==
690+
clean-css@^5.3.2:
691+
version "5.3.2"
692+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.2.tgz#70ecc7d4d4114921f5d298349ff86a31a9975224"
693+
integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==
694694
dependencies:
695695
source-map "~0.6.0"
696696

0 commit comments

Comments
 (0)