postcss-url
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -0,1 +1,5 @@ | ||
#7.2.1 - 2017-10-19 | ||
Fixed: dependency security ([#108](https://github.com/postcss/postcss-url/issues/108)) ([#109](https://github.com/postcss/postcss-url/issues/109)) | ||
#7.2.0 - 2017-10-17 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "postcss-url", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "PostCSS plugin to rebase or inline on url().", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"dependencies": { | ||
"mime": "^1.2.11", | ||
"minimatch": "^3.0.0", | ||
"mime": "^1.4.1", | ||
"minimatch": "^3.0.4", | ||
"mkdirp": "^0.5.0", | ||
@@ -27,0 +27,0 @@ "postcss": "^6.0.1", |
@@ -5,2 +5,4 @@ # postcss-url | ||
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/MoOx/postcss-url/master.svg?label=windows%20build)](https://ci.appveyor.com/project/MoOx/postcss-url) | ||
[![dependencies Status](https://david-dm.org/postcss/postcss-url/status.svg)](https://david-dm.org/postcss/postcss-url) | ||
[![devDependencies Status](https://david-dm.org/postcss/postcss-url/dev-status.svg)](https://david-dm.org/postcss/postcss-url?type=dev) | ||
@@ -7,0 +9,0 @@ > [PostCSS](https://github.com/postcss/postcss) plugin to rebase, inline or copy on url(). |
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
36578
261
Updatedmime@^1.4.1
Updatedminimatch@^3.0.4