Skip to content

Commit ddf7956

Browse files
chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates
Updates the requirements on [browser-sync](https://github.com/BrowserSync/browser-sync) and [sass](https://github.com/sass/dart-sass) to permit the latest version. Updates `browser-sync` to 3.0.4 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js) - [Commits](BrowserSync/browser-sync@v3.0.3...v3.0.4) Updates `sass` to 1.86.2 - [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.86.0...1.86.2) --- updated-dependencies: - dependency-name: browser-sync dependency-version: 3.0.4 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.86.2 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a21883 commit ddf7956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"watch-prod": "mix --production -- --watch"
1414
},
1515
"devDependencies": {
16-
"browser-sync": "^3.0.3",
16+
"browser-sync": "^3.0.4",
1717
"browser-sync-webpack-plugin": "github:Va1/browser-sync-webpack-plugin",
1818
"cross-env": "^7.0.3",
1919
"jquery": "^3.7.1",
2020
"laravel-mix": "^6.0.49",
2121
"laravel-mix-copy-watched": "^3.0.0",
2222
"node-sass": "^9.0.0",
2323
"resolve-url-loader": "^5.0.0",
24-
"sass": "^1.86.0",
24+
"sass": "^1.86.2",
2525
"sass-loader": "^16.0.5"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)