Update dependency @sentry/integrations to ^7.106.0

This commit is contained in:
renovate[bot] 2024-03-08 13:45:58 +00:00
parent d972fc41cd
commit 19f5f060c0
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.105.0",
"@sentry/integrations": "^7.106.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
@ -2535,13 +2535,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.105.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.105.0.tgz",
"integrity": "sha512-5xsaTG6jZincTeJUmZomlv20mVRZUEF1U/g89lmrSOybyk2+opEnB1JeBn4ODwnvmSik8r2QLr6/RiYlaxRJCg==",
"version": "7.106.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.106.0.tgz",
"integrity": "sha512-Dc13XtnyFaXup2E4vCbzuG0QKAVjrJBk4qfGwvSJaTuopEaEWBs2MpK6hRzFhsz9S3T0La7c1F/62NptvTUWsQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.105.0",
"@sentry/utils": "7.105.0"
"@sentry/types": "7.106.0",
"@sentry/utils": "7.106.0"
},
"engines": {
"node": ">=8"
@ -2562,14 +2562,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.105.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.105.0.tgz",
"integrity": "sha512-AgzecTkF0o+C4svbroMGA+cW5LRnfFSoJnzF5ltUB67hnX906amlwbOvdkKD3MugYO02nRSjF/eEi26E1HACMA==",
"version": "7.106.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.106.0.tgz",
"integrity": "sha512-vvd2pO5S55Zpr1y4TL5KgyqIF94S4h4E9OezQoE0wlbzSd3EDIWblHcfKoBJUBMUxxgfE1dQ84BlSmfVlI7t6Q==",
"dev": true,
"dependencies": {
"@sentry/core": "7.105.0",
"@sentry/types": "7.105.0",
"@sentry/utils": "7.105.0",
"@sentry/core": "7.106.0",
"@sentry/types": "7.106.0",
"@sentry/utils": "7.106.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2577,21 +2577,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.105.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.105.0.tgz",
"integrity": "sha512-80o0KMVM+X2Ym9hoQxvJetkJJwkpCg7o6tHHFXI+Rp7fawc2iCMTa0IRQMUiSkFvntQLYIdDoNNuKdzz2PbQGA==",
"version": "7.106.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.0.tgz",
"integrity": "sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.105.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.105.0.tgz",
"integrity": "sha512-YVAV0c2KLM8+VZCicQ/E/P2+J9Vs0hGhrXwV7w6ZEAtvxrg4oF270toL1WRhvcaf8JO4J1v4V+LuU6Txs4uEeQ==",
"version": "7.106.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.0.tgz",
"integrity": "sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.105.0"
"@sentry/types": "7.106.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.105.0",
"@sentry/integrations": "^7.106.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",