Skip to content

Commit afb46c7

Browse files
chore(deps): bump node-sass from 5.0.0 to 6.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v5.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bd93aa4 commit afb46c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"imagemin-webpack-plugin": "^2.4.2",
3333
"import-glob": "^1.5.0",
3434
"loader-utils": "^2.0.0",
35-
"node-sass": "^5.0.0",
35+
"node-sass": "^6.0.0",
3636
"npm-run-all": "^4.1.5",
3737
"postcss-loader": "^5.3.0",
3838
"sass-loader": "^11.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6328,10 +6328,10 @@ node-releases@^1.1.71:
63286328
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
63296329
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
63306330

6331-
node-sass@^5.0.0:
6332-
version "5.0.0"
6333-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2"
6334-
integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==
6331+
node-sass@^6.0.0:
6332+
version "6.0.0"
6333+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.0.tgz#f30da3e858ad47bfd138bc0e0c6f924ed2f734af"
6334+
integrity sha512-GDzDmNgWNc9GNzTcSLTi6DU6mzSPupVJoStIi7cF3GjwSE9q1cVakbvAAVSt59vzUjV9JJoSZFKoo9krbjKd2g==
63356335
dependencies:
63366336
async-foreach "^0.1.3"
63376337
chalk "^1.1.1"

0 commit comments

Comments
 (0)