Skip to content

Commit

Permalink
fix(deps): update sentry dependencies to v8.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 0365687 commit 3cd8394
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/toucan-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"serverless"
],
"dependencies": {
"@sentry/core": "8.9.2",
"@sentry/utils": "8.9.2",
"@sentry/types": "8.9.2"
"@sentry/core": "8.30.0",
"@sentry/utils": "8.30.0",
"@sentry/types": "8.30.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "26.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,13 +1508,13 @@
"@sentry/utils" "7.23.0"
tslib "^1.9.3"

"@sentry/core@8.9.2":
version "8.9.2"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.9.2.tgz#af0f2ec25b88da5467cf327d2ffcd555323c30e6"
integrity sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==
"@sentry/core@8.30.0":
version "8.30.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.30.0.tgz#f929e42e9a537bfa3eb6024082714e9ab98d822b"
integrity sha512-CJ/FuWLw0QEKGKXGL/nm9eaOdajEcmPekLuHAuOCxID7N07R9l9laz3vFbAkUZ97GGDv3sYrJZgywfY3Moropg==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/utils" "8.9.2"
"@sentry/types" "8.30.0"
"@sentry/utils" "8.30.0"

"@sentry/esbuild-plugin@^0.2.3":
version "0.2.3"
Expand Down Expand Up @@ -1558,10 +1558,10 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.23.0.tgz#5d2ce94d81d7c1fad702645306f3c0932708cad5"
integrity sha512-fZ5XfVRswVZhKoCutQ27UpIHP16tvyc6ws+xq+njHv8Jg8gFBCoOxlJxuFhegD2xxylAn1aiSHNAErFWdajbpA==

"@sentry/types@8.9.2":
version "8.9.2"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.9.2.tgz#d143383fc35552d9f153042cc6d56c5ee8ec2fa6"
integrity sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==
"@sentry/types@8.30.0":
version "8.30.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.30.0.tgz#5f5011f5b16bafd30a039ca5e8c337e948c703fb"
integrity sha512-kgWW2BCjBmVlSQRG32GonHEVyeDbys74xf9mLPvynwHTgw3+NUlNAlEdu05xnb2ow4bCTHfbkS5G1zRgyv5k4Q==

"@sentry/utils@7.23.0":
version "7.23.0"
Expand All @@ -1571,12 +1571,12 @@
"@sentry/types" "7.23.0"
tslib "^1.9.3"

"@sentry/utils@8.9.2":
version "8.9.2"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.9.2.tgz#58b003d9c1302f61192e7c99ea42bf1cd5cad7f7"
integrity sha512-A4srR9mEBFdVXwSEKjQ94msUbVkMr8JeFiEj9ouOFORw/Y/ux/WV2bWVD/ZI9wq0TcTNK8L1wBgU8UMS5lIq3A==
"@sentry/utils@8.30.0":
version "8.30.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.30.0.tgz#2343dd8593ea83890b3e0d792ed3fa257955a26b"
integrity sha512-wZxU2HWlzsnu8214Xy7S7cRIuD6h8Z5DnnkojJfX0i0NLooepZQk2824el1Q13AakLb7/S8CHSHXOMnCtoSduw==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/types" "8.30.0"

"@sentry/vite-plugin@^0.2.3":
version "0.2.3"
Expand Down

0 comments on commit 3cd8394

Please sign in to comment.