Skip to content

Commit 71113b9

Browse files
Merge pull request #16 from clean-css/clean-css-5.3.2
Bumps clean-css to version 5.3.2
2 parents b814149 + c9408fb commit 71113b9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.2.2] - 2023-01-19
10+
### Changed
11+
- Updates clean-css dependency to version 5.3.2
12+
913
## [1.2.1] - 2022-07-13
1014
### Changed
1115
- Updates clean-css dependency to version 5.3.1
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4751
- Updates clean-css dependency to version 5.1.4
4852

4953

50-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.1...HEAD
54+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.2...HEAD
55+
[1.2.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.2
5156
[1.2.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.1
5257
[1.2.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0
5358
[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-app",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",
@@ -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)