Update dependency @sentry/integrations to ^7.111.0

This commit is contained in:
renovate[bot] 2024-04-18 19:49:41 +00:00
parent 95625f583a
commit 4b61c6ef50
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240405.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/integrations": "^7.110.0",
"@sentry/integrations": "^7.111.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
@ -2530,13 +2530,13 @@
}
},
"node_modules/@sentry/core": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.110.0.tgz",
"integrity": "sha512-g4suCQO94mZsKVaAbyD1zLFC5YSuBQCIPHXx9fdgtfoPib7BWjWWePkllkrvsKAv4u8Oq05RfnKOhOMRHpOKqg==",
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.111.0.tgz",
"integrity": "sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0"
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0"
},
"engines": {
"node": ">=8"
@ -2557,14 +2557,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.110.0.tgz",
"integrity": "sha512-cWpEGMTyX1XO4jb0NXMh1thkkiSajM5ydE/ceAdxmG9V7gv7E1pREK8P1NeVvzvjZ67z+uVWYbgYwXxd4eqZ/A==",
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.111.0.tgz",
"integrity": "sha512-rNS7euKI2/1CneWbAY2NCkEro/GJbGCyxIX7okmqOjcBJ/7AnrMMU0kck7svydReF1nWvkuQ3CT27KXeKgrk4w==",
"dev": true,
"dependencies": {
"@sentry/core": "7.110.0",
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0",
"@sentry/core": "7.111.0",
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2572,21 +2572,21 @@
}
},
"node_modules/@sentry/types": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.110.0.tgz",
"integrity": "sha512-DqYBLyE8thC5P5MuPn+sj8tL60nCd/f5cerFFPcudn5nJ4Zs1eI6lKlwwyHYTEu5c4KFjCB0qql6kXfwAHmTyA==",
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.111.0.tgz",
"integrity": "sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.110.0.tgz",
"integrity": "sha512-VBsdLLN+5tf73fhf/Cm7JIsUJ6y9DkJj8h4I6Mxx0rszrvOyH6S5px40K+V4jdLBzMEvVinC7q2Cbf1YM18BSw==",
"version": "7.111.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.111.0.tgz",
"integrity": "sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.110.0"
"@sentry/types": "7.111.0"
},
"engines": {
"node": ">=8"

View file

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