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

Commit 1356290

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] <support@dependabot.com>
1 parent 6b5813f commit 1356290

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"mime": "^2.3.1",
9090
"mongoose": "~4.13.2",
9191
"multer": "~1.3.0",
92-
"node-sass": "~4.7.2",
92+
"node-sass": "~4.9.0",
9393
"quill-url-embeds": "^1.2.5",
9494
"raven": "~2.6.1",
9595
"request": "~2.86.0",

yarn.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,11 +3583,7 @@ mute-stream@0.0.7:
35833583
version "0.0.7"
35843584
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
35853585

3586-
nan@^2.3.2:
3587-
version "2.8.0"
3588-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"
3589-
3590-
nan@^2.9.2:
3586+
nan@^2.10.0, nan@^2.9.2:
35913587
version "2.10.0"
35923588
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
35933589

@@ -3660,9 +3656,9 @@ node-pre-gyp@^0.9.0:
36603656
semver "^5.3.0"
36613657
tar "^4"
36623658

3663-
node-sass@~4.7.2:
3664-
version "4.7.2"
3665-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2.tgz#9366778ba1469eb01438a9e8592f4262bcb6794e"
3659+
node-sass@~4.9.0:
3660+
version "4.9.0"
3661+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
36663662
dependencies:
36673663
async-foreach "^0.1.3"
36683664
chalk "^1.1.1"
@@ -3676,7 +3672,7 @@ node-sass@~4.7.2:
36763672
lodash.mergewith "^4.6.0"
36773673
meow "^3.7.0"
36783674
mkdirp "^0.5.1"
3679-
nan "^2.3.2"
3675+
nan "^2.10.0"
36803676
node-gyp "^3.3.1"
36813677
npmlog "^4.0.0"
36823678
request "~2.79.0"

0 commit comments

Comments
 (0)