From 9763ffcc133101dc66e10392be633d4bc6b08128 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 21 Oct 2021 11:58:25 +0200 Subject: [PATCH 1/2] Updates clean-css to version 5.2.2. --- 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 b5308cc..ef2c4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Updates clean-css dependency to version 5.2.2 + ## [1.1.1] - 2021-09-30 ### Changed - Updates clean-css dependency to version 5.2.1 diff --git a/package.json b/package.json index d18e4d2..f606bf5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "bootstrap": "^5.0.1", - "clean-css": "^5.2.1", + "clean-css": "^5.2.2", "file-saver": "^2.0.5", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 7831ba9..53d310f 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.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.1.tgz#e5bdb1bee5f332c67e98cb6181251d4f88c0a6ab" - integrity sha512-ooQCa1/70oRfVdUUGjKpbHuxgMgm8BsDT5EBqBGvPxMoRoGXf4PNx5mMnkjzJ9Ptx4vvmDdha0QVh86QtYIk1g== +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== dependencies: source-map "~0.6.0" From 0746192d66d93ca2ef32ebb5d9bf90f76c82e991 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 21 Oct 2021 11:59:29 +0200 Subject: [PATCH 2/2] Version 1.1.2. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2c4fa..3045b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2021-10-21 +### Changed - Updates clean-css dependency to version 5.2.2 ## [1.1.1] - 2021-09-30 @@ -29,7 +31,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.1...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.2...HEAD +[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 [1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2 diff --git a/package.json b/package.json index f606bf5..6e3fa44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public",