Skip to content

Commit

Permalink
Update dependency browser-sync to v2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2021
1 parent 6b678a5 commit 703ea38
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 @@ -34,7 +34,7 @@
"@babel/preset-react": "7.13.13",
"babel-eslint": "10.1.0",
"babelify": "10.0.0",
"browser-sync": "2.26.14",
"browser-sync": "2.27.1",
"browserify": "17.0.0",
"chai": "4.3.4",
"eslint": "7.28.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2140,20 +2140,20 @@ browser-stdout@1.3.1:
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==

browser-sync-client@^2.26.14:
version "2.26.14"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.26.14.tgz#f2f0a8e5febc65b725fb38c8d648389214a38947"
integrity sha512-be0m1MchmKv/26r/yyyolxXcBi052aYrmaQep5nm8YNMjFcEyzv0ZoOKn/c3WEXNlEB/KeXWaw70fAOJ+/F1zQ==
browser-sync-client@^2.27.1:
version "2.27.1"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.27.1.tgz#42b1a3b5e4e6ddb8f2e1d1a242f6288afa3d9859"
integrity sha512-/w4dGzleL2Td2pffYgAzIURYK0uTpDlSjxVc26kIPXDD8FwAgnt0SRqMrEKRnF9UzHMN5VxdqBwa8isGmFlJGA==
dependencies:
etag "1.8.1"
fresh "0.5.2"
mitt "^1.1.3"
rxjs "^5.5.6"

browser-sync-ui@^2.26.14:
version "2.26.14"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.26.14.tgz#96632c38dda72560a3be8e985716d7a735e94749"
integrity sha512-6oT1sboM4KVNnWCCJDMGbRIeTBw97toMFQ+srImvwQ6J5t9KMgizaIX8HcKLiemsUMSJkgGM9RVKIpq2UblgOA==
browser-sync-ui@^2.27.1:
version "2.27.1"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.27.1.tgz#275cc3474e134dee58d5f15c0df344c5c49a1303"
integrity sha512-lmHVODr1k1IKILhhwrr2iQmoLj95eElqBj8cUC7voXqKvv18Wt/VBosZX6IpKU+WMML8YasgyDS1hqTM+Tu4kA==
dependencies:
async-each-series "0.1.1"
connect-history-api-fallback "^1"
Expand All @@ -2162,13 +2162,13 @@ browser-sync-ui@^2.26.14:
socket.io-client "^2.4.0"
stream-throttle "^0.1.3"

browser-sync@2.26.14:
version "2.26.14"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.26.14.tgz#716c13ef91e72dfe092ff84bec3ddf62ea9d81fd"
integrity sha512-3TtpsheGolJT6UFtM2CZWEcGJmI4ZEvoCKiKE2bvcDnPxRkhQT4nIGVtfiyPcoHKXGM0LwMOZmYJNWfiNfVXWA==
browser-sync@2.27.1:
version "2.27.1"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.27.1.tgz#2be671d44ce03562b989d13167238ad275f3e2b2"
integrity sha512-pw2hUeFPAfR75+fEMz0J4T+QtxC3x6hyc/W4FCiai8+b3BO5lqpwIOX3t6VDQyRDRcAFWsiIBZVZ0LCNZfEE+g==
dependencies:
browser-sync-client "^2.26.14"
browser-sync-ui "^2.26.14"
browser-sync-client "^2.27.1"
browser-sync-ui "^2.27.1"
bs-recipes "1.3.4"
bs-snippet-injector "^2.0.1"
chokidar "^3.5.1"
Expand Down

0 comments on commit 703ea38

Please sign in to comment.