Update dependency @sentry/integrations to ^7.98.0

This commit is contained in:
renovate[bot] 2024-01-25 13:15:22 +00:00
parent 651e29572e
commit e0545f87d7
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240117.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.3",
"@sentry/integrations": "^7.95.0",
"@sentry/integrations": "^7.98.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
@ -2341,14 +2341,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.95.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.95.0.tgz",
"integrity": "sha512-5d2RlQr8SHuAZ1gMT5G+R3DjyK//r24b686j18RB8k61qVhylE0SoSpJWmonDwNZnmvmpbLkYvh2kNhlAIKUTA==",
"version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.98.0.tgz",
"integrity": "sha512-iHPA6oxG2Vkv3irWyWH714vSMwzESmD5fmU8MUWjr7XXzf8XeVqgn3HkftIaAWCIfZu5mDsfOlJ9qvM5Avst5g==",
"dev": true,
"dependencies": {
"@sentry/core": "7.95.0",
"@sentry/types": "7.95.0",
"@sentry/utils": "7.95.0",
"@sentry/core": "7.98.0",
"@sentry/types": "7.98.0",
"@sentry/utils": "7.98.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2356,34 +2356,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.95.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.95.0.tgz",
"integrity": "sha512-z+ffO6jK/ZUxnRbBGmnj5sOouKZ4mvRY0KJa33kbyqcmeiJKrN81M7Ecj1IJUCamo/6RqX0GCwDDxgUPZZZBwA==",
"version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.98.0.tgz",
"integrity": "sha512-baRUcpCNGyk7cApQHMfqEZJkXdvAKK+z/dVWiMqWc5T5uhzMnPE8/gjP1JZsMtJSQ8g5nHimBdI5TwOyZtxPaA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.95.0",
"@sentry/utils": "7.95.0"
"@sentry/types": "7.98.0",
"@sentry/utils": "7.98.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.95.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.95.0.tgz",
"integrity": "sha512-ouU7NsEcrwmcnXHMNBGmKZEmKMzmgPGoBydZn1gukCI67Ci71fAYpPNrbtmjai6+jtsY21o45rVLqExru2sdfw==",
"version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.98.0.tgz",
"integrity": "sha512-pc034ziM0VTETue4bfBcBqTWGy4w0okidtoZJjGVrYAfE95ObZnUGVj/XYIQ3FeCYWIa7NFN2MvdsCS0buwivQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.95.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.95.0.tgz",
"integrity": "sha512-0zget8AOaQWLIEA9cTx/qiQQYpx2x0UfnaW5xRmQg12QGTSngo/cUm9O04zuHw5gpBBGG0ocMDHxwwr+UCCBiw==",
"version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.98.0.tgz",
"integrity": "sha512-0/LY+kpHxItVRY0xPDXPXVsKRb95cXsGSQf8sVMtfSjz++0bLL1U4k7PFz1c5s2/Vk0B8hS6duRrgMv6dMIZDw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.95.0"
"@sentry/types": "7.98.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240117.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.3",
"@sentry/integrations": "^7.95.0",
"@sentry/integrations": "^7.98.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",