Update dependency @sentry/integrations to ^7.72.0

This commit is contained in:
renovate[bot] 2023-09-26 18:49:16 +00:00
parent caf668ed11
commit 27456b57ec
2 changed files with 14 additions and 14 deletions

26
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.71.0",
"@sentry/integrations": "^7.72.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
@ -2116,13 +2116,13 @@
}
},
"node_modules/@sentry/integrations": {
"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==",
"version": "7.72.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.72.0.tgz",
"integrity": "sha512-ay2WgLtjsr0WS8+N7i7VmKzondoZRh3ISx8rb91LjmVrDNu8baleZAB59jkKe/JSy0gYh99umJuptc2te/65+A==",
"dev": true,
"dependencies": {
"@sentry/types": "7.71.0",
"@sentry/utils": "7.71.0",
"@sentry/types": "7.72.0",
"@sentry/utils": "7.72.0",
"localforage": "^1.8.1",
"tslib": "^2.4.1 || ^1.9.3"
},
@ -2131,21 +2131,21 @@
}
},
"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==",
"version": "7.72.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.72.0.tgz",
"integrity": "sha512-g6u0mk62yGshx02rfFADIfyR/S9VXcf3RG2qQPuvykrWtOfN/BOTrZypF7I+MiqKwRW76r3Pcu2C/AB+6z9XQA==",
"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==",
"version": "7.72.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.72.0.tgz",
"integrity": "sha512-o/MtqI7WJXuswidH0bSgBP40KN2lrnyQEIx5uoyJUJi/QEaboIsqbxU62vaFJpde8SYrbA+rTnP3J3ujF2gUag==",
"dev": true,
"dependencies": {
"@sentry/types": "7.71.0",
"@sentry/types": "7.72.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {

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.71.0",
"@sentry/integrations": "^7.72.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",