Skip to content

Commit 2bbe8ee

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump @sentry/browser from 7.30.0 to 7.31.0
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.30.0...7.31.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8578e6 commit 2bbe8ee

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@michaelmior/js-sql-parser": "^1.3.0",
1111
"@reduxjs/toolkit": "^1.9.1",
12-
"@sentry/browser": "^7.30.0",
12+
"@sentry/browser": "^7.31.0",
1313
"@sentry/cli": "^2.11.0",
1414
"@testing-library/jest-dom": "^5.16.5",
1515
"connected-react-router": "^6.9.3",

yarn.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,15 +3832,15 @@
38323832
minimist "^1.2.0"
38333833
taffydb "^2.7.3"
38343834

3835-
"@sentry/browser@^7.30.0":
3836-
version "7.30.0"
3837-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.30.0.tgz#9b4387da933290546b7a4ef521713c38723a0213"
3838-
integrity sha512-9hpaNAqIBDLdnrZ51iWkqenRotqqweE1f2AlHO56nyT/UE+u+GdmAiBrgRNqdFQQM13JtTG/gu4HGOyLWb9HEA==
3839-
dependencies:
3840-
"@sentry/core" "7.30.0"
3841-
"@sentry/replay" "7.30.0"
3842-
"@sentry/types" "7.30.0"
3843-
"@sentry/utils" "7.30.0"
3835+
"@sentry/browser@^7.31.0":
3836+
version "7.31.0"
3837+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.31.0.tgz#f0df5c48deec109fc336365b018a9deaa6242394"
3838+
integrity sha512-1ui2rbR6lNPXUOZOCLpa2+YZXhx0AbPgBD/RoC/OHVus3sAs+CyyMR1wBzmI5H3ZhA5jwwzelh4ivt+gQZ24rw==
3839+
dependencies:
3840+
"@sentry/core" "7.31.0"
3841+
"@sentry/replay" "7.31.0"
3842+
"@sentry/types" "7.31.0"
3843+
"@sentry/utils" "7.31.0"
38443844
tslib "^1.9.3"
38453845

38463846
"@sentry/cli@^2.11.0":
@@ -3854,35 +3854,35 @@
38543854
proxy-from-env "^1.1.0"
38553855
which "^2.0.2"
38563856

3857-
"@sentry/core@7.30.0":
3858-
version "7.30.0"
3859-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.30.0.tgz#02d2e8747484ba64b6d712e8afe6736250efdc26"
3860-
integrity sha512-NeLigkBlpcK63ymM63GoIHurml6V3BUe1Vi+trwm4/qqOTzT7PQhvdJCX+o3+atzRBH+zdb6kd4VWx44Oye3KA==
3857+
"@sentry/core@7.31.0":
3858+
version "7.31.0"
3859+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.31.0.tgz#2c1ec086cd86c097fc5c60703d33c848089597c7"
3860+
integrity sha512-IZS1MZznyBOPw7UEpZwq3t3aaaVhFB+r3KM4JYFSJRr7Ky9TjldXA3hadNUTztjYGgEC3u8kB9jXoRvNXM2hqA==
38613861
dependencies:
3862-
"@sentry/types" "7.30.0"
3863-
"@sentry/utils" "7.30.0"
3862+
"@sentry/types" "7.31.0"
3863+
"@sentry/utils" "7.31.0"
38643864
tslib "^1.9.3"
38653865

3866-
"@sentry/replay@7.30.0":
3867-
version "7.30.0"
3868-
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.30.0.tgz#44db86956166fc8909459eef8ce94f750c072519"
3869-
integrity sha512-qJgz1tG0uStqMF5V7gN7KqxZuZY0MMQQY7siwPcSQVYj7X3AQswHjmvD4npEKbIa+jP6aQ6fFjoBjl3c0t3Mmg==
3866+
"@sentry/replay@7.31.0":
3867+
version "7.31.0"
3868+
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.31.0.tgz#9ad1bc2dc4d0b389904c2b2431daa9c71328f761"
3869+
integrity sha512-/Vb/EcAdvb9zZbNyaAaYjaHXK9XWDoo2lFf7A6DfV+yVf4yaHHraex3pAv0mNs/99LNr55V5eIiwMGhkfeDORg==
38703870
dependencies:
3871-
"@sentry/core" "7.30.0"
3872-
"@sentry/types" "7.30.0"
3873-
"@sentry/utils" "7.30.0"
3871+
"@sentry/core" "7.31.0"
3872+
"@sentry/types" "7.31.0"
3873+
"@sentry/utils" "7.31.0"
38743874

3875-
"@sentry/types@7.30.0":
3876-
version "7.30.0"
3877-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.30.0.tgz#fc2baeb5b0e1ecc4d52b07b056fcba54449cd9ce"
3878-
integrity sha512-l4A86typvt/SfWh5JffpdxNGkg5EEA8m35BzpIcKmCAQZUDmnb4b478r8jdD2uuOjLmPNmZr1tifdRW4NCLuxQ==
3875+
"@sentry/types@7.31.0":
3876+
version "7.31.0"
3877+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.31.0.tgz#c028519a660d76c4e8f18ba9e44ede45d314fcae"
3878+
integrity sha512-nFqo7wyMnapdSEdw1MD+cavDtD9x5QQmh/bwLEOb/euM0cHFJHYyD7CveY/mQng4HyEVWY+DCtX/7E3GcQ7Bdw==
38793879

3880-
"@sentry/utils@7.30.0":
3881-
version "7.30.0"
3882-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.30.0.tgz#1d83145399c65e31f725c1b6ae02f451a990f326"
3883-
integrity sha512-tSlBhr5u/LdE2emxIDTDmjmyRr99GnZGIAh5GwRxUgeDQ3VEfNUFlyFodBCbZ6yeYTYd6PWNih5xoHn1+Rf3Sw==
3880+
"@sentry/utils@7.31.0":
3881+
version "7.31.0"
3882+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.31.0.tgz#507290984c941fca8f5c2621a4b8b0aca8fbfc10"
3883+
integrity sha512-B1KkvdfwlaqM7sDp3/yk2No7WsbMuLEywGRVOLzXeTqTLSBRBWyyYIudqPtx2LDds9anlUHj21zs9FKY+S3eiA==
38843884
dependencies:
3885-
"@sentry/types" "7.30.0"
3885+
"@sentry/types" "7.31.0"
38863886
tslib "^1.9.3"
38873887

38883888
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)