Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the sentry-javascript group with 2 updates #2296

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
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.2"
Expand Down
Loading