aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-05-19 11:38:06 +0200
committerGitHub <noreply@github.com>2019-05-19 11:38:06 +0200
commit590c34dec109938439b11a5326feaf081e0f3ce5 (patch)
treeb82da439e5b8ad253b649c73f935bd4952a5b5a0 /package.json
parent06783e8f1a4a4c9f22eaa61f1e88a6e51b348a3f (diff)
parentdbbea38c7a671947545660b824b0663d659ef9a0 (diff)
downloadShaarli-590c34dec109938439b11a5326feaf081e0f3ce5.tar.gz
Shaarli-590c34dec109938439b11a5326feaf081e0f3ce5.tar.zst
Shaarli-590c34dec109938439b11a5326feaf081e0f3ce5.zip
Merge pull request #1304 from ArthurHoaro/hotfix/yarn-dep
Update node-sass to fix a vulnerability in node tar dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3dd1e0fc..3c675146 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
21 "eslint-plugin-import": "^2.8.0", 21 "eslint-plugin-import": "^2.8.0",
22 "extract-text-webpack-plugin": "^3.0.2", 22 "extract-text-webpack-plugin": "^3.0.2",
23 "file-loader": "^1.1.6", 23 "file-loader": "^1.1.6",
24 "node-sass": "^4.7.2", 24 "node-sass": "^4.12.0",
25 "sass-lint": "^1.12.1", 25 "sass-lint": "^1.12.1",
26 "sass-loader": "^6.0.6", 26 "sass-loader": "^6.0.6",
27 "style-loader": "^0.19.1", 27 "style-loader": "^0.19.1",