Update dependency @sentry/integrations to ^7.73.0

This commit is contained in:
renovate[bot] 2023-10-02 14:04:37 +00:00
parent a81044a3b4
commit 87b4f6e640
2 changed files with 29 additions and 14 deletions

41
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20230922.0", "@cloudflare/workers-types": "^4.20230922.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1", "@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.72.0", "@sentry/integrations": "^7.73.0",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3", "@typescript-eslint/parser": "^6.7.3",
@ -2116,13 +2116,14 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.72.0", "version": "7.73.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.72.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.73.0.tgz",
"integrity": "sha512-ay2WgLtjsr0WS8+N7i7VmKzondoZRh3ISx8rb91LjmVrDNu8baleZAB59jkKe/JSy0gYh99umJuptc2te/65+A==", "integrity": "sha512-IjVpn4d+aSL9L1Ntu/oAdRwujz4BzzavDsZf96Xgc/AjBnjAEUT+wT1dAwluThfuKDXmWOJHhZ2cHHMfqI+7vw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.72.0", "@sentry/core": "7.73.0",
"@sentry/utils": "7.72.0", "@sentry/types": "7.73.0",
"@sentry/utils": "7.73.0",
"localforage": "^1.8.1", "localforage": "^1.8.1",
"tslib": "^2.4.1 || ^1.9.3" "tslib": "^2.4.1 || ^1.9.3"
}, },
@ -2130,22 +2131,36 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.73.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.73.0.tgz",
"integrity": "sha512-9FEz4Gq848LOgVN2OxJGYuQqxv7cIVw69VlAzWHEm3njt8mjvlTq+7UiFsGRo84+59V2FQuHxzA7vVjl90WfSg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.73.0",
"@sentry/utils": "7.73.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": { "node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.72.0", "version": "7.73.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.72.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.73.0.tgz",
"integrity": "sha512-g6u0mk62yGshx02rfFADIfyR/S9VXcf3RG2qQPuvykrWtOfN/BOTrZypF7I+MiqKwRW76r3Pcu2C/AB+6z9XQA==", "integrity": "sha512-/v8++bly8jW7r4cP2wswYiiVpn7eLLcqwnfPUMeCQze4zj3F3nTRIKc9BGHzU0V+fhHa3RwRC2ksqTGq1oJMDg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/utils": { "node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.72.0", "version": "7.73.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.72.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.73.0.tgz",
"integrity": "sha512-o/MtqI7WJXuswidH0bSgBP40KN2lrnyQEIx5uoyJUJi/QEaboIsqbxU62vaFJpde8SYrbA+rTnP3J3ujF2gUag==", "integrity": "sha512-h3ZK/qpf4k76FhJV9uiSbvMz3V/0Ovy94C+5/9UgPMVCJXFmVsdw8n/dwANJ7LupVPfYP23xFGgebDMFlK1/2w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/types": "7.72.0", "@sentry/types": "7.73.0",
"tslib": "^2.4.1 || ^1.9.3" "tslib": "^2.4.1 || ^1.9.3"
}, },
"engines": { "engines": {

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20230922.0", "@cloudflare/workers-types": "^4.20230922.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1", "@sentry/esbuild-plugin": "^2.7.1",
"@sentry/integrations": "^7.72.0", "@sentry/integrations": "^7.73.0",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3", "@typescript-eslint/parser": "^6.7.3",