Skip to content

Commit

Permalink
Bump node-sass from 4.5.3 to 4.9.0 to fix compatibility with Node.js …
Browse files Browse the repository at this point in the history
…10.0

See also: sass/node-sass#2345
  • Loading branch information
AmbientLighter committed May 3, 2018
1 parent 4179922 commit 3cf4c37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"test-single-run": "karma start test/karma.conf.js --single-run"
},
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"angular": "~1.5.11",
"angular-animate": "~1.5.11",
"angular-bind-html-compile-ci-dev": "^1.2.2",
Expand Down Expand Up @@ -102,7 +103,6 @@
"reselect": "^3.0.1",
"satellizer": "^0.15.5",
"summernote": "^0.8.8",
"@tweenjs/tween.js": "^17.2.0",
"uglify-js": "^2.7.5",
"ui-select": "^0.18.1",
"webpack": "^3.3.0",
Expand Down Expand Up @@ -155,7 +155,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"lodash": "^4.17.4",
"node-sass": "^4.5.3",
"node-sass": "4.9.0",
"offline-plugin": "^4.8.1",
"pofile": "^1.0.9",
"postcss-import": "^10.0.0",
Expand Down
27 changes: 19 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5541,7 +5541,11 @@ [email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"

nan@^2.3.0, nan@^2.3.2:
nan@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"

nan@^2.3.0:
version "2.6.2"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45"

Expand Down Expand Up @@ -5734,9 +5738,9 @@ node-pre-gyp@^0.6.39:
tar "^2.2.1"
tar-pack "^3.4.0"

node-sass@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.3.tgz#d09c9d1179641239d1b97ffc6231fdcec53e1568"
node-sass@4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
dependencies:
async-foreach "^0.1.3"
chalk "^1.1.1"
Expand All @@ -5750,12 +5754,13 @@ node-sass@^4.5.3:
lodash.mergewith "^4.6.0"
meow "^3.7.0"
mkdirp "^0.5.1"
nan "^2.3.2"
nan "^2.10.0"
node-gyp "^3.3.1"
npmlog "^4.0.0"
request "^2.79.0"
sass-graph "^2.1.1"
request "~2.79.0"
sass-graph "^2.2.4"
stdout-stream "^1.4.0"
"true-case-path" "^1.0.2"

nomnom@~1.6.2:
version "1.6.2"
Expand Down Expand Up @@ -7363,7 +7368,7 @@ sane@^2.0.0:
optionalDependencies:
fsevents "^1.1.1"

sass-graph@^2.1.1:
sass-graph@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
dependencies:
Expand Down Expand Up @@ -8181,6 +8186,12 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

"true-case-path@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62"
dependencies:
glob "^6.0.4"

tryit@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
Expand Down

0 comments on commit 3cf4c37

Please sign in to comment.