Bump node-sass and rollup-plugin-scss in /docs

Removes [node-sass](https://github.com/sass/node-sass). It's no longer used after updating ancestor dependency [rollup-plugin-scss](https://github.com/thgh/rollup-plugin-scss). These dependencies need to be updated together.


Removes `node-sass`

Updates `rollup-plugin-scss` from 1.0.2 to 4.0.0
- [Release notes](https://github.com/thgh/rollup-plugin-scss/releases)
- [Changelog](https://github.com/thgh/rollup-plugin-scss/blob/v4/CHANGELOG.md)
- [Commits](https://github.com/thgh/rollup-plugin-scss/commits)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: indirect
- dependency-name: rollup-plugin-scss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-14 07:47:03 +00:00 committed by GitHub
parent d01226a0ae
commit 231257114c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2320 deletions

2328
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-scss": "^1.0.1",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.27.4"