Bump sass from 1.37.2 to 1.37.5

Bumps [sass](https://github.com/sass/dart-sass) from 1.37.2 to 1.37.5.
- [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.37.2...1.37.5)

---
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-08-04 04:04:38 +00:00 committed by GitHub
parent 6879abc9ac
commit e0f2d3bfb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -10408,9 +10408,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.37.2", "version": "1.37.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.37.2.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
"integrity": "sha512-+XMg8QOg7OGLo4F5R3fLYEti/3MxFkyX0NxYbqWycU8xYMAhPDN5FuCO2ZJudnM1wcnZ3CeJRnpqUBZpLOitCQ==", "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=3.0.0 <4.0.0" "chokidar": ">=3.0.0 <4.0.0"

View file

@ -71,7 +71,7 @@
"gulp-zip": "^5.1.0", "gulp-zip": "^5.1.0",
"merge-stream": "^2.0.0", "merge-stream": "^2.0.0",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"sass": "^1.37.2", "sass": "^1.37.5",
"terser": "^5.7.1", "terser": "^5.7.1",
"tsify": "^5.0.4", "tsify": "^5.0.4",
"typescript": "^4.3.5", "typescript": "^4.3.5",