From eec4c840eb69c8fad1e0a352c049720b95bbb42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:31:52 +0000 Subject: [PATCH] chore(deps): bump @sentry/integrations from 7.55.2 to 7.66.0 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.55.2 to 7.66.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.55.2...7.66.0) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 50 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 994c056..7db91c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@iobroker/plugin-base": "^1.2.1", - "@sentry/integrations": "^7.55.2", + "@sentry/integrations": "^7.66.0", "@sentry/node": "^7.55.2", "source-map-support": "^0.5.21" }, @@ -326,14 +326,34 @@ } }, "node_modules/@sentry/integrations": { - "version": "7.55.2", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.55.2.tgz", - "integrity": "sha512-QgHx7MKMLMx1e5XgQyeUYtZA+xPc7IjS0MaZTpIRehtxD8Fg1tWkOxV4PP2nUXksLjfkoISo0jpYLtuDSCGFTw==", + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.66.0.tgz", + "integrity": "sha512-2PNEnihG9e9Rjbz205+A4BYtFcS2XdgwsN6obAU6Yir7VIbskwZXxx87lKZuz6S53sOWPHleC7uvUBjL+Q6vYg==", "dependencies": { - "@sentry/types": "7.55.2", - "@sentry/utils": "7.55.2", + "@sentry/types": "7.66.0", + "@sentry/utils": "7.66.0", "localforage": "^1.8.1", - "tslib": "^1.9.3" + "tslib": "^2.4.1 || ^1.9.3" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@sentry/integrations/node_modules/@sentry/types": { + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.66.0.tgz", + "integrity": "sha512-uUMSoSiar6JhuD8p7ON/Ddp4JYvrVd2RpwXJRPH1A4H4Bd4DVt1mKJy1OLG6HdeQv39XyhB1lPZckKJg4tATPw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@sentry/integrations/node_modules/@sentry/utils": { + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.66.0.tgz", + "integrity": "sha512-9GYUVgXjK66uXXcLXVMXVzlptqMtq1eJENCuDeezQiEFrNA71KkLDg00wESp+LL+bl3wpVTBApArpbF6UEG5hQ==", + "dependencies": { + "@sentry/types": "7.66.0", + "tslib": "^2.4.1 || ^1.9.3" }, "engines": { "node": ">=8" @@ -2206,14 +2226,30 @@ } }, "@sentry/integrations": { - "version": "7.55.2", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.55.2.tgz", - "integrity": "sha512-QgHx7MKMLMx1e5XgQyeUYtZA+xPc7IjS0MaZTpIRehtxD8Fg1tWkOxV4PP2nUXksLjfkoISo0jpYLtuDSCGFTw==", + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.66.0.tgz", + "integrity": "sha512-2PNEnihG9e9Rjbz205+A4BYtFcS2XdgwsN6obAU6Yir7VIbskwZXxx87lKZuz6S53sOWPHleC7uvUBjL+Q6vYg==", "requires": { - "@sentry/types": "7.55.2", - "@sentry/utils": "7.55.2", + "@sentry/types": "7.66.0", + "@sentry/utils": "7.66.0", "localforage": "^1.8.1", - "tslib": "^1.9.3" + "tslib": "^2.4.1 || ^1.9.3" + }, + "dependencies": { + "@sentry/types": { + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.66.0.tgz", + "integrity": "sha512-uUMSoSiar6JhuD8p7ON/Ddp4JYvrVd2RpwXJRPH1A4H4Bd4DVt1mKJy1OLG6HdeQv39XyhB1lPZckKJg4tATPw==" + }, + "@sentry/utils": { + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.66.0.tgz", + "integrity": "sha512-9GYUVgXjK66uXXcLXVMXVzlptqMtq1eJENCuDeezQiEFrNA71KkLDg00wESp+LL+bl3wpVTBApArpbF6UEG5hQ==", + "requires": { + "@sentry/types": "7.66.0", + "tslib": "^2.4.1 || ^1.9.3" + } + } } }, "@sentry/node": { diff --git a/package.json b/package.json index 1cce545..bc1e83d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@iobroker/plugin-base": "^1.2.1", "@sentry/node": "^7.55.2", - "@sentry/integrations": "^7.55.2", + "@sentry/integrations": "^7.66.0", "source-map-support": "^0.5.21" }, "devDependencies": {