Update dependency @sentry/integrations to ^7.92.0

This commit is contained in:
renovate[bot] 2024-01-04 22:08:32 +00:00
parent 601553fc95
commit 36062f12c9
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231218.0", "@cloudflare/workers-types": "^4.20231218.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2", "@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.91.0", "@sentry/integrations": "^7.92.0",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0", "@typescript-eslint/parser": "^6.17.0",
@ -2341,20 +2341,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.91.0", "version": "7.92.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.91.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.92.0.tgz",
"integrity": "sha512-LGRfb+WfG3FaWHtDnJIhtupweat0imCQr2z/5SSbQKzqxHhtlaEU+9IExBmBdzq90n4lRBaVQHA3zGuU02uOhg==", "integrity": "sha512-9OT4i9b0Ge5sP3rCV8yYqoPp3BKcB9wjddW7sG0w88va32F0UWMKk4gmprtwgPYM0+u5AS/TTAVichRVRj+I1Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.91.0", "@sentry/core": "7.92.0",
"@sentry/types": "7.91.0", "@sentry/types": "7.92.0",
"@sentry/utils": "7.91.0", "@sentry/utils": "7.92.0",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.92.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.92.0.tgz",
"integrity": "sha512-1Tly7YB2I1byI5xb0Cwrxs56Rhww+6mQ7m9P7rTmdC3/ijOzbEoohtYIUPwcooCEarpbEJe/tAayRx6BrH2UbQ==",
"dev": true,
"dependencies": {
"@sentry/types": "7.92.0",
"@sentry/utils": "7.92.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.92.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.92.0.tgz",
"integrity": "sha512-APmSOuZuoRGpbPpPeYIbMSplPjiWNLZRQa73QiXuTflW4Tu/ItDlU8hOa2+A6JKVkJCuD2EN6yUrxDGSMyNXeg==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.92.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.92.0.tgz",
"integrity": "sha512-3nEfrQ1z28b/2zgFGANPh5yMVtgwXmrasZxTvKbrAj+KWJpjrJHrIR84r9W277J44NMeZ5RhRW2uoDmuBslPnA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.92.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.91.0", "version": "7.91.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.91.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.91.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231218.0", "@cloudflare/workers-types": "^4.20231218.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.2", "@sentry/esbuild-plugin": "^2.10.2",
"@sentry/integrations": "^7.91.0", "@sentry/integrations": "^7.92.0",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0", "@typescript-eslint/parser": "^6.17.0",