Skip to content

Commit

Permalink
Update dependency browser-sync to v2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2023
1 parent cfd9aa1 commit 1034afc
Show file tree
Hide file tree
Showing 2 changed files with 16 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.20.2",
"@sindresorhus/slugify": "2.2.0",
"babel-loader": "8.3.0",
"browser-sync": "2.28.1",
"browser-sync": "2.28.2",
"gulp": "4.0.2",
"gulp-cached": "1.1.1",
"gulp-rename": "2.0.0",
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,21 +2190,21 @@ braces@^3.0.1, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

browser-sync-client@^2.28.1:
version "2.28.1"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.28.1.tgz#cc36829e2958e39a1b3383483212781047786ec3"
integrity sha512-srFIhUU6CtsLtvBsVmTgRtFt/kFbcl/PYvenpfxPIKTDSxQf35cCjYwYF1osyJdvRoeKoDlaK/fv6eN6/cXRKw==
browser-sync-client@^2.28.2:
version "2.28.2"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.28.2.tgz#aab3c95c2724da8b12df180272500c1cee993a37"
integrity sha512-1AZ5n5PyHmJqWeIwW0AHPgciyK95LWRXiDmax5xdd2YAHr+VMlmBqnaEcFqYjxzsiX2L60mNB1rivMVQW3NhOA==
dependencies:
etag "1.8.1"
fresh "0.5.2"
mitt "^1.1.3"
rxjs "^5.5.6"
typescript "^4.6.2"

browser-sync-ui@^2.28.1:
version "2.28.1"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.28.1.tgz#53d8b99621d674541be74c475cdc41144690ad43"
integrity sha512-yPylRdTE8HS/MxcgGpYfcW/JVde+tVnoTIwotVqzqybW8Kg0e3GfFlS7fD0W+KtI/rS4U5GxVsqERxdqpAjCoQ==
browser-sync-ui@^2.28.2:
version "2.28.2"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.28.2.tgz#42565c0afca27a42820e34f9caa6e919da2016db"
integrity sha512-RCop4B3Qemx+0OxNYJAY9EEjFYaKCe7DXKyOJ6R5C+Pj9sn3loZFoZmaoaJLSmD2QhGEu9vv3XfMtvuJMVXxpg==
dependencies:
async-each-series "0.1.1"
chalk "4.1.2"
Expand All @@ -2214,15 +2214,16 @@ browser-sync-ui@^2.28.1:
socket.io-client "^4.4.1"
stream-throttle "^0.1.3"

[email protected].1:
version "2.28.1"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.28.1.tgz#0895b0e819507fb0602d2542098003c28808a41b"
integrity sha512-XAd+jULGQ6TSdxA8ABnK6E0r4HHClnZn/p11sHOQ9dr5Qn4ay8TsrEkNUOiWlJOgLuf49QxlkwpqS7BvfGdCpQ==
[email protected].2:
version "2.28.2"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.28.2.tgz#954f9c85d7e0df926ab0b462dfaf3403dbd08f27"
integrity sha512-bj1zw0nJm7VqsuAZWfZs3CSW0/R8BgkEaSD+Ki4NW6W92rkr4Zu08MWlLR0OnLizWLu2kB5SpNZwGzkTgk9+4w==
dependencies:
browser-sync-client "^2.28.1"
browser-sync-ui "^2.28.1"
browser-sync-client "^2.28.2"
browser-sync-ui "^2.28.2"
bs-recipes "1.3.4"
bs-snippet-injector "^2.0.1"
chalk "4.1.2"
chokidar "^3.5.1"
connect "3.6.6"
connect-history-api-fallback "^1"
Expand Down

0 comments on commit 1034afc

Please sign in to comment.