Update dependency @sentry/integrations to ^7.101.1

This commit is contained in:
renovate[bot] 2024-02-15 15:42:14 +00:00
parent 17eb895261
commit 8e8851bc74
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20240208.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.1",
"@sentry/integrations": "^7.101.0",
"@sentry/integrations": "^7.101.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
@ -2578,14 +2578,14 @@
}
},
"node_modules/@sentry/integrations": {
"version": "7.101.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.101.0.tgz",
"integrity": "sha512-vLebp9VpZL6jt++eL+1O06sEXrhqRsLk0qbDsJbuagJhNu12TTlH93t5wBpKmBi+xqCr+SzgeYYEHBYOjyyHVw==",
"version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.101.1.tgz",
"integrity": "sha512-0kk6773Lg2Pa1cUmK1VtxaLLAmpIXcT3qYPlYxRXZQJEUpGcjZZ704V7i8SFLhJSsHkXrL/sAGSyM1p+NDF+QA==",
"dev": true,
"dependencies": {
"@sentry/core": "7.101.0",
"@sentry/types": "7.101.0",
"@sentry/utils": "7.101.0",
"@sentry/core": "7.101.1",
"@sentry/types": "7.101.1",
"@sentry/utils": "7.101.1",
"localforage": "^1.8.1"
},
"engines": {
@ -2593,34 +2593,34 @@
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.101.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.101.0.tgz",
"integrity": "sha512-dRNrNV5OLGARkOGgxJsVDhA98Pev5G1LVJcud5E83cRg49BCUx2riqEtDP6iIS1nvem6cApkSnLC1kvl/T5/Cw==",
"version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.101.1.tgz",
"integrity": "sha512-XSmXXeYT1d4O14eDF3OXPJFUgaN2qYEeIGUztqPX9nBs9/ij8y/kZOayFqlIMnfGvjOUM+63sy/2xDBOpFn6ug==",
"dev": true,
"dependencies": {
"@sentry/types": "7.101.0",
"@sentry/utils": "7.101.0"
"@sentry/types": "7.101.1",
"@sentry/utils": "7.101.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.101.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.101.0.tgz",
"integrity": "sha512-YC+ltO/AlbEyJHjCUYQ4is1HcDT2zSMuLkIAcyQmK7fUdlGT4iR5sfENriY9ZopYHgjPdJKfhI8ohScam7zp/A==",
"version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.101.1.tgz",
"integrity": "sha512-bwtkQvrCZ6JGc7vqX7TEAKBgkbQFORt84FFS3JQQb8G3efTt9fZd2ReY4buteKQdlALl8h1QWVngTLmI+kyUuw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.101.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.101.0.tgz",
"integrity": "sha512-px1NUkCLsD9UKLE4W4DghpyzmAVHgYhskrjRt30ubyUKqlggtHkOXRvS8MjuWowR/i0wF0GuTCbU9StBd7JMrw==",
"version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.101.1.tgz",
"integrity": "sha512-Nrg0nrEI3nrOCd9SLJ/WGzxS5KMQE4cryLOvrDcHJRWpsSyGBF1hLLerk84Nsw/0myMsn7zTYU+xoq7idNsX5A==",
"dev": true,
"dependencies": {
"@sentry/types": "7.101.0"
"@sentry/types": "7.101.1"
},
"engines": {
"node": ">=8"

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20240208.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.1",
"@sentry/integrations": "^7.101.0",
"@sentry/integrations": "^7.101.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",