Skip to content

Commit 765a0aa

Browse files
committed
bump sentry to 7.19.0
1 parent 2e0abd0 commit 765a0aa

File tree

4 files changed

+40
-51
lines changed

4 files changed

+40
-51
lines changed

packages/bundler-plugin-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@sentry/cli": "^1.74.6",
39-
"@sentry/node": "^7.11.1",
40-
"@sentry/tracing": "^7.11.1",
39+
"@sentry/node": "^7.19.0",
40+
"@sentry/tracing": "^7.19.0",
4141
"magic-string": "0.26.2",
4242
"unplugin": "0.10.1"
4343
},

packages/bundler-plugin-core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Hub } from "@sentry/hub";
1+
import { Hub } from "@sentry/core";
22
import { Span } from "@sentry/tracing";
33
import { SentryCLILike } from "./sentry/cli";
44
import { createLogger } from "./sentry/logger";

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@sentry/bundler-plugin-core": "0.0.1-alpha.0",
22-
"@sentry/integrations": "^7.11.1",
23-
"@sentry/node": "^7.11.1",
22+
"@sentry/integrations": "^7.19.0",
23+
"@sentry/node": "^7.19.0",
2424
"@types/express": "^4.17.13",
2525
"@types/http-proxy": "^1.17.9",
2626
"esbuild": "0.14.49",

yarn.lock

Lines changed: 35 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,70 +2577,59 @@
25772577
proxy-from-env "^1.1.0"
25782578
which "^2.0.2"
25792579

2580-
"@sentry/core@7.11.1":
2581-
version "7.11.1"
2582-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.11.1.tgz#d68e796f3b6428aefd6086a1db00118df7a9a9e4"
2583-
integrity sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==
2584-
dependencies:
2585-
"@sentry/hub" "7.11.1"
2586-
"@sentry/types" "7.11.1"
2587-
"@sentry/utils" "7.11.1"
2588-
tslib "^1.9.3"
2589-
2590-
"@sentry/hub@7.11.1":
2591-
version "7.11.1"
2592-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.11.1.tgz#1749b2b102ea1892ff388d65d66d3b402b393958"
2593-
integrity sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==
2580+
"@sentry/core@7.19.0":
2581+
version "7.19.0"
2582+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.19.0.tgz#74e0eaf4b9f42bb0290f4b3f3b0ea3e272dd693e"
2583+
integrity sha512-YF9cTBcAnO4R44092BJi5Wa2/EO02xn2ziCtmNgAVTN2LD31a/YVGxGBt/FDr4Y6yeuVehaqijVVvtpSmXrGJw==
25942584
dependencies:
2595-
"@sentry/types" "7.11.1"
2596-
"@sentry/utils" "7.11.1"
2585+
"@sentry/types" "7.19.0"
2586+
"@sentry/utils" "7.19.0"
25972587
tslib "^1.9.3"
25982588

2599-
"@sentry/integrations@^7.11.1":
2600-
version "7.11.1"
2601-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.11.1.tgz#fa7b648fd479b9b8b8558f5b23c8c51a066737f5"
2602-
integrity sha512-G4aw9X2WdRGwLk/2pAj+5LuZnLM4u1GG3o8bOWNASR9E7IiQQ9ERYlnfW7jas+08B1Q61WLwJPXZhJxvQfxLQw==
2589+
"@sentry/integrations@^7.19.0":
2590+
version "7.19.0"
2591+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.19.0.tgz#570b7ced7ef9de43a6a56f99f324936148adf6b9"
2592+
integrity sha512-0x5AGU7EBIzOTSqD7TFvD4S5eX6hbqbvb4YCzJt3SIZC3bO4FiBu2t0y+PIZUSsupnqafBIIWsCcGWeKrNHAyA==
26032593
dependencies:
2604-
"@sentry/types" "7.11.1"
2605-
"@sentry/utils" "7.11.1"
2594+
"@sentry/types" "7.19.0"
2595+
"@sentry/utils" "7.19.0"
26062596
localforage "^1.8.1"
26072597
tslib "^1.9.3"
26082598

