build(deps-dev): bump sass from 1.43.2 to 1.43.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.43.2 to 1.43.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.43.2...1.43.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-26 04:30:34 +00:00 committed by jkozol
parent d8b8d37e5c
commit ade87cc897
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12120,9 +12120,9 @@
}
},
"sass": {
"version": "1.43.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz",
"integrity": "sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==",
"version": "1.43.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz",
"integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"