chore:(deps): bump sass from 1.41.0 to 1.41.1 in /explorer (#19972)

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

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

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-17 08:07:10 +00:00 committed by GitHub
parent d184eab019
commit a4a8560311
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.0",
"sass": "^1.41.1",
"superstruct": "^0.15.2",
"typescript": "^4.4.3"
}
@ -20300,9 +20300,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"node_modules/sass": {
"version": "1.41.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.0.tgz",
"integrity": "sha512-wb8nT60cjo9ZZMcHzG7TzdbFtCAmHEKWrH+zAdScPb4ZxL64WQBnGdbp5nwlenW5wJPcHva1JWmVa0h6iqA5eg==",
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
},
@ -41198,9 +41198,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.41.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.0.tgz",
"integrity": "sha512-wb8nT60cjo9ZZMcHzG7TzdbFtCAmHEKWrH+zAdScPb4ZxL64WQBnGdbp5nwlenW5wJPcHva1JWmVa0h6iqA5eg==",
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"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.0",
"sass": "^1.41.1",
"superstruct": "^0.15.2",
"typescript": "^4.4.3"
},