Update dependency node-sass to v4.13.1 (https://github.com/woocommerce/woocommerce-blocks/pull/1623)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
48b510646f
commit
4b9d10c591
|
@ -14807,9 +14807,9 @@
|
|||
}
|
||||
},
|
||||
"node-sass": {
|
||||
"version": "4.13.0",
|
||||
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.0.tgz",
|
||||
"integrity": "sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==",
|
||||
"version": "4.13.1",
|
||||
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
|
||||
"integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"async-foreach": "^0.1.3",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"js-md5": "0.7.3",
|
||||
"lint-staged": "9.5.0",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
"node-sass": "4.13.0",
|
||||
"node-sass": "4.13.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"prettier": "npm:wp-prettier@1.19.1",
|
||||
"progress-bar-webpack-plugin": "1.12.1",
|
||||
|
|
Loading…
Reference in New Issue