2609-
"@sentry/node@^7.11.1":
2610-
version "7.11.1"
2611-
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.11.1.tgz#97fd26de26e8203a3c34e26b38f3c2a5ba46828b"
2612-
integrity sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==
2599+
"@sentry/node@^7.19.0":
2600+
version "7.19.0"
2601+
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.19.0.tgz#4c9494d6aaa15d7f22fe4e6c31d0358a365adb2f"
2602+
integrity sha512-yG7Tx32WqOkEHVotFLrumCcT9qlaSDTkFNZ+yLSvZXx74ifsE781DzBA9W7K7bBdYO3op+p2YdsOKzf3nPpAyQ==
26132603
dependencies:
2614-
"@sentry/core" "7.11.1"
2615-
"@sentry/hub" "7.11.1"
2616-
"@sentry/types" "7.11.1"
2617-
"@sentry/utils" "7.11.1"
2604+
"@sentry/core" "7.19.0"
2605+
"@sentry/types" "7.19.0"
2606+
"@sentry/utils" "7.19.0"
26182607
cookie "^0.4.1"
26192608
https-proxy-agent "^5.0.0"
26202609
lru_map "^0.3.3"
26212610
tslib "^1.9.3"
26222611

2623-
"@sentry/tracing@^7.11.1":
2624-
version "7.11.1"
2625-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.11.1.tgz#50cbe82dd5b9a1307b31761cdd4b0d71132cf5c7"
2626-
integrity sha512-ilgnHfpdYUWKG/5yAXIfIbPVsCfrC4ONFBR/wN25/hdAyVfXMa3AJx7NCCXxZBOPDWH3hMW8rl4La5yuDbXofg==
2612+
"@sentry/tracing@^7.19.0":
2613+
version "7.19.0"
2614+
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.19.0.tgz#d69ecea2c0b53d113c5100fc52d0a0acc5c8a129"
2615+
integrity sha512-SWY17M3TsgBePaGowUcSqBwaT0TJQzuNexVnLojuU0k6F57L9hubvP9zaoosoCfARXQ/3NypAFWnlJyf570rFQ==
26272616
dependencies:
2628-
"@sentry/hub" "7.11.1"
2629-
"@sentry/types" "7.11.1"
2630-
"@sentry/utils" "7.11.1"
2617+
"@sentry/core" "7.19.0"
2618+
"@sentry/types" "7.19.0"
2619+
"@sentry/utils" "7.19.0"
26312620
tslib "^1.9.3"
26322621

2633-
"@sentry/types@7.11.1":
2634-
version "7.11.1"
2635-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.11.1.tgz#06e2827f6ba37159c33644208a0453b86d25e232"
2636-
integrity sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==
2622+
"@sentry/types@7.19.0":
2623+
version "7.19.0"
2624+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.19.0.tgz#3ebb96670399b637a945fa499fa7436f7b930147"
2625+
integrity sha512-oGRAT6lfzoKrxO1mvxiSj0XHxWPd6Gd1wpPGuu6iJo03xgWDS+MIlD1h2unqL4N5fAzLjzmbC2D2lUw50Kn2pA==
26372626

2638-
"@sentry/utils@7.11.1":
2639-
version "7.11.1"
2640-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.11.1.tgz#1635c5b223369d9428bc83c9b8908c9c3287ee10"
2641-
integrity sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==
2627+
"@sentry/utils@7.19.0":
2628+
version "7.19.0"
2629+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.19.0.tgz#0e039fe57056074c3a5e47bd50d9cb4ac9a6e909"
2630+
integrity sha512-2L6lq+c9Ol2uiRxQDdcgoapmHJp24MhMN0gIkn2alSfMJ+ls6bGXzQHx6JAIdoOiwFQXRZHKL9ecfAc8O+vItA==
26422631
dependencies:
2643-
"@sentry/types" "7.11.1"
2632+
"@sentry/types" "7.19.0"
26442633
tslib "^1.9.3"
26452634

26462635
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)