Skip to content

Commit

Permalink
chore(release): update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 6, 2021
1 parent 2e920bb commit 5d36007
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cssnano-preset-advanced/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "4.0.7",
"version": "4.0.8",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.4.7",
"cssnano-preset-default": "^4.0.7",
"cssnano-preset-default": "^4.0.8",
"postcss-discard-unused": "^4.0.1",
"postcss-merge-idents": "^4.0.1",
"postcss-reduce-idents": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano-preset-default/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-default",
"version": "4.0.7",
"version": "4.0.8",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"postcss-ordered-values": "^4.1.2",
"postcss-reduce-initial": "^4.0.3",
"postcss-reduce-transforms": "^4.0.2",
"postcss-svgo": "^4.0.2",
"postcss-svgo": "^4.0.3",
"postcss-unique-selectors": "^4.0.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cssnano/CHANGELOG.md
@@ -1,3 +1,9 @@
# 4.1.11

## Bug Fixes

* fix [CVE-2021-28092](https://nvd.nist.gov/vuln/detail/CVE-2021-28092)

# 4.1.10

## Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "4.1.10",
"version": "4.1.11",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"cosmiconfig": "^5.0.0",
"cssnano-preset-default": "^4.0.7",
"cssnano-preset-default": "^4.0.8",
"is-resolvable": "^1.0.0",
"postcss": "^7.0.0"
},
Expand Down

0 comments on commit 5d36007

Please sign in to comment.