Update dependency @sentry/integrations to ^7.80.0

This commit is contained in:
renovate[bot] 2023-11-09 17:17:22 +00:00
parent 0aa128b44f
commit 675b4a14ab
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", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.0", "@sentry/esbuild-plugin": "^2.10.0",
"@sentry/integrations": "^7.79.0", "@sentry/integrations": "^7.80.0",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0", "@typescript-eslint/parser": "^6.10.0",
@ -2118,14 +2118,14 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.79.0", "version": "7.80.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.79.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.80.0.tgz",
"integrity": "sha512-BcD9KDgvFFoVkWGTZXu4jZ/zitXYJr39B0CQuJUfO/QquoKdAGvzcNXOKrq/sT9yMu1kl3e9MVqNxxrbXUkWWQ==", "integrity": "sha512-9xI+jtqSBrAG/Y2f4OyeJhl6WZR3i0qCXRwqCZoCFCDgN4ZQORc4VBwaC3nW2s9jgfb13FC2FQToGOVrRnsetg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.79.0", "@sentry/core": "7.80.0",
"@sentry/types": "7.79.0", "@sentry/types": "7.80.0",
"@sentry/utils": "7.79.0", "@sentry/utils": "7.80.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
@ -2133,34 +2133,34 @@
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": { "node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.79.0", "version": "7.80.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.79.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.80.0.tgz",
"integrity": "sha512-9vG7SfOcJNJNiqlqg4MuHDUCaSf2ZXpv3eZYRPbBkgPGr8X1ekrSABpOK+6kBNvbtKxfWVTWbLpAA6xU+cwnVw==", "integrity": "sha512-nJiiymdTSEyI035/rdD3VOq6FlOZ2wWLR5bit9LK8a3rzHU3UXkwScvEo6zYgs0Xp1sC0yu1S9+0BEiYkmi29A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.79.0", "@sentry/types": "7.80.0",
"@sentry/utils": "7.79.0" "@sentry/utils": "7.80.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/types": { "node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.79.0", "version": "7.80.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.79.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.80.0.tgz",
"integrity": "sha512-3tV32+v/DF8w7kD0p3kLWtgVTVdFL39oGY02+vz//rjWg/vzeqSE95mCYKm5pUfd6cPETX/8dunCiuTBQIkTHQ==", "integrity": "sha512-4bpMO+2jWiWLDa8zbTASWWNLWe6yhjfPsa7/6VH5y9x1NGtL8oRbqUsTgsvjF3nmeHEMkHQsC8NHPaQ/ibFmZQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/utils": { "node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.79.0", "version": "7.80.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.79.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.80.0.tgz",
"integrity": "sha512-tUTlb6PvfZawqBmBK9CPXflqrZDXHKWoX3fve2zLK6W0FSpIMOO4TH8PBqkHBFs0ZgF/bnv/bsM4z7uEAlAtzg==", "integrity": "sha512-XbBCEl6uLvE50ftKwrEo6XWdDaZXHXu+kkHXTPWQEcnbvfZKLuG9V0Hxtxxq3xQgyWmuF05OH1GcqYqiO+v5Yg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.79.0" "@sentry/types": "7.80.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.0", "@sentry/esbuild-plugin": "^2.10.0",
"@sentry/integrations": "^7.79.0", "@sentry/integrations": "^7.80.0",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0", "@typescript-eslint/parser": "^6.10.0",