summaryrefslogtreecommitdiffstats
path: root/build/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-01 23:24:25 +0000
committerMichaIng <micha@dietpi.com>2022-01-03 02:09:47 +0100
commita76c86582f622c7fad887fbb16d71be40e731610 (patch)
treea9a8f45fd425e3dae251570d61eba84c427b86e4 /build/package.json
parentceb803f0d1aba46c7d3b6b8bdb9b998a20d61e8e (diff)
downloadnextcloud-server-a76c86582f622c7fad887fbb16d71be40e731610.tar.gz
nextcloud-server-a76c86582f622c7fad887fbb16d71be40e731610.zip
Bump node-sass from 7.0.0 to 7.0.1 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 7.0.0 to 7.0.1. - [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.0...v7.0.1) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json
index e3d190a3b37..f9377eaed13 100644
--- a/build/package.json
+++ b/build/package.json
@@ -21,7 +21,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-spec-reporter": "^0.0.32",
"karma-viewport": "^1.0.8",
- "node-sass": "~7.0.0",
+ "node-sass": "~7.0.1",
"puppeteer": "^13.0.0",
"sinon": "<= 5.0.7"
},