Skip to content

Commit 5c3b9b0

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 3d891e6 commit 5c3b9b0

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.2.0",
3838
"sass-loader": "^11.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6382,10 +6382,10 @@ node-releases@^1.1.70:
63826382
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz#66e0ed0273aa65666d7fe78febe7634875426a08"
63836383
integrity sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==
63846384

6385-
node-sass@^5.0.0:
6386-
version "5.0.0"
6387-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2"
6388-
integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==
6385+
node-sass@^6.0.0:
6386+
version "6.0.0"
6387+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.0.tgz#f30da3e858ad47bfd138bc0e0c6f924ed2f734af"
6388+
integrity sha512-GDzDmNgWNc9GNzTcSLTi6DU6mzSPupVJoStIi7cF3GjwSE9q1cVakbvAAVSt59vzUjV9JJoSZFKoo9krbjKd2g==
63896389
dependencies:
63906390
async-foreach "^0.1.3"
63916391
chalk "^1.1.1"

0 commit comments

Comments
 (0)