summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-10-27 08:59:38 +0100
committerGitHub <noreply@github.com>2019-10-27 08:59:38 +0100
commit9a953860068f83bbda3e88fc6d31202860e44490 (patch)
tree44794506d7a47f756f8c1919c9ddbfa0f6977bc3
parentc73f3a9a5a78f04a50c9743220199e35763ad6c2 (diff)
parent382c43b69f9ca7650bab699d23afbf92be807a70 (diff)
Bump node-sass from 4.12.0 to 4.13.0 (#1316)
Bump node-sass from 4.12.0 to 4.13.0
-rw-r--r--package-lock.json34
-rw-r--r--package.json2
2 files changed, 14 insertions, 22 deletions
diff --git a/package-lock.json b/package-lock.json
index 3e4eda35..cf34111e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7973,20 +7973,6 @@
"block-stream": "*",
"fstream": "^1.0.12",
"inherits": "2"
- },
- "dependencies": {
- "fstream": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
- "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
- "dev": true,
- "requires": {
- "graceful-fs": "^4.1.2",
- "inherits": "~2.0.0",
- "mkdirp": ">=0.5 0",
- "rimraf": "2"
- }
- }
}
}
}
@@ -8040,9 +8026,9 @@
}
},
"node-sass": {
- "version": "4.12.0",
- "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz",
- "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==",
+ "version": "4.13.0",
+ "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.0.tgz",
+ "integrity": "sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",
@@ -8052,7 +8038,7 @@
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
- "lodash": "^4.17.11",
+ "lodash": "^4.17.15",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nan": "^2.13.2",
@@ -8093,10 +8079,16 @@
"which": "^1.2.9"
}
},
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "dev": true
+ },
"nan": {
- "version": "2.13.2",
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
- "integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==",
+ "version": "2.14.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
+ "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
"dev": true
},
"supports-color": {
diff --git a/package.json b/package.json
index b92ce844..35b3312e 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"mochapack": "^1.1.5",
- "node-sass": "^4.12.0",
+ "node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",