Skip to content

Commit 234165d

Browse files
committed
chore(deps): update dependency node-sass to v4.13.1 [security]
1 parent cc5aec7 commit 234165d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"file-loader": "3.0.1",
6161
"hls.js": "0.12.4",
6262
"html-webpack-plugin": "3.2.0",
63-
"node-sass": "4.12.0",
63+
"node-sass": "4.13.1",
6464
"postcss-loader": "3.0.0",
6565
"sass-loader": "7.2.0",
6666
"style-loader": "0.23.1",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -3843,6 +3843,11 @@ lodash@^4.17.13:
38433843
version "4.17.15"
38443844
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
38453845

3846+
lodash@^4.17.15:
3847+
version "4.17.20"
3848+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
3849+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
3850+
38463851
loglevel@^1.6.3:
38473852
version "1.6.3"
38483853
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz#77f2eb64be55a404c9fd04ad16d57c1d6d6b1280"
@@ -4335,9 +4340,10 @@ node-releases@^1.1.23:
43354340
dependencies:
43364341
semver "^5.3.0"
43374342

4338-
4339-
version "4.12.0"
4340-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
4343+
4344+
version "4.13.1"
4345+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
4346+
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
43414347
dependencies:
43424348
async-foreach "^0.1.3"
43434349
chalk "^1.1.1"
@@ -4346,7 +4352,7 @@ [email protected]:
43464352
get-stdin "^4.0.1"
43474353
glob "^7.0.3"
43484354
in-publish "^2.0.0"
4349-
lodash "^4.17.11"
4355+
lodash "^4.17.15"
43504356
meow "^3.7.0"
43514357
mkdirp "^0.5.1"
43524358
nan "^2.13.2"

0 commit comments

Comments
 (0)