mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump sass from 1.60.0 to 1.61.0 (#5052)
Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.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.60.0...1.61.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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>pull/5069/head
parent
af2f578c67
commit
19a7b02b09
|
@ -33,7 +33,7 @@
|
|||
"postcss-cli": "^10.1.0",
|
||||
"rollup": "^3.20.2",
|
||||
"rtlcss": "^4.1.0",
|
||||
"sass": "^1.60.0",
|
||||
"sass": "^1.61.0",
|
||||
"stylelint": "^15.4.0",
|
||||
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
||||
"terser": "^5.16.9",
|
||||
|
@ -8360,9 +8360,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.60.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz",
|
||||
"integrity": "sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==",
|
||||
"version": "1.61.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.61.0.tgz",
|
||||
"integrity": "sha512-PDsN7BrVkNZK2+dj/dpKQAWZavbAQ87IXqVvw2+oEYI+GwlTWkvbQtL7F2cCNbMqJEYKPh1EcjSxsnqIb/kyaQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -8373,7 +8373,7 @@
|
|||
"sass": "sass.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/sass-formatter": {
|
||||
|
@ -16079,9 +16079,9 @@
|
|||
}
|
||||
},
|
||||
"sass": {
|
||||
"version": "1.60.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz",
|
||||
"integrity": "sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==",
|
||||
"version": "1.61.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.61.0.tgz",
|
||||
"integrity": "sha512-PDsN7BrVkNZK2+dj/dpKQAWZavbAQ87IXqVvw2+oEYI+GwlTWkvbQtL7F2cCNbMqJEYKPh1EcjSxsnqIb/kyaQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"postcss-cli": "^10.1.0",
|
||||
"rollup": "^3.20.2",
|
||||
"rtlcss": "^4.1.0",
|
||||
"sass": "^1.60.0",
|
||||
"sass": "^1.61.0",
|
||||
"stylelint": "^15.4.0",
|
||||
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
||||
"terser": "^5.16.9",
|
||||
|
|
Loading…
Reference in New Issue