diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-29 02:03:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 02:03:43 +0000 |
commit | 03145038cb110b2f37a9bbdb5239ed25e096c4cb (patch) | |
tree | 3db1b9f9a011053c4a3ec9086628a6bbf9858927 /package.json | |
parent | e8c66d0f899a252ec56edcb2bfe31b8bfcc89a30 (diff) | |
download | nextcloud-server-03145038cb110b2f37a9bbdb5239ed25e096c4cb.tar.gz nextcloud-server-03145038cb110b2f37a9bbdb5239ed25e096c4cb.zip |
Bump node-sass from 6.0.1 to 7.0.1
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 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/v6.0.1...v7.0.1)
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2a344ba3f85..f379d1108c0 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "karma-jasmine-sinon": "^1.0.4", "karma-spec-reporter": "^0.0.33", "karma-viewport": "^1.0.8", - "node-sass": "~6.0.1", + "node-sass": "~7.0.1", "puppeteer": "^13.1.0", "sinon": "<= 5.0.7" }, |