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

This commit is contained in:
renovate[bot] 2024-05-12 16:51:23 +00:00
parent d1ee500e1b
commit 2ddac0fa8e
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.113.0",
"@sentry/integrations": "^7.114.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.113.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.113.0.tgz",
"integrity": "sha512-pg75y3C5PG2+ur27A0Re37YTCEnX0liiEU7EOxWDGutH17x3ySwlYqLQmZsFZTSnvzv7t3MGsNZ8nT5O0746YA==",
"version": "7.114.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.114.0.tgz",
"integrity": "sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.113.0",
"@sentry/utils": "7.113.0"
"@sentry/types": "7.114.0",
"@sentry/utils": "7.114.0"
},
"engines": {
"node": ">=8"
@ -2122,14 +2122,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.113.0.tgz",
"integrity": "sha512-w0sspGBQ+6+V/9bgCkpuM3CGwTYoQEVeTW6iNebFKbtN7MrM3XsGAM9I2cW1jVxFZROqCBPFtd2cs5n0j14aAg==",
"version": "7.114.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.114.0.tgz",
"integrity": "sha512-BJIBWXGKeIH0ifd7goxOS29fBA8BkEgVVCahs6xIOXBjX1IRS6PmX0zYx/GP23nQTfhJiubv2XPzoYOlZZmDxg==",
"dev": true,
"dependencies": {
"@sentry/core": "7.113.0",
"@sentry/types": "7.113.0",
"@sentry/utils": "7.113.0",
"@sentry/core": "7.114.0",
"@sentry/types": "7.114.0",
"@sentry/utils": "7.114.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2137,21 +2137,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.113.0.tgz",
"integrity": "sha512-PJbTbvkcPu/LuRwwXB1He8m+GjDDLKBtu3lWg5xOZaF5IRdXQU2xwtdXXsjge4PZR00tF7MO7X8ZynTgWbYaew==",
"version": "7.114.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.114.0.tgz",
"integrity": "sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.113.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.113.0.tgz",
"integrity": "sha512-nzKsErwmze1mmEsbW2AwL2oB+I5v6cDEJY4sdfLekA4qZbYZ8pV5iWza6IRl4XfzGTE1qpkZmEjPU9eyo0yvYw==",
"version": "7.114.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.114.0.tgz",
"integrity": "sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.113.0"
"@sentry/types": "7.114.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.113.0",
"@sentry/integrations": "^7.114.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",