From 7cf7194d255887779a4a4d0c5ffff126318be8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 20:05:29 +0000 Subject: [PATCH] Bump @sentry/browser from 5.15.4 to 7.31.1 Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.15.4 to 7.31.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.15.4...7.31.1) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9e2e0b..16c4972 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/styled": "^10.0.27", - "@sentry/browser": "^5.15.4", + "@sentry/browser": "^7.31.1", "@sentry/node": "^5.15.4", "@styled-system/css": "^5.1.5", "@theme-ui/presets": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 2617294..c1c661c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2556,7 +2556,7 @@ "@sentry/utils" "5.15.4" tslib "^1.9.3" -"@sentry/browser@5.15.4", "@sentry/browser@^5.15.4": +"@sentry/browser@5.15.4": version "5.15.4" resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.15.4.tgz#5a7e7bad088556665ed8e69bceb0e18784e4f6c7" integrity sha512-l/auT1HtZM3KxjCGQHYO/K51ygnlcuOrM+7Ga8gUUbU9ZXDYw6jRi0+Af9aqXKmdDw1naNxr7OCSy6NBrLWVZw== @@ -2566,6 +2566,17 @@ "@sentry/utils" "5.15.4" tslib "^1.9.3" +"@sentry/browser@^7.31.1": + version "7.31.1" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.31.1.tgz#ac42ef5994d0e983e4c44c35b17013a0080c6527" + integrity sha512-Rg9F61S1tz1Dv3iUyyGP26bxoi7WJAG2+f2fBbSmFuJ+JTH4Jvu2/F1bBig8Dz01ejzVhbNSUUCfoDhSvksIsQ== + dependencies: + "@sentry/core" "7.31.1" + "@sentry/replay" "7.31.1" + "@sentry/types" "7.31.1" + "@sentry/utils" "7.31.1" + tslib "^1.9.3" + "@sentry/core@5.15.4": version "5.15.4" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.15.4.tgz#08b617e093a636168be5aebad141d1f744217085" @@ -2577,6 +2588,15 @@ "@sentry/utils" "5.15.4" tslib "^1.9.3" +"@sentry/core@7.31.1": + version "7.31.1" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.31.1.tgz#8c48e9c6a24b612eb7f757fdf246ed6b22c26b3b" + integrity sha512-quaNU6z8jabmatBTDi28Wpff2yzfWIp/IU4bbi2QOtEiCNT+TQJXqlRTRMu9xLrX7YzyKCL5X2gbit/85lyWUg== + dependencies: + "@sentry/types" "7.31.1" + "@sentry/utils" "7.31.1" + tslib "^1.9.3" + "@sentry/hub@5.15.4": version "5.15.4" resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.15.4.tgz#cb64473725a60eec63b0be58ed1143eaaf894bee" @@ -2610,11 +2630,25 @@ lru_map "^0.3.3" tslib "^1.9.3" +"@sentry/replay@7.31.1": + version "7.31.1" + resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.31.1.tgz#453ad85fc2f14e4d203d3a7e0bf790877f697964" + integrity sha512-sLArvwZn6IwA/bASctyhxN7LhdCXJvMmyTynRfmk7pzuNzBMc5CNlHeIsDpHrfQuH53IKicvl6cHnHyclu5DSA== + dependencies: + "@sentry/core" "7.31.1" + "@sentry/types" "7.31.1" + "@sentry/utils" "7.31.1" + "@sentry/types@5.15.4": version "5.15.4" resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.15.4.tgz#37f30e35b06e8e12ad1101f1beec3e9b88ca1aab" integrity sha512-quPHPpeAuwID48HLPmqBiyXE3xEiZLZ5D3CEbU3c3YuvvAg8qmfOOTI6z4Z3Eedi7flvYpnx3n7N3dXIEz30Eg== +"@sentry/types@7.31.1": + version "7.31.1" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.31.1.tgz#920fc10b289ac1f99f277033b4d26625028a1f9f" + integrity sha512-1uzr2l0AxEnxUX/S0EdmXUQ15/kDsam8Nbdw4Gai8SU764XwQgA/TTjoewVP597CDI/AHKan67Y630/Ylmkx9w== + "@sentry/utils@5.15.4": version "5.15.4" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.15.4.tgz#02865ab3c9b745656cea0ab183767ec26c96f6e6" @@ -2623,6 +2657,14 @@ "@sentry/types" "5.15.4" tslib "^1.9.3" +"@sentry/utils@7.31.1": + version "7.31.1" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.31.1.tgz#bdc988de603318a30ff247d5702c2f9ac81255cb" + integrity sha512-ZsIPq29aNdP9q3R7qIzJhZ9WW+4DzE9g5SfGwx3UjTIxoRRBfdUJUbf7S+LKEdvCkKbyoDt6FLt5MiSJV43xBA== + dependencies: + "@sentry/types" "7.31.1" + tslib "^1.9.3" + "@sinonjs/commons@^1.7.0": version "1.7.1" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.1.tgz#da5fd19a5f71177a53778073978873964f49acf1"