Update dependency @sentry/integrations to ^7.79.0

This commit is contained in:
renovate[bot] 2023-11-08 16:48:05 +00:00
parent 08b52375ed
commit a3bd2a5b75
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.9.0", "@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.78.0", "@sentry/integrations": "^7.79.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.78.0", "version": "7.79.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.78.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.79.0.tgz",
"integrity": "sha512-h5D2CqM3KPD5hcDFBSsaVGUz95QDuEaKU9juhb96os5zpg5c3VfSWE+u9CuABXu+cXS5+TVfffVrZ+A+YFo+Rg==", "integrity": "sha512-BcD9KDgvFFoVkWGTZXu4jZ/zitXYJr39B0CQuJUfO/QquoKdAGvzcNXOKrq/sT9yMu1kl3e9MVqNxxrbXUkWWQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.78.0", "@sentry/core": "7.79.0",
"@sentry/types": "7.78.0", "@sentry/types": "7.79.0",
"@sentry/utils": "7.78.0", "@sentry/utils": "7.79.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.78.0", "version": "7.79.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.78.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.79.0.tgz",
"integrity": "sha512-cf8U+1cNkIK14KC5ySXtzu4RW5Veto3lqkS95Rbl4ExUsrVsfansFNH63j6Bvu7UbJlBRK67uf6Ug2GBbUBUIg==", "integrity": "sha512-9vG7SfOcJNJNiqlqg4MuHDUCaSf2ZXpv3eZYRPbBkgPGr8X1ekrSABpOK+6kBNvbtKxfWVTWbLpAA6xU+cwnVw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.78.0", "@sentry/types": "7.79.0",
"@sentry/utils": "7.78.0" "@sentry/utils": "7.79.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.78.0", "version": "7.79.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.78.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.79.0.tgz",
"integrity": "sha512-XNyu6EFTrXmKlVgKHOxGdBJ6Aw7BnMBWtptr5TPOQJ4kh+rP+4DB3I6nafcSSUbIsO+hBVgBpj0J8R3Ps86CMQ==", "integrity": "sha512-3tV32+v/DF8w7kD0p3kLWtgVTVdFL39oGY02+vz//rjWg/vzeqSE95mCYKm5pUfd6cPETX/8dunCiuTBQIkTHQ==",
"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.78.0", "version": "7.79.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.78.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.79.0.tgz",
"integrity": "sha512-vxPZaMTthMgEgKvlkuqD9rQuQ4Q8fsWAuOuzeuwUbrVCBIeM/WpmyjUUx4ozy6axNGXSXGE4CzrEQUNv3+t9kQ==", "integrity": "sha512-tUTlb6PvfZawqBmBK9CPXflqrZDXHKWoX3fve2zLK6W0FSpIMOO4TH8PBqkHBFs0ZgF/bnv/bsM4z7uEAlAtzg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.78.0" "@sentry/types": "7.79.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.9.0", "@sentry/esbuild-plugin": "^2.9.0",
"@sentry/integrations": "^7.78.0", "@sentry/integrations": "^7.79.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",