Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @sentry/node to ^5.13.1 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 28, 2020
1 parent 6e8d1b3 commit f212c0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@sentry/browser": "^5.13.0",
"@sentry/integrations": "^5.13.0",
"@sentry/node": "^5.13.0",
"@sentry/node": "^5.13.1",
"@zeit/next-source-maps": "^0.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1248,10 +1248,10 @@
resolved "https://registry.yarnpkg.com/@next/polyfill-nomodule/-/polyfill-nomodule-9.2.2.tgz#2687d5b64ba053b247700f057f083dfd392ee52e"
integrity sha512-J51QpynN0AxQ0saWkxgpr0JxWqSJFCBOOeQpbyn5hlgxjrcXR9dQ59tN677vbq2wJ8idLn898vZFaRmQsLq13A==

"@sentry/[email protected].0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.13.0.tgz#ffc8ab476bb40ef92cde3d813718528564ef293a"
integrity sha512-hNYXjvjvaa/z+EGbkHyEHag4qGq9+snSRHV+C7cWvGDio01zSOdusHJDqH7S6GzJ0yRY4nbq3l6xc9STlmlthQ==
"@sentry/[email protected].1":
version "5.13.1"
resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.13.1.tgz#152a7a54b06f344112477cb376e8554860a6af86"
integrity sha512-be6M8/TOA/K7jQNZEm1YC0Y9+LdM0jyX5LMwy9NWwhneE6Iq8xvsU/pYZByj6+AAs0tIpiFd9QFxFKNUtKIRUQ==
dependencies:
"@sentry/browser" "5.13.0"
"@sentry/hub" "5.13.0"
Expand Down Expand Up @@ -1308,12 +1308,12 @@
"@sentry/types" "5.12.4"
tslib "^1.9.3"

"@sentry/node@^5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.13.0.tgz#3ac727ad3d585a1a1fe96dd4b6b0010b00410215"
integrity sha512-aT8mYy3hsnhueaOfPbTIMPruhnRlRNKI8tiqPE50KO9o8n1djSCf0/pxz3ErYaJOOfyFzvOL/sKtBXGLoNC+uA==
"@sentry/node@^5.13.1":
version "5.13.1"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.13.1.tgz#41d2eec02bc718a0f5aa59698635242d585470f2"
integrity sha512-6/HaewN2kX0za3LncYwp6nlvm/6i0S0/D/HO7VDHMSpc8z/8/Em6xTZy7hLV3phosMoLIa5P3CRXvLVybBTrpg==
dependencies:
"@sentry/apm" "5.13.0"
"@sentry/apm" "5.13.1"
"@sentry/core" "5.13.0"
"@sentry/hub" "5.13.0"
"@sentry/types" "5.12.4"
Expand Down

0 comments on commit f212c0f

Please sign in to comment.