Update dependency @lodder/grunt-postcss to v2.0.3

This commit is contained in:
Renovate Bot 2020-05-12 16:15:37 +00:00
parent 399c0e4773
commit 419ffea5cf
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 15 additions and 12 deletions

View File

@ -133,7 +133,7 @@
"sqlite3": "4.2.0"
},
"devDependencies": {
"@lodder/grunt-postcss": "2.0.2",
"@lodder/grunt-postcss": "2.0.3",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-plugin-ghost": "1.4.1",

View File

@ -69,15 +69,14 @@
dependencies:
"@hapi/hoek" "8.x.x"
"@lodder/grunt-postcss@2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@lodder/grunt-postcss/-/grunt-postcss-2.0.2.tgz#2815e178c154fc0d5597e9a1894a7f996966aab8"
integrity sha512-zWPI9w+6bUyVn2R3yDJhYfy19WJFNUeq4ZU4OPGdqxGkPOvkNMRLUorF9iuQXG2gKdUd3zQf78I2gnuspDDRVw==
"@lodder/grunt-postcss@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@lodder/grunt-postcss/-/grunt-postcss-2.0.3.tgz#c3f7a8d45508457311245411955af569aa18b553"
integrity sha512-rPCesja8kJMpSuQx9jIaFM6QqE3B/CMiP0dlE7+QfRwZOolUKTqD6ESN9GI8jsqYF3da/fPNe3bo7mA2lSNBsw==
dependencies:
diff "^4.0.2"
kleur "^3.0.3"
maxmin "^2.1.0"
postcss "^7.0.27"
postcss "^7.0.30"
"@metascraper/helpers@^5.11.9":
version "5.11.10"
@ -5257,11 +5256,6 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
kleur@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
knex-migrator@3.4.6:
version "3.4.6"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.4.6.tgz#0a86822965c8ee282dbc2b12ca3c2bef92923976"
@ -7388,6 +7382,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.27:
source-map "^0.6.1"
supports-color "^6.1.0"
postcss@^7.0.30:
version "7.0.30"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.30.tgz#cc9378beffe46a02cbc4506a0477d05fcea9a8e2"
integrity sha512-nu/0m+NtIzoubO+xdAlwZl/u5S5vi/y6BCsoL8D+8IxsD3XvBS8X4YEADNIVXKVuQvduiucnRv+vPIqj56EGMQ==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
supports-color "^6.1.0"
posthtml-parser@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd"