chore(deps): update dependency @sentry/integrations to ^7.112.1

This commit is contained in:
renovate[bot] 2024-04-24 03:29:14 +00:00
parent 4bb7f90b51
commit 5f3a31e6c6
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240423.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.111.0",
"@sentry/integrations": "^7.112.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
@ -2530,13 +2530,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.111.0.tgz",
"integrity": "sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==",
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.1.tgz",
"integrity": "sha512-ZhOxt4sZVLqHurWqIY1ExWYZ20ViFTbqgW2GdJGHz4XwJhBln0ZVpHD+tKXy3GBEY+2Ee4qoqHi6tDrFgPvJqw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0"
"@sentry/types": "7.112.1",
"@sentry/utils": "7.112.1"
},
"engines": {
"node": ">=8"
@ -2557,14 +2557,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.111.0.tgz",
"integrity": "sha512-rNS7euKI2/1CneWbAY2NCkEro/GJbGCyxIX7okmqOjcBJ/7AnrMMU0kck7svydReF1nWvkuQ3CT27KXeKgrk4w==",
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.1.tgz",
"integrity": "sha512-jIgXT+ahUS7zmhDMAzsgQHCNA6ZwZAp0Bwjoz0tcuGzNcv7mOCnjHz5YooJVQgXuREV653RmEuGGTklrpn6S2w==",
"dev": true,
"dependencies": {
"@sentry/core": "7.111.0",
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0",
"@sentry/core": "7.112.1",
"@sentry/types": "7.112.1",
"@sentry/utils": "7.112.1",
"localforage": "^1.8.1"
},
"engines": {
@ -2572,21 +2572,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.111.0.tgz",
"integrity": "sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==",
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.1.tgz",
"integrity": "sha512-5dLIxWZfCXH5kExrsWc+R6loMr3RR6OQuonVNL3Fa8Dw37Q7aExCrjRmocOHeQKhHwNBd3QhYm7phjnbxS6Oaw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.111.0.tgz",
"integrity": "sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==",
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.1.tgz",
"integrity": "sha512-/AMGDD6OMvT2cpfL5KuDC10oTS8yOt7BAPomXJNS/xn1TRcEEEZ1TWbYZiGT5ijggQEL1OXSojpeQU8XEW8dcQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.111.0"
"@sentry/types": "7.112.1"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240423.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.111.0",
"@sentry/integrations": "^7.112.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",