Update dependency @sentry/integrations to ^7.75.1

This commit is contained in:
renovate[bot] 2023-10-25 13:24:08 +00:00
parent 267acfc9a6
commit 6165ee436c
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231016.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.75.0",
"@sentry/integrations": "^7.75.1",
"@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.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.75.0.tgz",
"integrity": "sha512-dnKZvPJBj+KiOIteYJEVuZcB3Hcd6NYdQ3xJhGk5FD4+gGOHTF+8kMdBC6q+Rnkyc63IB0vPRMhhs/T5XbWByg==",
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.75.1.tgz",
"integrity": "sha512-qSCyTNX3DiL1aYRmdq10LRhPLfh1KJYKhbmGszC1PII4mt9FbLVmC8fSXiDbhgiuSUKKrDE+J2lC//w688lvHw==",
"dev": true,
"dependencies": {
"@sentry/core": "7.75.0",
"@sentry/types": "7.75.0",
"@sentry/utils": "7.75.0",
"@sentry/core": "7.75.1",
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1",
"localforage": "^1.8.1"
},
"engines": {
@ -2135,34 +2135,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.75.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.75.0.tgz",
"integrity": "sha512-vXg3cdJgwzP24oTS9zFCgLW4MgTkMZqXx+ESRq7gTD9qJTpcmAmYT+Ckmvebg8K6DBThV6+0v61r50na2+XdrA==",
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.75.1.tgz",
"integrity": "sha512-Kw4KyKBxbxbh8OKO0S11Tm0gWP+6AaXXYrsq3hp8H338l/wOmIzyckmCbUrc/XJeoRqaFLJbdcCrcUEDZUvsVQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.75.0",
"@sentry/utils": "7.75.0"
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.75.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.75.0.tgz",
"integrity": "sha512-xG8OLADxG7HpGhMxrF4v4tKq/v/gqmLsTZ858R51pz0xCWM8SK6ZSWOKudkAGBIpRjI6RUHMnkBtRAN2aKDOkQ==",
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.75.1.tgz",
"integrity": "sha512-km+ygqgMDaFfTrbQwdhrptFqx0Oq15jZABqIoIpbaOCkCAMm+tyCqrFS8dTfaq5wpCktqWOy2qU/DOpppO99Cg==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.75.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.75.0.tgz",
"integrity": "sha512-UHWKeevhUNRp+mAWDbMVFOMgseoq8t/xFgdUywO/2PC14qZKRBH+0k1BKoNkp5sOzDT06ETj2w6wYoYhy6i+dA==",
"version": "7.75.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.75.1.tgz",
"integrity": "sha512-QzW2eRjY20epD//9/tQ0FTNwdAL6XZi+LyJNUQIeK3NMnc5NgHrgpxId87gmFq8cNx47utH1Blub8RuMbKqiwQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.75.0"
"@sentry/types": "7.75.1"
},
"engines": {
"node": ">=8"

View file

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