web: bump @sentry/browser from 7.12.0 to 7.12.1 in /web (#3523)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.12.0 to 7.12.1.
- [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.12.0...7.12.1)

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

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

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-09-05 16:15:06 +02:00 committed by GitHub
parent f806dea0f6
commit 578139811c
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-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.4.0", "@rollup/plugin-typescript": "^8.4.0",
"@sentry/browser": "^7.12.0", "@sentry/browser": "^7.12.1",
"@sentry/tracing": "^7.12.0", "@sentry/tracing": "^7.12.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.3.0", "@trivago/prettier-plugin-sort-imports": "^3.3.0",
@ -2759,13 +2759,33 @@
} }
}, },
"node_modules/@sentry/browser": { "node_modules/@sentry/browser": {
"version": "7.12.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.12.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.12.1.tgz",
"integrity": "sha512-VoqZj3wJm5aUIDG+7LjeSHIw9/pujrUlA1QMu2YOY3LaP6UQsAAsOSo52brnaQQcwBrRySksaaaTxg6obJwInw==", "integrity": "sha512-pgyL65CrGFLe8sKcEG8KXAuVTE8zkAsyTlv/AuME06cSdxzO/memPK/r3BI6EM7WupIdga+V5tQUldeT1kgHNA==",
"dependencies": { "dependencies": {
"@sentry/core": "7.12.0", "@sentry/core": "7.12.1",
"@sentry/types": "7.12.0", "@sentry/types": "7.12.1",
"@sentry/utils": "7.12.0", "@sentry/utils": "7.12.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.12.1.tgz",
"integrity": "sha512-VGZs39SZgMcCGv7H0VyFy1LEFGsnFZH590JUopmz6nG63EpeYQ2xzhIoPNAiLKbyUvBEwukn+faCg3u3MGqhgQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.12.1.tgz",
"integrity": "sha512-Dh8B13pC0u8uLM/zf+oZngyg808c6BDEO94F7H+h3IciCVVd92A0cOQwLGAEdf8srnJgpZJNAlSC8lFDhbFHzQ==",
"dependencies": {
"@sentry/types": "7.12.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -2778,13 +2798,46 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@sentry/core": { "node_modules/@sentry/core": {
"version": "7.12.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.12.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.12.1.tgz",
"integrity": "sha512-ERkeB/XdThvdSVZH4XysMPyWRG653HDq0AkJh8SgapExCZbwgj1lutCIpT1LIbZ8lUhRx5P+ua9OR2qj+vo5RA==", "integrity": "sha512-DFHbzHFjukhlkRZ5xzfebx0IBzblW43kmfnalBBq7xEMscUvnhsYnlvL9Y20tuPZ/PrTcq4JAHbFluAvw6M0QQ==",
"dependencies": { "dependencies": {
"@sentry/hub": "7.12.0", "@sentry/hub": "7.12.1",
"@sentry/types": "7.12.0", "@sentry/types": "7.12.1",
"@sentry/utils": "7.12.0", "@sentry/utils": "7.12.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.12.1.tgz",
"integrity": "sha512-KLVnVqXf+CRmXNy9/T8K2/js7QvOQ94xtgP5KnWJbu2rl+JhxnIGiBRF51lPXFIatt7zWwB9qNdMS8lVsvLMGQ==",
"dependencies": {
"@sentry/types": "7.12.1",
"@sentry/utils": "7.12.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.12.1.tgz",
"integrity": "sha512-VGZs39SZgMcCGv7H0VyFy1LEFGsnFZH590JUopmz6nG63EpeYQ2xzhIoPNAiLKbyUvBEwukn+faCg3u3MGqhgQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.12.1.tgz",
"integrity": "sha512-Dh8B13pC0u8uLM/zf+oZngyg808c6BDEO94F7H+h3IciCVVd92A0cOQwLGAEdf8srnJgpZJNAlSC8lFDhbFHzQ==",
"dependencies": {
"@sentry/types": "7.12.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -11159,16 +11212,30 @@
} }
}, },
"@sentry/browser": { "@sentry/browser": {
"version": "7.12.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.12.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.12.1.tgz",
"integrity": "sha512-VoqZj3wJm5aUIDG+7LjeSHIw9/pujrUlA1QMu2YOY3LaP6UQsAAsOSo52brnaQQcwBrRySksaaaTxg6obJwInw==", "integrity": "sha512-pgyL65CrGFLe8sKcEG8KXAuVTE8zkAsyTlv/AuME06cSdxzO/memPK/r3BI6EM7WupIdga+V5tQUldeT1kgHNA==",
"requires": { "requires": {
"@sentry/core": "7.12.0", "@sentry/core": "7.12.1",
"@sentry/types": "7.12.0", "@sentry/types": "7.12.1",
"@sentry/utils": "7.12.0", "@sentry/utils": "7.12.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
"@sentry/types": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.12.1.tgz",
"integrity": "sha512-VGZs39SZgMcCGv7H0VyFy1LEFGsnFZH590JUopmz6nG63EpeYQ2xzhIoPNAiLKbyUvBEwukn+faCg3u3MGqhgQ=="
},
"@sentry/utils": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.12.1.tgz",
"integrity": "sha512-Dh8B13pC0u8uLM/zf+oZngyg808c6BDEO94F7H+h3IciCVVd92A0cOQwLGAEdf8srnJgpZJNAlSC8lFDhbFHzQ==",
"requires": {
"@sentry/types": "7.12.1",
"tslib": "^1.9.3"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -11177,16 +11244,40 @@
} }
}, },
"@sentry/core": { "@sentry/core": {
"version": "7.12.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.12.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.12.1.tgz",
"integrity": "sha512-ERkeB/XdThvdSVZH4XysMPyWRG653HDq0AkJh8SgapExCZbwgj1lutCIpT1LIbZ8lUhRx5P+ua9OR2qj+vo5RA==", "integrity": "sha512-DFHbzHFjukhlkRZ5xzfebx0IBzblW43kmfnalBBq7xEMscUvnhsYnlvL9Y20tuPZ/PrTcq4JAHbFluAvw6M0QQ==",
"requires": { "requires": {
"@sentry/hub": "7.12.0", "@sentry/hub": "7.12.1",
"@sentry/types": "7.12.0", "@sentry/types": "7.12.1",
"@sentry/utils": "7.12.0", "@sentry/utils": "7.12.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
"@sentry/hub": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.12.1.tgz",
"integrity": "sha512-KLVnVqXf+CRmXNy9/T8K2/js7QvOQ94xtgP5KnWJbu2rl+JhxnIGiBRF51lPXFIatt7zWwB9qNdMS8lVsvLMGQ==",
"requires": {
"@sentry/types": "7.12.1",
"@sentry/utils": "7.12.1",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.12.1.tgz",
"integrity": "sha512-VGZs39SZgMcCGv7H0VyFy1LEFGsnFZH590JUopmz6nG63EpeYQ2xzhIoPNAiLKbyUvBEwukn+faCg3u3MGqhgQ=="
},
"@sentry/utils": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.12.1.tgz",
"integrity": "sha512-Dh8B13pC0u8uLM/zf+oZngyg808c6BDEO94F7H+h3IciCVVd92A0cOQwLGAEdf8srnJgpZJNAlSC8lFDhbFHzQ==",
"requires": {
"@sentry/types": "7.12.1",
"tslib": "^1.9.3"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "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-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.4.0", "@rollup/plugin-typescript": "^8.4.0",
"@sentry/browser": "^7.12.0", "@sentry/browser": "^7.12.1",
"@sentry/tracing": "^7.12.0", "@sentry/tracing": "^7.12.0",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.3.0", "@trivago/prettier-plugin-sort-imports": "^3.3.0",