Update dependency @sentry/integrations to ^7.99.0

This commit is contained in:
renovate[bot] 2024-01-30 19:52:10 +00:00
parent b2ac8b88ad
commit a3e730abb2
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240129.0", "@cloudflare/workers-types": "^4.20240129.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.3", "@sentry/esbuild-plugin": "^2.10.3",
"@sentry/integrations": "^7.98.0", "@sentry/integrations": "^7.99.0",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0", "@typescript-eslint/parser": "^6.20.0",
@ -2341,20 +2341,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.98.0", "version": "7.99.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.98.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.99.0.tgz",
"integrity": "sha512-iHPA6oxG2Vkv3irWyWH714vSMwzESmD5fmU8MUWjr7XXzf8XeVqgn3HkftIaAWCIfZu5mDsfOlJ9qvM5Avst5g==", "integrity": "sha512-q4Nwpc27DTWlR7nDerd1o6KHlT/0usK+3xfBTZ1feVIAHCxt6ohCyZdoQ97+4kQiJJdX47MEmJYsXUlj62yZNg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.98.0", "@sentry/core": "7.99.0",
"@sentry/types": "7.98.0", "@sentry/types": "7.99.0",
"@sentry/utils": "7.98.0", "@sentry/utils": "7.99.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.99.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.99.0.tgz",
"integrity": "sha512-vOAtzcAXEUtS/oW7wi3wMkZ3hsb5Ch96gKyrrj/mXdOp2zrcwdNV6N9/pawq2E9P/7Pw8AXw4CeDZztZrjQLuA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.99.0",
"@sentry/utils": "7.99.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.99.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.99.0.tgz",
"integrity": "sha512-94qwOw4w40sAs5mCmzcGyj8ZUu/KhnWnuMZARRq96k+SjRW/tHFAOlIdnFSrt3BLPvSOK7R3bVAskZQ0N4FTmA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.99.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.99.0.tgz",
"integrity": "sha512-cYZy5WNTkWs5GgggGnjfGqC44CWir0pAv4GVVSx0fsup4D4pMKBJPrtub15f9uC+QkUf3vVkqwpBqeFxtmJQTQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.99.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.98.0", "version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.98.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.98.0.tgz",

View file

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