postcss-url
Advanced tools
Comparing version 10.1.1 to 10.1.2
@@ -0,1 +1,5 @@ | ||
# 10.1.2 - 2021-03-19 | ||
Fixed: tilde operator for dependencies to allow for newer patch version | ||
# 10.1.1 - 2020-11-26 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "postcss-url", | ||
"version": "10.1.1", | ||
"version": "10.1.2", | ||
"description": "PostCSS plugin to rebase or inline on url().", | ||
@@ -26,6 +26,6 @@ "keywords": [ | ||
"dependencies": { | ||
"make-dir": "3.1.0", | ||
"mime": "2.4.6", | ||
"minimatch": "3.0.4", | ||
"xxhashjs": "0.2.2" | ||
"make-dir": "~3.1.0", | ||
"mime": "~2.4.6", | ||
"minimatch": "~3.0.4", | ||
"xxhashjs": "~0.2.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
41180
+ Addedmime@2.4.7(transitive)
+ Addedminimatch@3.0.8(transitive)
- Removedmime@2.4.6(transitive)
- Removedminimatch@3.0.4(transitive)
Updatedmake-dir@~3.1.0
Updatedmime@~2.4.6
Updatedminimatch@~3.0.4
Updatedxxhashjs@~0.2.2