Skip to content

Commit

Permalink
fix(deps): update sentry dependencies to v8.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 0365687 commit 5955990
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.41.0",
"@sentry/utils": "8.41.0",
"@sentry/types": "8.41.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,12 @@
"@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.41.0":
version "8.41.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.41.0.tgz#e8a25cacd25fe4358f3179e85f3c2697427fe5a6"
integrity sha512-3v7u3t4LozCA5SpZY4yqUN2U3jSrkXNoLgz6L2SUUiydyCuSwXZIFEwpLJfgQyidpNDifeQbBI5E1O910XkPsA==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/utils" "8.9.2"
"@sentry/types" "8.41.0"

"@sentry/esbuild-plugin@^0.2.3":
version "0.2.3"
Expand Down Expand Up @@ -1558,10 +1557,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.41.0":
version "8.41.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.41.0.tgz#db40c93bcedad26569c5dfe10a4b31253c349a10"
integrity sha512-eqdnGr9k9H++b9CjVUoTNUVahPVWeNnMy0YGkqS5+cjWWC+x43p56202oidGFmWo6702ub/xwUNH6M5PC4kq6A==

"@sentry/[email protected]":
version "7.23.0"
Expand All @@ -1571,12 +1570,13 @@
"@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.41.0":
version "8.41.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.41.0.tgz#c982fa1437eb94c1cd69548c991c17da6349d3b2"
integrity sha512-0K4jxDaJJOIxZDbpGdkvzbm2hFq4oRdGtZeu7/SH2fSWZc2dpD4Xnh5TFDJq3JmyojdOGUBzs+wkPg/6Xj8Uew==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/core" "8.41.0"
"@sentry/types" "8.41.0"

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

0 comments on commit 5955990

Please sign in to comment.