web: bump @sentry/browser from 7.6.0 to 7.7.0 in /web (#3264)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.6.0...7.7.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-18 10:48:50 +02:00 committed by GitHub
parent febb0920fd
commit 0562a1ad42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 117 additions and 26 deletions

141
web/package-lock.json generated
View File

@ -35,7 +35,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@sentry/browser": "^7.6.0",
"@sentry/browser": "^7.7.0",
"@sentry/tracing": "^7.6.0",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
@ -2717,13 +2717,33 @@
}
},
"node_modules/@sentry/browser": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.6.0.tgz",
"integrity": "sha512-1gdvV8RtTnNFyc790t49MAgFuHAP43NEZvdQOMw5KFnDwSGYFqfBtvJ8tUm125UPbi2fghBryO9M1gfIWboKUg==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.7.0.tgz",
"integrity": "sha512-oyzpWcsjVZTaf14zAL89Ng1DUHlbjN+V8pl8dR9Y9anphbzL5BK9p0fSK4kPIrO4GukK+XrKnLJDPuE/o7WR3g==",
"dependencies": {
"@sentry/core": "7.6.0",
"@sentry/types": "7.6.0",
"@sentry/utils": "7.6.0",
"@sentry/core": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.7.0.tgz",
"integrity": "sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.7.0.tgz",
"integrity": "sha512-fD+ROSFpeJlK7bEvUT2LOW7QqgjBpXJwVISKZ0P2fuzclRC3KoB2pbZgBM4PXMMTiSzRGWhvfRRjBiBvQJBBJQ==",
"dependencies": {
"@sentry/types": "7.7.0",
"tslib": "^1.9.3"
},
"engines": {
@ -2736,13 +2756,46 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/core": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.6.0.tgz",
"integrity": "sha512-vXIuUZbHVSAXh2xZ3NyXYXqVvVQSbGEpgtQxLutwocvD88JFK6aZqO+WQG69GY1b1fKSeE9faEDDS6WGAi46mQ==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.7.0.tgz",
"integrity": "sha512-Z15ACiuiFINFcK4gbMrnejLn4AVjKBPJOWKrrmpIe8mh+Y9diOuswt5mMUABs+jhpZvqht3PBLLGBL0WMsYMYA==",
"dependencies": {
"@sentry/hub": "7.6.0",
"@sentry/types": "7.6.0",
"@sentry/utils": "7.6.0",
"@sentry/hub": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.7.0.tgz",
"integrity": "sha512-6gydK234+a0nKhBRDdIJ7Dp42CaiW2juTiHegUVDq+482balVzbZyEAmESCmuzKJhx5BhlCElVxs/cci1NjMpg==",
"dependencies": {
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.7.0.tgz",
"integrity": "sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.7.0.tgz",
"integrity": "sha512-fD+ROSFpeJlK7bEvUT2LOW7QqgjBpXJwVISKZ0P2fuzclRC3KoB2pbZgBM4PXMMTiSzRGWhvfRRjBiBvQJBBJQ==",
"dependencies": {
"@sentry/types": "7.7.0",
"tslib": "^1.9.3"
},
"engines": {
@ -11007,16 +11060,30 @@
}
},
"@sentry/browser": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.6.0.tgz",
"integrity": "sha512-1gdvV8RtTnNFyc790t49MAgFuHAP43NEZvdQOMw5KFnDwSGYFqfBtvJ8tUm125UPbi2fghBryO9M1gfIWboKUg==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.7.0.tgz",
"integrity": "sha512-oyzpWcsjVZTaf14zAL89Ng1DUHlbjN+V8pl8dR9Y9anphbzL5BK9p0fSK4kPIrO4GukK+XrKnLJDPuE/o7WR3g==",
"requires": {
"@sentry/core": "7.6.0",
"@sentry/types": "7.6.0",
"@sentry/utils": "7.6.0",
"@sentry/core": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.7.0.tgz",
"integrity": "sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ=="
},
"@sentry/utils": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.7.0.tgz",
"integrity": "sha512-fD+ROSFpeJlK7bEvUT2LOW7QqgjBpXJwVISKZ0P2fuzclRC3KoB2pbZgBM4PXMMTiSzRGWhvfRRjBiBvQJBBJQ==",
"requires": {
"@sentry/types": "7.7.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -11025,16 +11092,40 @@
}
},
"@sentry/core": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.6.0.tgz",
"integrity": "sha512-vXIuUZbHVSAXh2xZ3NyXYXqVvVQSbGEpgtQxLutwocvD88JFK6aZqO+WQG69GY1b1fKSeE9faEDDS6WGAi46mQ==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.7.0.tgz",
"integrity": "sha512-Z15ACiuiFINFcK4gbMrnejLn4AVjKBPJOWKrrmpIe8mh+Y9diOuswt5mMUABs+jhpZvqht3PBLLGBL0WMsYMYA==",
"requires": {
"@sentry/hub": "7.6.0",
"@sentry/types": "7.6.0",
"@sentry/utils": "7.6.0",
"@sentry/hub": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.7.0.tgz",
"integrity": "sha512-6gydK234+a0nKhBRDdIJ7Dp42CaiW2juTiHegUVDq+482balVzbZyEAmESCmuzKJhx5BhlCElVxs/cci1NjMpg==",
"requires": {
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.7.0.tgz",
"integrity": "sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ=="
},
"@sentry/utils": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.7.0.tgz",
"integrity": "sha512-fD+ROSFpeJlK7bEvUT2LOW7QqgjBpXJwVISKZ0P2fuzclRC3KoB2pbZgBM4PXMMTiSzRGWhvfRRjBiBvQJBBJQ==",
"requires": {
"@sentry/types": "7.7.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -78,7 +78,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@sentry/browser": "^7.6.0",
"@sentry/browser": "^7.7.0",
"@sentry/tracing": "^7.6.0",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",