This commit is contained in:
dangered wolf 2023-11-14 17:23:39 -05:00
commit 32f3c2a0d8
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.0", "@sentry/esbuild-plugin": "^2.10.0",
"@sentry/integrations": "^7.80.0", "@sentry/integrations": "^7.80.1",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/parser": "^6.11.0",
@ -2129,20 +2129,54 @@
} }
}, },
"node_modules/@sentry/integrations": { "node_modules/@sentry/integrations": {
"version": "7.80.0", "version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.80.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.80.1.tgz",
"integrity": "sha512-9xI+jtqSBrAG/Y2f4OyeJhl6WZR3i0qCXRwqCZoCFCDgN4ZQORc4VBwaC3nW2s9jgfb13FC2FQToGOVrRnsetg==", "integrity": "sha512-9C+CBwgFZZUkBYLrPTHaDr3kyknfSs0ejF/00RucvPZjiUPoxfslnh4IjWnN90ELEy2u09kcJY+dTCFVKd0UPQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/core": "7.80.0", "@sentry/core": "7.80.1",
"@sentry/types": "7.80.0", "@sentry/types": "7.80.1",
"@sentry/utils": "7.80.0", "@sentry/utils": "7.80.1",
"localforage": "^1.8.1" "localforage": "^1.8.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/integrations/node_modules/@sentry/core": {
"version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.80.1.tgz",
"integrity": "sha512-3Yh+O9Q86MxwIuJFYtuSSoUCpdx99P1xDAqL0FIPTJ+ekaVMiUJq9NmyaNh9uN2myPSmxvEXW6q3z37zta9ZHg==",
"dev": true,
"dependencies": {
"@sentry/types": "7.80.1",
"@sentry/utils": "7.80.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/types": {
"version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.80.1.tgz",
"integrity": "sha512-CVu4uPVTOI3U9kYiOdA085R7jX5H1oVODbs9y+A8opJ0dtJTMueCXgZyE8oXQ0NjGVs6HEeaLkOuiV0mj8X3yw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
"version": "7.80.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.80.1.tgz",
"integrity": "sha512-bfFm2e/nEn+b9++QwjNEYCbS7EqmteT8uf0XUs7PljusSimIqqxDtK1pfD9zjynPgC8kW/fVBKv0pe2LufomeA==",
"dev": true,
"dependencies": {
"@sentry/types": "7.80.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/node": { "node_modules/@sentry/node": {
"version": "7.80.0", "version": "7.80.0",
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.80.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.80.0.tgz",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.10.0", "@sentry/esbuild-plugin": "^2.10.0",
"@sentry/integrations": "^7.80.0", "@sentry/integrations": "^7.80.1",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/parser": "^6.11.0",