summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-16 13:29:32 +0000
committerGitHub <noreply@github.com>2022-09-16 13:29:32 +0000
commitb2598d7540a4486078790e404c8653aa6497f056 (patch)
treec66b7af0740d2e6f1155da645f5eb1a40db00b75 /package.json
parentdaa328aa0e108f38f079cea1ae86b04647c5d06d (diff)
downloadnextcloud-server-b2598d7540a4486078790e404c8653aa6497f056.tar.gz
nextcloud-server-b2598d7540a4486078790e404c8653aa6497f056.zip
Bump scss-tokenizer and node-sass
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `scss-tokenizer` from 0.3.0 to 0.4.3 - [Release notes](https://github.com/sasstools/scss-tokenizer/releases) - [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3) Updates `node-sass` from 7.0.1 to 7.0.3 - [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/v7.0.1...v7.0.3) --- updated-dependencies: - dependency-name: scss-tokenizer dependency-type: indirect - 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 ac16a2073d3..8c481cb010f 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-spec-reporter": "^0.0.34",
"karma-viewport": "^1.0.9",
- "node-sass": "~7.0.1",
+ "node-sass": "~7.0.3",
"puppeteer": "^15.5.0",
"regextras": "^0.8.0",
"sass": "^1.52.1",