Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Mondéjar <mondejar1994@gmail.com>2020-04-26 16:18:40 +0300
committerÁlvaro Mondéjar <mondejar1994@gmail.com>2020-04-26 16:18:40 +0300
commitd068e8348859c47174df552343ab5737ed87e744 (patch)
tree1e978affb362859e5511aa5422e7c78aa2efb4d8 /package.json
parent35034930943c38e6f839ad89a4e3bcba811010d5 (diff)
Upgrade node-sass to avoid security vulnerabilty
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 3316c7b..e2b02dc 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"jquery": "^3.4.1",
"lato-font": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0",
- "node-sass": "^4.12.0",
+ "node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"roboto-fontface": "^0.10.0",
"sass-loader": "^7.3.0",