Skip to content

Commit

Permalink
Update sentry dependencies to 7.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcepa committed Dec 25, 2022
1 parent 5712267 commit 5f6cea5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-dragons-tell.md
@@ -0,0 +1,5 @@
---
'toucan-js': minor
---

Update Sentry dependencies to 7.28.1
6 changes: 3 additions & 3 deletions packages/toucan-js/package.json
Expand Up @@ -29,9 +29,9 @@
"serverless"
],
"dependencies": {
"@sentry/core": "7.23.0",
"@sentry/utils": "7.23.0",
"@sentry/types": "7.23.0"
"@sentry/core": "7.28.1",
"@sentry/utils": "7.28.1",
"@sentry/types": "7.28.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.3",
Expand Down
22 changes: 22 additions & 0 deletions yarn.lock
Expand Up @@ -1594,6 +1594,15 @@
"@sentry/utils" "7.23.0"
tslib "^1.9.3"

"@sentry/core@7.28.1":
version "7.28.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.28.1.tgz#c712ce17469b18b01606108817be24a99ed2116e"
integrity sha512-7wvnuvn/mrAfcugWoCG/3pqDIrUgH5t+HisMJMGw0h9Tc33KqrmqMDCQVvjlrr2pWrw/vuUCFdm8CbUHJ832oQ==
dependencies:
"@sentry/types" "7.28.1"
"@sentry/utils" "7.28.1"
tslib "^1.9.3"

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

"@sentry/types@7.28.1":
version "7.28.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.28.1.tgz#9018b4c152b475de9bedd267237393d3c9b1253d"
integrity sha512-DvSplMVrVEmOzR2M161V5+B8Up3vR71xMqJOpWTzE9TqtFJRGPtqT/5OBsNJJw1+/j2ssMcnKwbEo9Q2EGeS6g==

"@sentry/utils@7.23.0":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.23.0.tgz#5f38640fe49f5abac88f048b92d3e83375d7ddf7"
Expand All @@ -1644,6 +1658,14 @@
"@sentry/types" "7.23.0"
tslib "^1.9.3"

"@sentry/utils@7.28.1":
version "7.28.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.28.1.tgz#0a7b6aa4b09e91e4d1aded2a8c8dbaf818cee96e"
integrity sha512-75/jzLUO9HH09iC9TslNimGbxOP3jgn89P+q7uR+rp2fJfRExHVeKJZQdK0Ij4/SmE7TJ3Uh2r154N0INZEx1g==
dependencies:
"@sentry/types" "7.28.1"
tslib "^1.9.3"

"@sentry/vite-plugin@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-0.2.3.tgz#cd290f8bb5808cfc46de2b827078485a9d4cf64f"
Expand Down

0 comments on commit 5f6cea5

Please sign in to comment.