Update dependency @sentry/integrations to ^7.81.1

This commit is contained in:
renovate[bot] 2023-11-21 12:30:12 +00:00
parent b9e654a351
commit cd40df18f0
2 changed files with 42 additions and 8 deletions

48
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.10.1",
"@sentry/integrations": "^7.81.0",
"@sentry/integrations": "^7.81.1",
"@types/jest": "^29.5.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
@ -2129,20 +2129,54 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.81.0.tgz",
"integrity": "sha512-CF2YaQC7IPai17p+i4bChWp0O1H/jrXkBlTmHjGG0fBAAQflPevglYp4qMn0V9/erX8lBo3MseimGwtAxbG7dA==",
"version": "7.81.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.81.1.tgz",
"integrity": "sha512-DN5ONn0/LX5HHVPf1EBGHFssIZaZmLgkqUIeMqCNYBpB4DiOrJANnGwTcWKDPphqhdPxjnPv9AGRLaU0PdvvZQ==",
"dev": true,
"dependencies": {
"@sentry/core": "7.81.0",
"@sentry/types": "7.81.0",
"@sentry/utils": "7.81.0",
"@sentry/core": "7.81.1",
"@sentry/types": "7.81.1",
"@sentry/utils": "7.81.1",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.81.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.81.1.tgz",
"integrity": "sha512-tU37yAmckOGCw/moWKSwekSCWWJP15O6luIq+u7wal22hE88F3Vc5Avo8SeF3upnPR+4ejaOFH+BJTr6bgrs6Q==",
"dev": true,
"dependencies": {
"@sentry/types": "7.81.1",
"@sentry/utils": "7.81.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.81.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.81.1.tgz",
"integrity": "sha512-dvJvGyctiaPMIQqa46k56Re5IODWMDxiHJ1UjBs/WYDLrmWFPGrEbyJ8w8CYLhYA+7qqrCyIZmHbWSTRIxstHw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.81.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.81.1.tgz",
"integrity": "sha512-gq+MDXIirHKxNZ+c9/lVvCXd6y2zaZANujwlFggRH2u9SRiPaIXVilLpvMm4uJqmqBMEcY81ArujExtHvkbCqg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.81.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.81.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.81.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.1",
"@sentry/integrations": "^7.81.0",
"@sentry/integrations": "^7.81.1",
"@types/jest": "^29.5.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",