Skip to content

Commit

Permalink
feat: update ua-parser-js dependency to 1.0.2 (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: web-padawan <iamkulykov@gmail.com>
  • Loading branch information
renovate[bot] and web-padawan authored Oct 31, 2021
1 parent ff3ca41 commit 9f4940f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-rules-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web/dev-server-esbuild': patch
---

Update ua-parser-js dependency to 1.0.2
2 changes: 1 addition & 1 deletion packages/dev-server-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@web/dev-server-core": "^0.3.10",
"esbuild": "^0.12.21",
"parse5": "^6.0.1",
"ua-parser-js": "^0.7.23"
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@types/ua-parser-js": "^0.7.35",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12498,12 +12498,12 @@ typical@^5.2.0:
resolved "https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066"
integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==

ua-parser-js@^0.7.23, ua-parser-js@^0.7.28:
ua-parser-js@^0.7.28:
version "0.7.28"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==

ua-parser-js@^1.0.1:
ua-parser-js@^1.0.1, ua-parser-js@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.2.tgz#e2976c34dbfb30b15d2c300b2a53eac87c57a775"
integrity sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==
Expand Down

0 comments on commit 9f4940f

Please sign in to comment.