Update dependency @sentry/integrations to ^7.84.0

This commit is contained in:
renovate[bot] 2023-11-30 13:36:25 +00:00
parent 683cf9cc73
commit 8c0de0e465
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231121.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.83.0",
"@sentry/integrations": "^7.84.0",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
@ -2252,14 +2252,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.83.0.tgz",
"integrity": "sha512-KyptWUyg/Z+3qN1dBDDVcNNUzIwWpCO3mfiToV20LSeA+e/NS4IWTtsZKo2mqvoQQ/4QKcrMj7NbF5iOjKckaQ==",
"version": "7.84.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.84.0.tgz",
"integrity": "sha512-aUu95BhnHSf/W/F4BvsFnf4x+piHiah5a180YTMqWcHMkJr7MnCWNIad9RJuHlcINSfyHtUr5+Z4Bajzqg60lw==",
"dev": true,
"dependencies": {
"@sentry/core": "7.83.0",
"@sentry/types": "7.83.0",
"@sentry/utils": "7.83.0",
"@sentry/core": "7.84.0",
"@sentry/types": "7.84.0",
"@sentry/utils": "7.84.0",
"localforage": "^1.8.1"
},
"engines": {
@ -2267,34 +2267,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.83.0.tgz",
"integrity": "sha512-fglvpw8aWM6nWXzCjAVXIMTiTEAQ9G9b85IpDd/7L8fuwaFTPQAUSJXupF2PfbpQ3FUYbJt80dxshbERVJG8vQ==",
"version": "7.84.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.84.0.tgz",
"integrity": "sha512-tbuwunbBx2kSex15IHCqHDnrMfIlqPc6w/76fwkGqokz3oh9GSEGlLICwmBWL8AypWimUg13IDtFpD0TJTriWA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.83.0",
"@sentry/utils": "7.83.0"
"@sentry/types": "7.84.0",
"@sentry/utils": "7.84.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.83.0.tgz",
"integrity": "sha512-Bd+zJcy8p1VgCfQqUprmUaw0QPWUV+GmCt6zJRHrHTb2pwLahXv6sHJvQ8F8Va6S7Keuy088U+kHzUFGQLMZMQ==",
"version": "7.84.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.84.0.tgz",
"integrity": "sha512-VqGLIF3JOUrk7yIXjLXJvAORkZL1e3dDX0Q1okRehwyt/5CRE+mdUTeJZkBo9P9mBwgMyvtwklzOGGrzjb4eMA==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.83.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.83.0.tgz",
"integrity": "sha512-7SrZtgAn3pHFBqSSvV/VL0CWTBQ7VenJjok4+WGWd6/FhP3fKrEEd9rjVTUb2Pzq9WLJJYzdvxAG8RlggG+H4g==",
"version": "7.84.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.84.0.tgz",
"integrity": "sha512-qdUVuxnRBvaf05AU+28R+xYtZmi/Ymf8os3Njq9g4XuA+QEkZLbzmIpRK5W9Ja7vUtjOeg29Xgg43A8znde9LQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.83.0"
"@sentry/types": "7.84.0"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231121.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.83.0",
"@sentry/integrations": "^7.84.0",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",