Skip to content

Commit b6c49ae

Browse files
chore(deps-dev): update sass requirement in the dev-dependencies group
Updates the requirements on [sass](https://github.com/sass/dart-sass) to permit the latest version. Updates `sass` to 1.85.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.85.0...1.85.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8eac14b commit b6c49ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"laravel-mix-copy-watched": "^3.0.0",
2323
"node-sass": "^9.0.0",
2424
"resolve-url-loader": "^5.0.0",
25-
"sass": "^1.85.0",
25+
"sass": "^1.85.1",
2626
"sass-loader": "^16.0.5"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)