diff --git a/CHANGELOG.md b/CHANGELOG.md index 645b472..f970ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4] - 2022-01-28 +### Changed +- Updates clean-css dependency to version 5.2.4 + ## [1.1.3] - 2022-01-26 ### Changed - Updates clean-css dependency to version 5.2.3 @@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updates clean-css dependency to version 5.1.4 -[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD +[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4 [1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3 [1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2 [1.1.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1 diff --git a/package.json b/package.json index f26672f..b984d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.1.3", + "version": "1.1.4", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public", @@ -30,7 +30,7 @@ }, "dependencies": { "bootstrap": "^5.0.1", - "clean-css": "^5.2.3", + "clean-css": "^5.2.4", "file-saver": "^2.0.5", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 54bb12d..51fec2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,10 +687,10 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -clean-css@^5.2.3: - version "5.2.3" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.3.tgz#efca57c1f90303a5438939fecbc3786b1fe5e31a" - integrity sha512-qjywD7LvpZJ5+E16lf00GnMVUX5TEVBcKW1/vtGPgAerHwRwE4JP4p1Y40zbLnup2ZfWsd30P2bHdoAKH93XxA== +clean-css@^5.2.4: + version "5.2.4" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4" + integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg== dependencies: source-map "~0.6.0"