From 96516bc684b5748424d641af96bc6685a245ce86 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 26 Jan 2022 13:13:25 +0100 Subject: [PATCH 1/2] Updates clean-css to version 5.2.3. --- CHANGELOG.md | 2 ++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3045b04..04c4d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Updates clean-css dependency to version 5.2.3 ## [1.1.2] - 2021-10-21 ### Changed diff --git a/package.json b/package.json index 6e3fa44..131867a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "bootstrap": "^5.0.1", - "clean-css": "^5.2.2", + "clean-css": "^5.2.3", "file-saver": "^2.0.5", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 53d310f..54bb12d 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.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2.tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d" - integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w== +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== dependencies: source-map "~0.6.0" From 877dc65089679af6e84cc6e6769dbf856ec8452f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 26 Jan 2022 13:14:48 +0100 Subject: [PATCH 2/2] Version 1.1.3. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c4d1e..645b472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.3] - 2022-01-26 ### Changed - Updates clean-css dependency to version 5.2.3 @@ -33,7 +35,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.2...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD +[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 [1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0 diff --git a/package.json b/package.json index 131867a..f26672f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.1.2", + "version": "1.1.3", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public",