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

Commit 29b727b

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 139d9ac commit 29b727b

File tree

3 files changed

+70
-58
lines changed

3 files changed

+70
-58
lines changed

package-lock.json

Lines changed: 64 additions & 48 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.5",
9595
"raven": "~2.6.1",
9696
"request": "~2.86.0",

yarn.lock

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

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

@@ -3659,9 +3655,9 @@ node-pre-gyp@^0.9.0:
36593655
semver "^5.3.0"
36603656
tar "^4"
36613657

3662-
node-sass@~4.7.2:
3663-
version "4.7.2"
3664-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2.tgz#9366778ba1469eb01438a9e8592f4262bcb6794e"
3658+
node-sass@~4.9.0:
3659+
version "4.9.0"
3660+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
36653661
dependencies:
36663662
async-foreach "^0.1.3"
36673663
chalk "^1.1.1"
@@ -3675,7 +3671,7 @@ node-sass@~4.7.2:
36753671
lodash.mergewith "^4.6.0"
36763672
meow "^3.7.0"
36773673
mkdirp "^0.5.1"
3678-
nan "^2.3.2"
3674+
nan "^2.10.0"
36793675
node-gyp "^3.3.1"
36803676
npmlog "^4.0.0"
36813677
request "~2.79.0"

0 commit comments

Comments
 (0)