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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-10 18:46:57 +0300
committerGitHub <noreply@github.com>2022-02-10 18:46:57 +0300
commita8541224e73c1186c30bebeada65af1c4a8b6928 (patch)
tree356561e3b08c15a37f5563a2e4105aa42ae69037 /package.json
parented81461deb5c7a22ea5529a8ae55fe22d8f044a8 (diff)
Bump node-sass from 6.0.1 to 7.0.0dependabot/npm_and_yarn/node-sass-7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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 f6b8d56..d4a23a1 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.2.0",
- "node-sass": "^6.0.1",
+ "node-sass": "^7.0.0",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",