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

This commit is contained in:
renovate[bot] 2024-04-24 15:00:29 +00:00
parent 5f3a31e6c6
commit e617991f8b
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.112.1",
"@sentry/integrations": "^7.112.2",
"@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.112.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.1.tgz",
"integrity": "sha512-ZhOxt4sZVLqHurWqIY1ExWYZ20ViFTbqgW2GdJGHz4XwJhBln0ZVpHD+tKXy3GBEY+2Ee4qoqHi6tDrFgPvJqw==",
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.2.tgz",
"integrity": "sha512-gHPCcJobbMkk0VR18J65WYQTt3ED4qC6X9lHKp27Ddt63E+MDGkG6lvYBU1LS8cV7CdyBGC1XXDCfor61GvLsA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.112.1",
"@sentry/utils": "7.112.1"
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2"
},
"engines": {
"node": ">=8"
@ -2557,14 +2557,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.1.tgz",
"integrity": "sha512-jIgXT+ahUS7zmhDMAzsgQHCNA6ZwZAp0Bwjoz0tcuGzNcv7mOCnjHz5YooJVQgXuREV653RmEuGGTklrpn6S2w==",
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.2.tgz",
"integrity": "sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==",
"dev": true,
"dependencies": {
"@sentry/core": "7.112.1",
"@sentry/types": "7.112.1",
"@sentry/utils": "7.112.1",
"@sentry/core": "7.112.2",
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2",
"localforage": "^1.8.1"
},
"engines": {
@ -2572,21 +2572,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.1.tgz",
"integrity": "sha512-5dLIxWZfCXH5kExrsWc+R6loMr3RR6OQuonVNL3Fa8Dw37Q7aExCrjRmocOHeQKhHwNBd3QhYm7phjnbxS6Oaw==",
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.2.tgz",
"integrity": "sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.112.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.1.tgz",
"integrity": "sha512-/AMGDD6OMvT2cpfL5KuDC10oTS8yOt7BAPomXJNS/xn1TRcEEEZ1TWbYZiGT5ijggQEL1OXSojpeQU8XEW8dcQ==",
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.2.tgz",
"integrity": "sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.112.1"
"@sentry/types": "7.112.2"
},
"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.112.1",
"@sentry/integrations": "^7.112.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",