Update dependency @sentry/integrations to ^7.71.0

This commit is contained in:
renovate[bot] 2023-09-26 00:51:26 +00:00
parent 2eebd7c187
commit caf668ed11
2 changed files with 44 additions and 7 deletions

49
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20230922.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.70.0",
"@sentry/integrations": "^7.71.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
@ -2116,12 +2116,13 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.70.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.70.0.tgz",
"integrity": "sha512-ffIEuiElROzl4IpYX0O7vtPaadXVycPtyjq86YTHjd2TUFcYuQTPBm5UjEVE0/sSNNCdfWYxNThU/fVyq93l1g==",
"version": "7.71.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.71.0.tgz",
"integrity": "sha512-7Ay58ckFq+ra8OzV6HjO/SrCJIkuanp7NP/X2KVLKTyRfS+V3kqj/bAnyIodqQlJCiZV40PaEagIhDM9Fr/7/Q==",
"dev": true,
"dependencies": {
"@sentry/types": "7.70.0",
"@sentry/utils": "7.70.0",
"@sentry/types": "7.71.0",
"@sentry/utils": "7.71.0",
"localforage": "^1.8.1",
"tslib": "^2.4.1 || ^1.9.3"
},
@ -2129,6 +2130,28 @@
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.71.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.71.0.tgz",
"integrity": "sha512-30PRLZI1RoeWbLE9K7AHsRPWDH22CqC4WcLNeVmRfLC5m1vE1FHb53r98QSKFhLoONMPMVzDhZZgl4ZcC5mptQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.71.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.71.0.tgz",
"integrity": "sha512-aS53l/E/5XsSJMOXHKvS0GlX4gZHBgNAMfhEB3f8rUIn5iLF2uu8lCA1uEvX6VB8b7q/Cg4WFTi6BiJ0hvJHQg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.71.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": {
"version": "7.70.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.70.0.tgz",
@ -6848,6 +6871,20 @@
"@sentry/utils": "7.70.0"
}
},
"node_modules/toucan-js/node_modules/@sentry/integrations": {
"version": "7.70.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.70.0.tgz",
"integrity": "sha512-ffIEuiElROzl4IpYX0O7vtPaadXVycPtyjq86YTHjd2TUFcYuQTPBm5UjEVE0/sSNNCdfWYxNThU/fVyq93l1g==",
"dependencies": {
"@sentry/types": "7.70.0",
"@sentry/utils": "7.70.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

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20230922.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.70.0",
"@sentry/integrations": "^7.71.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",