Update dependency @sentry/integrations to ^7.104.0

This commit is contained in:
renovate[bot] 2024-03-01 00:05:57 +00:00
parent 2ab08004cf
commit 1b0c544016
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.2",
"@sentry/integrations": "^7.103.0",
"@sentry/integrations": "^7.104.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
@ -2535,13 +2535,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.103.0.tgz",
"integrity": "sha512-LCI+PIDoF/RLqN41fNXum3ilmS6ukni6L7t38vSdibbe2G0804EbPLtOIpv2PkS8E6CFuRW5zOb+8OwEAAtZWw==",
"version": "7.104.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.104.0.tgz",
"integrity": "sha512-XPndD6IGQGd07/EntvYVzOWQUo/Gd7L3DwYFeEKeBv6ByWjbBNmVZFRhU0GPPsCHKyW9yMU9OO9diLSS4ijsRg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.103.0",
"@sentry/utils": "7.103.0"
"@sentry/types": "7.104.0",
"@sentry/utils": "7.104.0"
},
"engines": {
"node": ">=8"
@ -2562,14 +2562,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.103.0.tgz",
"integrity": "sha512-jS1vQqBBF776xFpht4xS5cJRztbpskFELeZX57pELzy/J7PNjbO0/oypP1qK7budMxxkazJhkcNwJw9eUFT0pg==",
"version": "7.104.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.104.0.tgz",
"integrity": "sha512-heZGds3bz2ZscH8s1a2bDsEYDyA7VXvV2dJeonG2QZAki2PvtaJqSfyTeVp/BlrpOxrI56BOVcZdu9yCFGC3eQ==",
"dev": true,
"dependencies": {
"@sentry/core": "7.103.0",
"@sentry/types": "7.103.0",
"@sentry/utils": "7.103.0",
"@sentry/core": "7.104.0",
"@sentry/types": "7.104.0",
"@sentry/utils": "7.104.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2577,21 +2577,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.103.0.tgz",
"integrity": "sha512-NCvKyx8d2AGBQKPARrJemZmZ16DiMo688OEikZg4BbvFNDUzK5Egm2BH0vfLDhbNkU19o3maJowrYo42m8r9Zw==",
"version": "7.104.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.104.0.tgz",
"integrity": "sha512-5bs0xe0+GZR4QBm9Nrqw59o0sv3kBtCosrZDVxBru/dQbrfnB+/kVorvuM0rV3+coNITTKcKDegSZmK1d2uOGQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.103.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.103.0.tgz",
"integrity": "sha512-phkUJt3F0UOkVq+M4GfdAh2ewI3ASrNiJddx9aO7GnT0aDwwVBHZltnqt95qgAB8W+BipTSt1dAh8yUbbq1Ceg==",
"version": "7.104.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.104.0.tgz",
"integrity": "sha512-ZVg+xZirI9DlOi0NegNVocswdh/8p6QkzlQzDQY2LP2CC6JQdmwi64o0S4rPH4YIHNKQJTpIjduoxeKgd1EO5g==",
"dev": true,
"dependencies": {
"@sentry/types": "7.103.0"
"@sentry/types": "7.104.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.2",
"@sentry/integrations": "^7.103.0",
"@sentry/integrations": "^7.104.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",