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

This commit is contained in:
renovate[bot] 2024-05-04 07:36:35 +00:00 committed by GitHub
parent 92175d4054
commit 5403c76310
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@cloudflare/workers-types": "^4.20240502.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.112.2",
"@sentry/integrations": "^7.113.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
@ -2095,13 +2095,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.2.tgz",
"integrity": "sha512-gHPCcJobbMkk0VR18J65WYQTt3ED4qC6X9lHKp27Ddt63E+MDGkG6lvYBU1LS8cV7CdyBGC1XXDCfor61GvLsA==",
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.113.0.tgz",
"integrity": "sha512-pg75y3C5PG2+ur27A0Re37YTCEnX0liiEU7EOxWDGutH17x3ySwlYqLQmZsFZTSnvzv7t3MGsNZ8nT5O0746YA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2"
"@sentry/types": "7.113.0",
"@sentry/utils": "7.113.0"
},
"engines": {
"node": ">=8"
@ -2122,14 +2122,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.2.tgz",
"integrity": "sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==",
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.113.0.tgz",
"integrity": "sha512-w0sspGBQ+6+V/9bgCkpuM3CGwTYoQEVeTW6iNebFKbtN7MrM3XsGAM9I2cW1jVxFZROqCBPFtd2cs5n0j14aAg==",
"dev": true,
"dependencies": {
"@sentry/core": "7.112.2",
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2",
"@sentry/core": "7.113.0",
"@sentry/types": "7.113.0",
"@sentry/utils": "7.113.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2137,21 +2137,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.2.tgz",
"integrity": "sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==",
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.113.0.tgz",
"integrity": "sha512-PJbTbvkcPu/LuRwwXB1He8m+GjDDLKBtu3lWg5xOZaF5IRdXQU2xwtdXXsjge4PZR00tF7MO7X8ZynTgWbYaew==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.2.tgz",
"integrity": "sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==",
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.113.0.tgz",
"integrity": "sha512-nzKsErwmze1mmEsbW2AwL2oB+I5v6cDEJY4sdfLekA4qZbYZ8pV5iWza6IRl4XfzGTE1qpkZmEjPU9eyo0yvYw==",
"dev": true,
"dependencies": {
"@sentry/types": "7.112.2"
"@sentry/types": "7.113.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240502.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.112.2",
"@sentry/integrations": "^7.113.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",