chore:(deps): bump sass from 1.41.1 to 1.42.0 in /explorer (#20059)

Bumps [sass](https://github.com/sass/dart-sass) from 1.41.1 to 1.42.0.
- [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.41.1...1.42.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-21 08:21:28 +00:00 committed by GitHub
parent 8e28162aaf
commit 091d421994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"sass": "^1.41.1",
"sass": "^1.42.0",
"superstruct": "^0.15.2",
"typescript": "^4.4.3"
}
@ -20300,9 +20300,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"node_modules/sass": {
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"version": "1.42.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.42.0.tgz",
"integrity": "sha512-kcjxsemgaOnfl43oZgO/IePLvXQI0ZKzo0/xbCt6uyrg3FY/FF8hVK9YoO8GiZBcEG2Ebl79EKnUc+aiE4f2Vw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
},
@ -41198,9 +41198,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"version": "1.42.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.42.0.tgz",
"integrity": "sha512-kcjxsemgaOnfl43oZgO/IePLvXQI0ZKzo0/xbCt6uyrg3FY/FF8hVK9YoO8GiZBcEG2Ebl79EKnUc+aiE4f2Vw==",
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
}

View File

@ -45,7 +45,7 @@
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"sass": "^1.41.1",
"sass": "^1.42.0",
"superstruct": "^0.15.2",
"typescript": "^4.4.3"
},