Skip to content

Commit

Permalink
Update dependency browser-sync to v2.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent 6a5ee09 commit ba23eec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-env": "7.21.5",
"@sindresorhus/slugify": "2.2.1",
"babel-loader": "8.3.0",
"browser-sync": "2.29.2",
"browser-sync": "2.29.3",
"gulp": "4.0.2",
"gulp-cached": "1.1.1",
"gulp-rename": "2.0.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2204,19 +2204,19 @@ braces@^3.0.1, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

browser-sync-client@^2.29.2:
version "2.29.2"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.29.2.tgz#e0d50e3c223ce730a327f466fedec0a5ed372865"
integrity sha512-CQrrKXpzaeqoCepLFFAYsCxzG65CMi1lLE7RaE7wlYyCJw/xImGUCoyEz3NFBZSSeF5k4nm+GWsF658NoYVZXw==
browser-sync-client@^2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.29.3.tgz#9300b97f42abc2c4f95ca29b5a9781b5c492f14a"
integrity sha512-4tK5JKCl7v/3aLbmCBMzpufiYLsB1+UI+7tUXCCp5qF0AllHy/jAqYu6k7hUF3hYtlClKpxExWaR+rH+ny07wQ==
dependencies:
etag "1.8.1"
fresh "0.5.2"
mitt "^1.1.3"

browser-sync-ui@^2.29.2:
version "2.29.2"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.29.2.tgz#598a17d83f431a10deb4d3e95f82b27889a02b61"
integrity sha512-WFMCm9HvcVeanBihprcKa4XUU+y1qKZM5+tnfifsdohG/nzRClheju+82Wq6uUAf1Bej5NQDOLh7/6bGfPKa7Q==
browser-sync-ui@^2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.29.3.tgz#35e2ce3b470dce6b7219307cac7278bf324a0f16"
integrity sha512-kBYOIQjU/D/3kYtUIJtj82e797Egk1FB2broqItkr3i4eF1qiHbFCG6srksu9gWhfmuM/TNG76jMfzAdxEPakg==
dependencies:
async-each-series "0.1.1"
chalk "4.1.2"
Expand All @@ -2226,13 +2226,13 @@ browser-sync-ui@^2.29.2:
socket.io-client "^4.4.1"
stream-throttle "^0.1.3"

[email protected].2:
version "2.29.2"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.29.2.tgz#b240a69cabc76540ca7de3541b6a134616b41167"
integrity sha512-4kzDUhdNY0/vP8TX/KjHqQSJYtnE9v1EZI3+hQbdLt6JzVTUEVFT+DZOZolWgGC3OjveXwbpKxMVWTuLp0qaGg==
[email protected].3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.29.3.tgz#c2a3ff00c659eb87a13cae9d7a427e1b4b580ee1"
integrity sha512-NiM38O6XU84+MN+gzspVmXV2fTOoe+jBqIBx3IBdhZrdeURr6ZgznJr/p+hQ+KzkKEiGH/GcC4SQFSL0jV49bg==
dependencies:
browser-sync-client "^2.29.2"
browser-sync-ui "^2.29.2"
browser-sync-client "^2.29.3"
browser-sync-ui "^2.29.3"
bs-recipes "1.3.4"
chalk "4.1.2"
chokidar "^3.5.1"
Expand Down

0 comments on commit ba23eec

Please sign in to comment.