Skip to content

Commit

Permalink
Bump the sentry-javascript group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the sentry-javascript group with 2 updates: [@sentry/core](https://github.com/getsentry/sentry-javascript) and [@sentry/utils](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/core` from 7.114.0 to 8.0.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.114.0...8.0.0)

Updates `@sentry/utils` from 7.114.0 to 8.0.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.114.0...8.0.0)

---
updated-dependencies:
- dependency-name: "@sentry/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-javascript
- dependency-name: "@sentry/utils"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-javascript
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 0fea45f commit baf65ce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@fortawesome/fontawesome-free": "^6.5.2",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.110.1",
"@sentry/core": "^7.114.0",
"@sentry/core": "^8.0.0",
"@sentry/integrations": "^7.114.0",
"@sentry/utils": "^7.114.0",
"@sentry/utils": "^8.0.0",
"@toast-ui/editor": "^3.2.2",
"@webpack-cli/serve": "^2.0.5",
"ace-builds": "^1.33.1",
Expand Down
34 changes: 30 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ __metadata:
languageName: node
linkType: hard

"@sentry/core@npm:7.114.0, @sentry/core@npm:^7.114.0":
"@sentry/core@npm:7.114.0":
version: 7.114.0
resolution: "@sentry/core@npm:7.114.0"
dependencies:
Expand All @@ -1892,6 +1892,16 @@ __metadata:
languageName: node
linkType: hard

"@sentry/core@npm:^8.0.0":
version: 8.0.0
resolution: "@sentry/core@npm:8.0.0"
dependencies:
"@sentry/types": "npm:8.0.0"
"@sentry/utils": "npm:8.0.0"
checksum: 10c0/fd4bab3b0799dec119a97a00512673b86fb34a54792b1b60a677e9532e1eef5924f7b8450a3c684f0a1d218194f9a38e2004dbab417a9c4be341e2076227847f
languageName: node
linkType: hard

"@sentry/integrations@npm:^7.114.0":
version: 7.114.0
resolution: "@sentry/integrations@npm:7.114.0"
Expand Down Expand Up @@ -1930,6 +1940,13 @@ __metadata:
languageName: node
linkType: hard

"@sentry/types@npm:8.0.0":
version: 8.0.0
resolution: "@sentry/types@npm:8.0.0"
checksum: 10c0/4329f1107018ecedc0cf5929d7706e62226a532a1eac9056b37773086db5c514a87c4b52fdbf911b3afcf90eb8ee2b6a8b5cf76a77f629932a8d3dbc3367ee35
languageName: node
linkType: hard

"@sentry/utils@npm:7.110.1":
version: 7.110.1
resolution: "@sentry/utils@npm:7.110.1"
Expand All @@ -1939,7 +1956,7 @@ __metadata:
languageName: node
linkType: hard

"@sentry/utils@npm:7.114.0, @sentry/utils@npm:^7.114.0":
"@sentry/utils@npm:7.114.0":
version: 7.114.0
resolution: "@sentry/utils@npm:7.114.0"
dependencies:
Expand All @@ -1948,6 +1965,15 @@ __metadata:
languageName: node
linkType: hard

"@sentry/utils@npm:8.0.0, @sentry/utils@npm:^8.0.0":
version: 8.0.0
resolution: "@sentry/utils@npm:8.0.0"
dependencies:
"@sentry/types": "npm:8.0.0"
checksum: 10c0/6606f2feae5a0146dd349b2073deb1dde0d616d20dde94323c555d4432aca6bf67978c930a67817ef85d555f3dd1fc93a0ca29d4a38ffea414192e0935abb1ea
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
Expand Down Expand Up @@ -3095,9 +3121,9 @@ __metadata:
"@fortawesome/fontawesome-free": "npm:^6.5.2"
"@popperjs/core": "npm:^2.11.8"
"@sentry/browser": "npm:^7.110.1"
"@sentry/core": "npm:^7.114.0"
"@sentry/core": "npm:^8.0.0"
"@sentry/integrations": "npm:^7.114.0"
"@sentry/utils": "npm:^7.114.0"
"@sentry/utils": "npm:^8.0.0"
"@toast-ui/editor": "npm:^3.2.2"
"@webpack-cli/serve": "npm:^2.0.5"
ace-builds: "npm:^1.33.1"
Expand Down

0 comments on commit baf65ce

Please sign in to comment.