Update dependency @sentry/integrations to ^7.65.0

This commit is contained in:
renovate[bot] 2023-08-28 14:45:19 +00:00
parent b84568d87d
commit 25d13aa03e
2 changed files with 44 additions and 7 deletions

49
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/integrations": "^7.64.0",
"@sentry/integrations": "^7.65.0",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
@ -2112,12 +2112,13 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.64.0.tgz",
"integrity": "sha512-6gbSGiruOifAmLtXw//Za19GWiL5qugDMEFxSvc5WrBWb+A8UK+foPn3K495OcivLS68AmqAQCUGb+6nlVowwA==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.65.0.tgz",
"integrity": "sha512-9b54p0UrkWe9+RAWWTObJQ2k/uStqaUj7BkNFyuaxfKQ4IZViqc4Sa7d7zX2X1oynGNL3ic7iqcgVTh7NvNsAQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0",
"@sentry/types": "7.65.0",
"@sentry/utils": "7.65.0",
"localforage": "^1.8.1",
"tslib": "^2.4.1 || ^1.9.3"
},
@ -2125,6 +2126,28 @@
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.65.0.tgz",
"integrity": "sha512-YYq7IDLLhpSBTmHoyWFtq/5ZDaEJ01r7xGuhB0aSIq33cm2I7im/B3ipzoOP/ukGZSIhuYVW9t531xZEO0+6og==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.65.0.tgz",
"integrity": "sha512-2JEBf4jzRSClhp+LJpX/E3QgHEeKvXqFMeNhmwQ07qqd6szhfH2ckYFj4gXk6YiGGY4Act3C6oxLfdZovG71bw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.65.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.64.0.tgz",
@ -7319,6 +7342,20 @@
"@sentry/utils": "7.64.0"
}
},
"node_modules/toucan-js/node_modules/@sentry/integrations": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.64.0.tgz",
"integrity": "sha512-6gbSGiruOifAmLtXw//Za19GWiL5qugDMEFxSvc5WrBWb+A8UK+foPn3K495OcivLS68AmqAQCUGb+6nlVowwA==",
"dependencies": {
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0",
"localforage": "^1.8.1",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/integrations": "^7.64.0",
"@sentry/integrations": "^7.65.0",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",