Update dependency @sentry/integrations to ^7.95.0

This commit is contained in:
renovate[bot] 2024-01-23 22:08:37 +00:00
parent 698c348b0f
commit febb81d6bb
2 changed files with 42 additions and 8 deletions

48
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.94.1",
"@sentry/integrations": "^7.95.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
@ -2341,20 +2341,54 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.94.1.tgz",
"integrity": "sha512-Fw7OxLlGkrVAVO9WtBJezrb5IxxItCTuefv2IfKku+A5EhHtH1AhXYjQynmt0TLLYIUlyBWiatpOngBzS2wSxw==",
"version": "7.95.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.95.0.tgz",
"integrity": "sha512-5d2RlQr8SHuAZ1gMT5G+R3DjyK//r24b686j18RB8k61qVhylE0SoSpJWmonDwNZnmvmpbLkYvh2kNhlAIKUTA==",
"dev": true,
"dependencies": {
"@sentry/core": "7.94.1",
"@sentry/types": "7.94.1",
"@sentry/utils": "7.94.1",
"@sentry/core": "7.95.0",
"@sentry/types": "7.95.0",
"@sentry/utils": "7.95.0",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"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==",
"dev": true,
"dependencies": {
"@sentry/types": "7.95.0",
"@sentry/utils": "7.95.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==",
"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==",
"dev": true,
"dependencies": {
"@sentry/types": "7.95.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.94.1",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.94.1.tgz",

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.94.1",
"@sentry/integrations": "^7.95.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",