Skip to content

Commit

Permalink
fix(deps): update sentry dependencies to v8.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 0365687 commit e8e6837
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 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.45.1",
"@sentry/utils": "8.45.1",
"@sentry/types": "8.45.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "26.0.1",
Expand Down
31 changes: 15 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,13 +1508,10 @@
"@sentry/utils" "7.23.0"
tslib "^1.9.3"

"@sentry/[email protected]":
version "8.9.2"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.9.2.tgz#af0f2ec25b88da5467cf327d2ffcd555323c30e6"
integrity sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/utils" "8.9.2"
"@sentry/[email protected]":
version "8.45.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.45.1.tgz#da3b13a8fd2276e8a1d4f5a38f9b8a0ed6647b49"
integrity sha512-1fGmkr0paZshh38mD29c4CfkRkgFoYDaAGyDLoGYfTbEph/lU8RHB2HWzN93McqNdMEhl1DRRyqIasUZoPlqSA==

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

"@sentry/[email protected]":
version "8.9.2"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.9.2.tgz#d143383fc35552d9f153042cc6d56c5ee8ec2fa6"
integrity sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==
"@sentry/[email protected]":
version "8.45.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.45.1.tgz#6abc8b48cf5bd153bc5e4ed4eb4cdd98af112cbd"
integrity sha512-6AStsX4J/2pWLKwN1CLgh0U2NagZQ5W1L00w596brg+9HMiwOfIIhI2sPuZvTl37E6Rjzc6JUljXhJWftDBJ5g==
dependencies:
"@sentry/core" "8.45.1"

"@sentry/[email protected]":
version "7.23.0"
Expand All @@ -1571,12 +1570,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.45.1":
version "8.45.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.45.1.tgz#94087f09b1dd86d2521ca5ccd9291b156396260c"
integrity sha512-55r3s8JPvjIW/YVQaUBuxrEUzlogsxPLScWnLOY9ZyGS72M3sOLl17L9GcmYmOgwD+3jDeURvh/WgfKMC6zVgg==
dependencies:
"@sentry/types" "8.9.2"
"@sentry/core" "8.45.1"

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

0 comments on commit e8e6837

Please sign in to comment.