Bump node-sass from 5.0.0 to 6.0.0 in /kafka-ui-react-app (#465)

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v6.0.0)

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-05-18 12:58:12 +03:00 committed by GitHub
parent ef029deb1c
commit 9569938c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -78,7 +78,7 @@
"husky": "^6.0.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^11.0.0",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"prettier": "^2.2.1",
"react-scripts": "4.0.3",
"react-test-renderer": "^17.0.2",
@ -15571,9 +15571,9 @@
"dev": true
},
"node_modules/node-sass": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-5.0.0.tgz",
"integrity": "sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-6.0.0.tgz",
"integrity": "sha512-GDzDmNgWNc9GNzTcSLTi6DU6mzSPupVJoStIi7cF3GjwSE9q1cVakbvAAVSt59vzUjV9JJoSZFKoo9krbjKd2g==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -15598,7 +15598,7 @@
"node-sass": "bin/node-sass"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
},
"node_modules/node-sass/node_modules/ansi-regex": {
@ -37728,9 +37728,9 @@
"dev": true
},
"node-sass": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-5.0.0.tgz",
"integrity": "sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-6.0.0.tgz",
"integrity": "sha512-GDzDmNgWNc9GNzTcSLTi6DU6mzSPupVJoStIi7cF3GjwSE9q1cVakbvAAVSt59vzUjV9JJoSZFKoo9krbjKd2g==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",

View file

@ -107,7 +107,7 @@
"husky": "^6.0.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^11.0.0",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"prettier": "^2.2.1",
"react-scripts": "4.0.3",
"react-test-renderer": "^17.0.2",