Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit a76e16b

Browse files
Bump node-sass from 4.7.2 to 4.9.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.7.2 to 4.9.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@v4.7.2...v4.9.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74b841a commit a76e16b

File tree

3 files changed

+65
-53
lines changed

3 files changed

+65
-53
lines changed

package-lock.json

Lines changed: 59 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"mime": "^2.3.1",
9191
"mongoose": "~4.13.2",
9292
"multer": "~1.3.0",
93-
"node-sass": "~4.7.2",
93+
"node-sass": "~4.9.0",
9494
"quill-url-embeds": "^1.2.0",
9595
"raven": "~2.6.1",
9696
"request": "~2.83.0",

yarn.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,11 +3551,7 @@ [email protected]:
35513551
version "0.0.7"
35523552
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
35533553

3554-
nan@^2.3.2:
3555-
version "2.8.0"
3556-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"
3557-
3558-
nan@^2.9.2:
3554+
nan@^2.10.0, nan@^2.9.2:
35593555
version "2.10.0"
35603556
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
35613557

@@ -3628,9 +3624,9 @@ node-pre-gyp@^0.9.0:
36283624
semver "^5.3.0"
36293625
tar "^4"
36303626

3631-
node-sass@~4.7.2:
3632-
version "4.7.2"
3633-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2.tgz#9366778ba1469eb01438a9e8592f4262bcb6794e"
3627+
node-sass@~4.9.0:
3628+
version "4.9.0"
3629+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
36343630
dependencies:
36353631
async-foreach "^0.1.3"
36363632
chalk "^1.1.1"
@@ -3644,7 +3640,7 @@ node-sass@~4.7.2:
36443640
lodash.mergewith "^4.6.0"
36453641
meow "^3.7.0"
36463642
mkdirp "^0.5.1"
3647-
nan "^2.3.2"
3643+
nan "^2.10.0"
36483644
node-gyp "^3.3.1"
36493645
npmlog "^4.0.0"
36503646
request "~2.79.0"

0 commit comments

Comments
 (0)