Comparing version 8.4.12 to 8.4.13
@@ -329,3 +329,3 @@ 'use strict' | ||
} | ||
i.parent = this | ||
i.parent = this.proxyOf | ||
return i | ||
@@ -332,0 +332,0 @@ }) |
@@ -75,3 +75,3 @@ import { | ||
* @param plugin PostCSS plugin or `Processor` with plugins. | ||
* @return {Processes} Current processor to make methods chain. | ||
* @return Current processor to make methods chain. | ||
*/ | ||
@@ -78,0 +78,0 @@ use(plugin: AcceptedPlugin): this |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.12' | ||
this.version = '8.4.13' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.12", | ||
"version": "8.4.13", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -74,3 +74,3 @@ "engines": { | ||
"dependencies": { | ||
"nanoid": "^3.3.1", | ||
"nanoid": "^3.3.3", | ||
"picocolors": "^1.0.0", | ||
@@ -77,0 +77,0 @@ "source-map-js": "^1.0.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186437
Updatednanoid@^3.3.3