Update dependency @sentry/integrations to ^7.76.0

This commit is contained in:
renovate[bot] 2023-10-27 17:13:04 +00:00
parent b603e73f3c
commit dc55f33763
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.75.1",
"@sentry/integrations": "^7.76.0",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
@ -2120,14 +2120,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.75.1.tgz",
"integrity": "sha512-qSCyTNX3DiL1aYRmdq10LRhPLfh1KJYKhbmGszC1PII4mt9FbLVmC8fSXiDbhgiuSUKKrDE+J2lC//w688lvHw==",
"version": "7.76.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.76.0.tgz",
"integrity": "sha512-4ea0PNZrGN9wKuE/8bBCRrxxw4Cq5T710y8rhdKHAlSUpbLqr/atRF53h8qH3Fi+ec0m38PB+MivKem9zUwlwA==",
"dev": true,
"dependencies": {
"@sentry/core": "7.75.1",
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1",
"@sentry/core": "7.76.0",
"@sentry/types": "7.76.0",
"@sentry/utils": "7.76.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2135,34 +2135,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.75.1.tgz",
"integrity": "sha512-Kw4KyKBxbxbh8OKO0S11Tm0gWP+6AaXXYrsq3hp8H338l/wOmIzyckmCbUrc/XJeoRqaFLJbdcCrcUEDZUvsVQ==",
"version": "7.76.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.76.0.tgz",
"integrity": "sha512-M+ptkCTeCNf6fn7p2MmEb1Wd9/JXUWxIT/0QEc+t11DNR4FYy1ZP2O9Zb3Zp2XacO7ORrlL3Yc+VIfl5JTgjfw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1"
"@sentry/types": "7.76.0",
"@sentry/utils": "7.76.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.75.1.tgz",
"integrity": "sha512-km+ygqgMDaFfTrbQwdhrptFqx0Oq15jZABqIoIpbaOCkCAMm+tyCqrFS8dTfaq5wpCktqWOy2qU/DOpppO99Cg==",
"version": "7.76.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.76.0.tgz",
"integrity": "sha512-vj6z+EAbVrKAXmJPxSv/clpwS9QjPqzkraMFk2hIdE/kii8s8kwnkBwTSpIrNc8GnzV3qYC4r3qD+BXDxAGPaw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.75.1.tgz",
"integrity": "sha512-QzW2eRjY20epD//9/tQ0FTNwdAL6XZi+LyJNUQIeK3NMnc5NgHrgpxId87gmFq8cNx47utH1Blub8RuMbKqiwQ==",
"version": "7.76.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.76.0.tgz",
"integrity": "sha512-40jFD+yfQaKpFYINghdhovzec4IEpB7aAuyH/GtE7E0gLpcqnC72r55krEIVILfqIR2Mlr5OKUzyeoCyWAU/yw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.75.1"
"@sentry/types": "7.76.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.75.1",
"@sentry/integrations": "^7.76.0",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",