Skip to content

Commit

Permalink
Update dependency @sentry/browser to v4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 10, 2019
1 parent 2c38f72 commit bd4d79a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"yarn": "1.3.2"
},
"dependencies": {
"@sentry/browser": "4.1.1",
"@sentry/browser": "4.6.6",
"@sentry/cli": "1.36.1",
"axios": "0.15.3",
"query-string": "4.3.4",
Expand Down
69 changes: 39 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# yarn lockfile v1


"@sentry/browser@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-4.1.1.tgz#9db1e765bf2afcbe0fb44b028abdf5c74d6e77b0"
"@sentry/browser@4.6.6":
version "4.6.6"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-4.6.6.tgz#58ac3de9956c8a7033f3830c3ee9e011c2bd133a"
dependencies:
"@sentry/core" "4.1.1"
"@sentry/types" "4.1.0"
"@sentry/utils" "4.1.1"
"@sentry/core" "4.6.6"
"@sentry/types" "4.5.3"
"@sentry/utils" "4.6.5"
tslib "^1.9.3"

"@sentry/[email protected]":
version "1.36.1"
Expand All @@ -19,38 +20,42 @@
progress "2.0.0"
proxy-from-env "^1.0.0"

"@sentry/core@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-4.1.1.tgz#013ee6ee32033b9a404da5bd27f5a2417dcb1a89"
"@sentry/core@4.6.6":
version "4.6.6"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-4.6.6.tgz#dea96a88533a3bdbdcc86ae18e35272c57e0fd20"
dependencies:
"@sentry/hub" "4.1.1"
"@sentry/minimal" "4.1.1"
"@sentry/types" "4.1.0"
"@sentry/utils" "4.1.1"
"@sentry/hub" "4.6.5"
"@sentry/minimal" "4.6.5"
"@sentry/types" "4.5.3"
"@sentry/utils" "4.6.5"
tslib "^1.9.3"

"@sentry/hub@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-4.1.1.tgz#ef093fe4f42587c7868b66299584b5a9f9d67fc6"
"@sentry/hub@4.6.5":
version "4.6.5"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-4.6.5.tgz#451def7bc8d90d9cc007f58f364b3ce305c4701a"
dependencies:
"@sentry/types" "4.1.0"
"@sentry/utils" "4.1.1"
"@sentry/types" "4.5.3"
"@sentry/utils" "4.6.5"
tslib "^1.9.3"

"@sentry/minimal@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-4.1.1.tgz#46d8a35e0d82b0903ed83dba21d8344b601145a5"
"@sentry/minimal@4.6.5":
version "4.6.5"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-4.6.5.tgz#64433d2c9fda69eedbb61855a7ff8905f7b19218"
dependencies:
"@sentry/hub" "4.1.1"
"@sentry/types" "4.1.0"
"@sentry/hub" "4.6.5"
"@sentry/types" "4.5.3"
tslib "^1.9.3"

"@sentry/types@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-4.1.0.tgz#ebffb9857abbecaad5d1c00152a50f72ac9757a5"
"@sentry/types@4.5.3":
version "4.5.3"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-4.5.3.tgz#3350dce2b7f9b936a8c327891c12e3aef7bd8852"

"@sentry/utils@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-4.1.1.tgz#5624517d582c870348f234df27c509db95d4fdc6"
"@sentry/utils@4.6.5":
version "4.6.5"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-4.6.5.tgz#4c960524914311eb76bbd6ca7f80f4d98c04db7f"
dependencies:
"@sentry/types" "4.1.0"
"@sentry/types" "4.5.3"
tslib "^1.9.3"

"@zeit/[email protected]":
version "2.1.1"
Expand Down Expand Up @@ -6064,6 +6069,10 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

tslib@^1.9.3:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"

[email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
Expand Down

0 comments on commit bd4d79a

Please sign in to comment.