From 30f823cdae1ca7ecb55dba0512f81a38cf5609cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:17:11 +0000 Subject: [PATCH] fix(app): update dependency @sentry/browser to v8.33.0 [security] (#1421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@sentry/browser](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.32.0` -> `8.33.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/8.32.0/8.33.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript) | ### GitHub Vulnerability Alerts #### [GHSA-593m-55hh-j8gv](https://redirect.github.com/getsentry/sentry-javascript/security/advisories/GHSA-593m-55hh-j8gv) ### Impact In case a Prototype Pollution vulnerability is present in a user's application or bundled libraries, the Sentry SDK could potentially serve as a gadget to exploit that vulnerability. The exploitability depends on the specific details of the underlying Prototype Pollution issue. > [!NOTE] > This advisory does not indicate the presence of a Prototype Pollution within the Sentry SDK itself. Users are strongly advised to first address any Prototype Pollution vulnerabilities in their application, as they pose a more critical security risk. ### Patches The issue was patched in all Sentry JavaScript SDKs starting from the [8.33.0](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) version. Also, the fix was backported to SDK v7 in [7.119.1](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.1). ### References * [Prototype Pollution](https://portswigger.net/web-security/prototype-pollution) * [Prototype Pollution gadgets](https://portswigger.net/web-security/prototype-pollution#prototype-pollution-gadgets) * [sentry-javascript#13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838) --- ### Sentry SDK Prototype Pollution gadget in JavaScript SDKs [GHSA-593m-55hh-j8gv](https://redirect.github.com/advisories/GHSA-593m-55hh-j8gv)
More information #### Details ##### Impact In case a Prototype Pollution vulnerability is present in a user's application or bundled libraries, the Sentry SDK could potentially serve as a gadget to exploit that vulnerability. The exploitability depends on the specific details of the underlying Prototype Pollution issue. > [!NOTE] > This advisory does not indicate the presence of a Prototype Pollution within the Sentry SDK itself. Users are strongly advised to first address any Prototype Pollution vulnerabilities in their application, as they pose a more critical security risk. ##### Patches The issue was patched in all Sentry JavaScript SDKs starting from the [8.33.0](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) version. Also, the fix was backported to SDK v7 in [7.119.1](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.1). ##### References * [Prototype Pollution](https://portswigger.net/web-security/prototype-pollution) * [Prototype Pollution gadgets](https://portswigger.net/web-security/prototype-pollution#prototype-pollution-gadgets) * [sentry-javascript#13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838) #### Severity - CVSS Score: 5.6 / 10 (Medium) - Vector String: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L` #### References - [https://github.com/getsentry/sentry-javascript/security/advisories/GHSA-593m-55hh-j8gv](https://redirect.github.com/getsentry/sentry-javascript/security/advisories/GHSA-593m-55hh-j8gv) - [https://github.com/getsentry/sentry-javascript/pull/13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838) - [https://github.com/getsentry/sentry-javascript/commit/35bdc87dee3498794e34c1ad35dd9927950c8766](https://redirect.github.com/getsentry/sentry-javascript/commit/35bdc87dee3498794e34c1ad35dd9927950c8766) - [https://github.com/getsentry/sentry-javascript](https://redirect.github.com/getsentry/sentry-javascript) - [https://github.com/getsentry/sentry-javascript/releases/tag/7.119.1](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.1) - [https://github.com/getsentry/sentry-javascript/releases/tag/8.33.0](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) This data is provided by [OSV](https://osv.dev/vulnerability/GHSA-593m-55hh-j8gv) and the [GitHub Advisory Database](https://redirect.github.com/github/advisory-database) ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).
--- ### Release Notes
getsentry/sentry-javascript (@​sentry/browser) ### [`v8.33.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.32.0...8.33.0) ##### Important Changes - **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) ([#​13828](https://redirect.github.com/getsentry/sentry-javascript/pull/13828))** Adds support for [new dynamic Next.js APIs](https://redirect.github.com/vercel/next.js/pull/68812). - **feat(node): Add `lru-memoizer` instrumentation ([#​13796](https://redirect.github.com/getsentry/sentry-javascript/pull/13796))** Adds integration for lru-memoizer using [@​opentelemetry/instrumentation-lru-memoizer](https://redirect.github.com/opentelemetry/instrumentation-lru-memoizer). - **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options ([#​13811](https://redirect.github.com/getsentry/sentry-javascript/pull/13811))** Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. ##### Other Changes - fix(browser): Ensure `wrap()` only returns functions ([#​13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838)) - fix(core): Adapt trpc middleware input attachment ([#​13831](https://redirect.github.com/getsentry/sentry-javascript/pull/13831)) - fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled ([#​13760](https://redirect.github.com/getsentry/sentry-javascript/pull/13760)) - fix(nuxt): Don't restrict source map assets upload ([#​13800](https://redirect.github.com/getsentry/sentry-javascript/pull/13800)) - fix(nuxt): Use absolute path for client config ([#​13798](https://redirect.github.com/getsentry/sentry-javascript/pull/13798)) - fix(replay): Stop global event handling for paused replays ([#​13815](https://redirect.github.com/getsentry/sentry-javascript/pull/13815)) - fix(sveltekit): add url param to source map upload options ([#​13812](https://redirect.github.com/getsentry/sentry-javascript/pull/13812)) - fix(types): Add jsdocs to cron types ([#​13776](https://redirect.github.com/getsentry/sentry-javascript/pull/13776)) - fix(nextjs): Loosen [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) webpack peer dependency ([#​13826](https://redirect.github.com/getsentry/sentry-javascript/pull/13826)) Work in this release was contributed by [@​joshuajaco](https://redirect.github.com/joshuajaco). Thank you for your contribution! ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://redirect.github.com/sentry/browser) | 22.64 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 21.42 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 34.87 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 71.37 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 61.8 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 75.72 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 88.49 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 90.37 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. metrics) | 26.91 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.78 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.3 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.08 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) | 25.39 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 37.85 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) | 26.8 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 36.76 KB | | [@​sentry/svelte](https://redirect.github.com/sentry/svelte) | 22.77 KB | | CDN Bundle | 23.95 KB | | CDN Bundle (incl. Tracing) | 36.64 KB | | CDN Bundle (incl. Tracing, Replay) | 71.14 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 76.45 KB | | CDN Bundle - uncompressed | 70.17 KB | | CDN Bundle (incl. Tracing) - uncompressed | 108.63 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.53 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.74 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 37.81 KB | | [@​sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 35.44 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) | 125.13 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) - without tracing | 93.58 KB | | [@​sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 103.28 KB |
--- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/InReach). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/app/package.json | 2 +- pnpm-lock.yaml | 100 +++++++++++++++++++++--------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/apps/app/package.json b/apps/app/package.json index a829ddc37e..ed70e5eadb 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -47,7 +47,7 @@ "@opentelemetry/sdk-trace-node": "1.26.0", "@opentelemetry/semantic-conventions": "1.27.0", "@prisma/instrumentation": "5.21.1", - "@sentry/browser": "8.32.0", + "@sentry/browser": "8.33.0", "@sentry/nextjs": "8.35.0", "@sentry/node": "8.35.0", "@sentry/opentelemetry": "8.35.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f71c3ffa9b..159825e5d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,8 +171,8 @@ importers: specifier: 5.21.1 version: 5.21.1 '@sentry/browser': - specifier: 8.32.0 - version: 8.32.0 + specifier: 8.33.0 + version: 8.33.0 '@sentry/nextjs': specifier: 8.35.0 version: 8.35.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.53.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.15(@opentelemetry/api@1.9.0)(@playwright/test@1.48.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.95.0(@swc/core@1.7.39(@swc/helpers@0.5.13))) @@ -4524,32 +4524,32 @@ packages: '@scaleleap/pg-format@1.0.0': resolution: {integrity: sha512-gFkcYMnpeylF2OJ30FsDBjwICB9JTiZ5i3guPwdiBDrJFwIKr+Zk6jwI8Mg22a4FwXn5ezd5cHEFMKqBqBz4RQ==} - '@sentry-internal/browser-utils@8.32.0': - resolution: {integrity: sha512-DpUGhk5O1OVjT0fo9wsbEdO1R/S9gGBRDtn9+FFVeRtieJHwXpeZiLK+tZhTOvaILmtSoTPUEY3L5sK4j5Xq9g==} + '@sentry-internal/browser-utils@8.33.0': + resolution: {integrity: sha512-zwjmD+XI3pgxxiqKGLXYDGSd+zfO7az9zzbLn1le8Vv9cRL2lZyMLcwiwEaTpwz3B0pPONeDZMT8+bzMGRs8zw==} engines: {node: '>=14.18'} '@sentry-internal/browser-utils@8.35.0': resolution: {integrity: sha512-uj9nwERm7HIS13f/Q52hF/NUS5Al8Ma6jkgpfYGeppYvU0uSjPkwMogtqoJQNbOoZg973tV8qUScbcWY616wNA==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.32.0': - resolution: {integrity: sha512-XB7hiVJQW1tNzpoXIHbvm3rjipIt7PZiJJtFg2vxaqu/FzdgOcYqQiwIKivJVAKuRZ9rIeJtK1jdXQFOc/TRJA==} + '@sentry-internal/feedback@8.33.0': + resolution: {integrity: sha512-KSW/aiNgmJc8PDl2NsM+ONvGure4tPaluj7O1Nw+947Dh8W6CJnQ9srB7xPyoYYWyQW8Hyl1vzxY9W0J+fjlhA==} engines: {node: '>=14.18'} '@sentry-internal/feedback@8.35.0': resolution: {integrity: sha512-7bjSaUhL0bDArozre6EiIhhdWdT/1AWNWBC1Wc5w1IxEi5xF7nvF/FfvjQYrONQzZAI3HRxc45J2qhLUzHBmoQ==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.32.0': - resolution: {integrity: sha512-oBbhtDBkD+5z/T0NVJ5VenBWAid/S9QdVrod/UqxVqU7F8N+E9/INFQI48zCWr4iVlUMcszJPDElvJEsMDvvBQ==} + '@sentry-internal/replay-canvas@8.33.0': + resolution: {integrity: sha512-9fEhMP+gQYQrtn/SQd1Vd7U7emTSGBpLKc5h5f0iV0yDmjYAhNVbq4RgPTYAgnBEcdVo3qgboL6UIz9Dv+dYRQ==} engines: {node: '>=14.18'} '@sentry-internal/replay-canvas@8.35.0': resolution: {integrity: sha512-TUrH6Piv19kvHIiRyIuapLdnuwxk/Un/l1WDCQfq7mK9p1Pac0FkQ7Uufjp6zY3lyhDDZQ8qvCS4ioCMibCwQg==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.32.0': - resolution: {integrity: sha512-yiEUnn2yyo1AIQIFNeRX3tdK8fmyKIkxdFS1WiVQmeYI/hFwYBTZPly0FcO/g3xnRMSA2tvrS+hZEaaXfK4WhA==} + '@sentry-internal/replay@8.33.0': + resolution: {integrity: sha512-GFBaDA4yhlEf3wTXOVXnJVG/diuKxeqZuXcuhsAwJb+YcFR0NhgsRn3wIGuYOZZF8GBXzx9PFnb9yIuFgx5Nbw==} engines: {node: '>=14.18'} '@sentry-internal/replay@8.35.0': @@ -4564,8 +4564,8 @@ packages: resolution: {integrity: sha512-OlHA+i+vnQHRIdry4glpiS/xTOtgjmpXOt6IBOUqynx5Jd/iK1+fj+t8CckqOx9wRacO/hru2wfW/jFq0iViLg==} engines: {node: '>= 14'} - '@sentry/browser@8.32.0': - resolution: {integrity: sha512-AEKFj64g4iYwEMRvVcxiY0FswmClRXCP1IEvCqujn8OBS8AjMOr1z/RwYieEs0D90yNNB3YEqF8adrKENblJmw==} + '@sentry/browser@8.33.0': + resolution: {integrity: sha512-qu/g20ZskywEU8BWc4Fts1kXFFBtw1vS+XvPq7Ta9zCeRG5dlXhhYDVQ4/v4nAL/cs0o6aLCq73m109CFF0Kig==} engines: {node: '>=14.18'} '@sentry/browser@8.35.0': @@ -4626,8 +4626,8 @@ packages: resolution: {integrity: sha512-8FYuJTMpyuxRZvlen3gQ3rpOtVInSDmSyXqWEhCLuG/w34AtWoTiW7G516rsAAh6Hy1TP91GooMWbonP3XQNTQ==} engines: {node: '>=8'} - '@sentry/core@8.32.0': - resolution: {integrity: sha512-+xidTr0lZ0c755tq4k75dXPEb8PA+qvIefW3U9+dQMORLokBrYoKYMf5zZTG2k/OfSJS6OSxatUj36NFuCs3aA==} + '@sentry/core@8.33.0': + resolution: {integrity: sha512-618PQGHQLBVCpAq1s+e/rpIUaLUnj19IPUgn97rUGXLLna8ETIAoyQoG70wz4q9niw4Z4GlS5kZNrael2O3+2w==} engines: {node: '>=14.18'} '@sentry/core@8.35.0': @@ -4681,8 +4681,8 @@ packages: resolution: {integrity: sha512-kkAszZwQ5/v4n7Yyw/DPNRWx7h724mVNRGZIJa9ggUMvTgMe7UKCZZ5wfQmYiKVlGbwd9pxXAcP8Oq15EbByFQ==} engines: {node: '>=8'} - '@sentry/types@8.32.0': - resolution: {integrity: sha512-hxckvN2MzS5SgGDgVQ0/QpZXk13Vrq4BtZLwXhPhyeTmZtUiUfWvcL5TFQqLinfKdTKPe9q2MxeAJ0D4LalhMg==} + '@sentry/types@8.33.0': + resolution: {integrity: sha512-V/A+72ZdnfGtXeXIpz1kUo3LRdq3WKEYYFUR2RKpCdPh9yeOrHq6u/rmzTWx49+om0yhZN+JhVoxDzt75UoFRg==} engines: {node: '>=14.18'} '@sentry/types@8.35.0': @@ -4693,8 +4693,8 @@ packages: resolution: {integrity: sha512-d977sghkFVMfld0LrEyyY2gYrfayLPdDEpUDT+hg5y79r7zZDCFyHtdB86699E5K89MwDZahW7Erk+a1nk4x5w==} engines: {node: '>=8'} - '@sentry/utils@8.32.0': - resolution: {integrity: sha512-t1WVERhgmYURxbBj9J4/H2P2X+VKqm7B3ce9iQyrZbdf5NekhcU4jHIecPUWCPHjQkFIqkVTorqeBmDTlg/UmQ==} + '@sentry/utils@8.33.0': + resolution: {integrity: sha512-TdwtGdevJij2wq2x/hDUr+x5TXt47ZhWxZ8zluai/lnIDTUB3Xs/L9yHtj1J+H9hr8obkMASE9IanUrWXzrP6Q==} engines: {node: '>=14.18'} '@sentry/utils@8.35.0': @@ -18178,11 +18178,11 @@ snapshots: '@scaleleap/pg-format@1.0.0': {} - '@sentry-internal/browser-utils@8.32.0': + '@sentry-internal/browser-utils@8.33.0': dependencies: - '@sentry/core': 8.32.0 - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry/core': 8.33.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry-internal/browser-utils@8.35.0': dependencies: @@ -18190,11 +18190,11 @@ snapshots: '@sentry/types': 8.35.0 '@sentry/utils': 8.35.0 - '@sentry-internal/feedback@8.32.0': + '@sentry-internal/feedback@8.33.0': dependencies: - '@sentry/core': 8.32.0 - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry/core': 8.33.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry-internal/feedback@8.35.0': dependencies: @@ -18202,12 +18202,12 @@ snapshots: '@sentry/types': 8.35.0 '@sentry/utils': 8.35.0 - '@sentry-internal/replay-canvas@8.32.0': + '@sentry-internal/replay-canvas@8.33.0': dependencies: - '@sentry-internal/replay': 8.32.0 - '@sentry/core': 8.32.0 - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry-internal/replay': 8.33.0 + '@sentry/core': 8.33.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry-internal/replay-canvas@8.35.0': dependencies: @@ -18216,12 +18216,12 @@ snapshots: '@sentry/types': 8.35.0 '@sentry/utils': 8.35.0 - '@sentry-internal/replay@8.32.0': + '@sentry-internal/replay@8.33.0': dependencies: - '@sentry-internal/browser-utils': 8.32.0 - '@sentry/core': 8.32.0 - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry-internal/browser-utils': 8.33.0 + '@sentry/core': 8.33.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry-internal/replay@8.35.0': dependencies: @@ -18239,15 +18239,15 @@ snapshots: '@sentry/babel-plugin-component-annotate@2.22.3': {} - '@sentry/browser@8.32.0': + '@sentry/browser@8.33.0': dependencies: - '@sentry-internal/browser-utils': 8.32.0 - '@sentry-internal/feedback': 8.32.0 - '@sentry-internal/replay': 8.32.0 - '@sentry-internal/replay-canvas': 8.32.0 - '@sentry/core': 8.32.0 - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry-internal/browser-utils': 8.33.0 + '@sentry-internal/feedback': 8.33.0 + '@sentry-internal/replay': 8.33.0 + '@sentry-internal/replay-canvas': 8.33.0 + '@sentry/core': 8.33.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry/browser@8.35.0': dependencies: @@ -18319,10 +18319,10 @@ snapshots: '@sentry/utils': 7.48.0 tslib: 1.14.1 - '@sentry/core@8.32.0': + '@sentry/core@8.33.0': dependencies: - '@sentry/types': 8.32.0 - '@sentry/utils': 8.32.0 + '@sentry/types': 8.33.0 + '@sentry/utils': 8.33.0 '@sentry/core@8.35.0': dependencies: @@ -18452,7 +18452,7 @@ snapshots: '@sentry/types@7.48.0': {} - '@sentry/types@8.32.0': {} + '@sentry/types@8.33.0': {} '@sentry/types@8.35.0': {} @@ -18461,9 +18461,9 @@ snapshots: '@sentry/types': 7.48.0 tslib: 1.14.1 - '@sentry/utils@8.32.0': + '@sentry/utils@8.33.0': dependencies: - '@sentry/types': 8.32.0 + '@sentry/types': 8.33.0 '@sentry/utils@8.35.0': dependencies: