From ddf795662ea3fce6dfadb180cc0d8f14dbfbc8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:56:32 +0000 Subject: [PATCH] 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](https://github.com/BrowserSync/browser-sync/compare/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](https://github.com/sass/dart-sass/compare/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] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea2c61d4c7..56d3c2a366 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "watch-prod": "mix --production -- --watch" }, "devDependencies": { - "browser-sync": "^3.0.3", + "browser-sync": "^3.0.4", "browser-sync-webpack-plugin": "github:Va1/browser-sync-webpack-plugin", "cross-env": "^7.0.3", "jquery": "^3.7.1", @@ -21,7 +21,7 @@ "laravel-mix-copy-watched": "^3.0.0", "node-sass": "^9.0.0", "resolve-url-loader": "^5.0.0", - "sass": "^1.86.0", + "sass": "^1.86.2", "sass-loader": "^16.0.5" }, "dependencies": {