From 90f944dd86e641d45690cd6a6668f765b1d5f67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:13:59 +0700 Subject: [PATCH] Bump @sentry/integrations from 7.112.2 to 7.114.0 (#421) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.112.2 to 7.114.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.114.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.2...7.114.0) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 870b4d2..bdf48bc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@kidkarolis/not-so-fast": "^1.1.0", "@koa/cors": "^5.0.0", - "@sentry/integrations": "^7.112.2", + "@sentry/integrations": "^7.114.0", "@sentry/node": "^7.112.2", "axios": "^1.7.2", "bignumber.js": "^9.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c272fb8..5b59c85 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^5.0.0 version: 5.0.0 '@sentry/integrations': - specifier: ^7.112.2 - version: 7.112.2 + specifier: ^7.114.0 + version: 7.114.0 '@sentry/node': specifier: ^7.112.2 version: 7.112.2 @@ -100,6 +100,14 @@ packages: '@sentry/utils': 7.112.2 dev: false + /@sentry/core@7.114.0: + resolution: {integrity: sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.114.0 + '@sentry/utils': 7.114.0 + dev: false + /@sentry/integrations@7.112.2: resolution: {integrity: sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==} engines: {node: '>=8'} @@ -110,6 +118,16 @@ packages: localforage: 1.10.0 dev: false + /@sentry/integrations@7.114.0: + resolution: {integrity: sha512-BJIBWXGKeIH0ifd7goxOS29fBA8BkEgVVCahs6xIOXBjX1IRS6PmX0zYx/GP23nQTfhJiubv2XPzoYOlZZmDxg==} + engines: {node: '>=8'} + dependencies: + '@sentry/core': 7.114.0 + '@sentry/types': 7.114.0 + '@sentry/utils': 7.114.0 + localforage: 1.10.0 + dev: false + /@sentry/node@7.112.2: resolution: {integrity: sha512-MNzkqER8jc2xOS3ArkCLH5hakzu15tcjeC7qjU7rQ1Ms4WuV+MG0docSRESux0/p23Qjzf9tZOc8C5Eq+Sxduw==} engines: {node: '>=8'} @@ -126,6 +144,11 @@ packages: engines: {node: '>=8'} dev: false + /@sentry/types@7.114.0: + resolution: {integrity: sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==} + engines: {node: '>=8'} + dev: false + /@sentry/utils@7.112.2: resolution: {integrity: sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==} engines: {node: '>=8'} @@ -133,6 +156,13 @@ packages: '@sentry/types': 7.112.2 dev: false + /@sentry/utils@7.114.0: + resolution: {integrity: sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.114.0 + dev: false + /@types/webidl-conversions@7.0.3: resolution: {integrity: sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==} dev: false