web: bump @sentry/browser from 7.20.0 to 7.20.1 in /web (#4058)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.20.0 to 7.20.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.20.0...7.20.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-11-22 10:09:00 +01:00 committed by GitHub
parent 4c6d21820e
commit 8599eba863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 94 deletions

129
web/package-lock.json generated
View File

@ -35,7 +35,7 @@
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2", "@rollup/plugin-typescript": "^9.0.2",
"@sentry/browser": "^7.20.0", "@sentry/browser": "^7.20.1",
"@sentry/tracing": "^7.20.1", "@sentry/tracing": "^7.20.1",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0", "@trivago/prettier-plugin-sort-imports": "^3.4.0",
@ -2944,13 +2944,13 @@
} }
}, },
"node_modules/@sentry/browser": { "node_modules/@sentry/browser": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.20.1.tgz",
"integrity": "sha512-L84CdB7DPQ2ohVcWh/KivemndWSZyXRvBZBr+tHFlQchzcaZZ/8lIPvjwvb8OJhzhecDq6JCAyUxaZwyItdyAg==", "integrity": "sha512-SE6mI4LkMzjEi5KB02Py24e2bKYZc/HZI/ZlTn36BuUQX/KYhzzKwzXucOJ5Qws9Ar9CViyKJDb07LxVQLYCGw==",
"dependencies": { "dependencies": {
"@sentry/core": "7.20.0", "@sentry/core": "7.20.1",
"@sentry/types": "7.20.0", "@sentry/types": "7.20.1",
"@sentry/utils": "7.20.0", "@sentry/utils": "7.20.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -2963,12 +2963,12 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@sentry/core": { "node_modules/@sentry/core": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz",
"integrity": "sha512-8dIHk8niyEyVayUQpgECHnV2p444nPBjIyuQrtkdTxL7sBLC5+Y0DhRjxg9cJyZe/bZnXVerGkgcA7niKW4W8A==", "integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==",
"dependencies": { "dependencies": {
"@sentry/types": "7.20.0", "@sentry/types": "7.20.1",
"@sentry/utils": "7.20.0", "@sentry/utils": "7.20.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"engines": { "engines": {
@ -2994,20 +2994,12 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/tracing/node_modules/@sentry/core": { "node_modules/@sentry/tracing/node_modules/tslib": {
"version": "7.20.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
"dependencies": {
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
}, },
"node_modules/@sentry/tracing/node_modules/@sentry/types": { "node_modules/@sentry/types": {
"version": "7.20.1", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz",
"integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA==", "integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA==",
@ -3015,7 +3007,7 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/tracing/node_modules/@sentry/utils": { "node_modules/@sentry/utils": {
"version": "7.20.1", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz",
"integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==", "integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==",
@ -3027,31 +3019,6 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@sentry/tracing/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/types": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.0.tgz",
"integrity": "sha512-x17ddduGWqW95neBFVvxzmInb5WXVw+2PcNASHXpGFhi7v2gz2a7/w2CcIKxsqODNnc+z/k1t0Y+uy9B6aH6ag==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.0.tgz",
"integrity": "sha512-4lc122TFgkaCAvoPRy+uc5vgOCumTa/2nPkzCSxVsezQs+ebHxyMJQK7GWBLI6P+EzKfEjlgyMzRWaPJ3iJatA==",
"dependencies": {
"@sentry/types": "7.20.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils/node_modules/tslib": { "node_modules/@sentry/utils/node_modules/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",
@ -12431,13 +12398,13 @@
} }
}, },
"@sentry/browser": { "@sentry/browser": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.20.1.tgz",
"integrity": "sha512-L84CdB7DPQ2ohVcWh/KivemndWSZyXRvBZBr+tHFlQchzcaZZ/8lIPvjwvb8OJhzhecDq6JCAyUxaZwyItdyAg==", "integrity": "sha512-SE6mI4LkMzjEi5KB02Py24e2bKYZc/HZI/ZlTn36BuUQX/KYhzzKwzXucOJ5Qws9Ar9CViyKJDb07LxVQLYCGw==",
"requires": { "requires": {
"@sentry/core": "7.20.0", "@sentry/core": "7.20.1",
"@sentry/types": "7.20.0", "@sentry/types": "7.20.1",
"@sentry/utils": "7.20.0", "@sentry/utils": "7.20.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
@ -12449,12 +12416,12 @@
} }
}, },
"@sentry/core": { "@sentry/core": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz",
"integrity": "sha512-8dIHk8niyEyVayUQpgECHnV2p444nPBjIyuQrtkdTxL7sBLC5+Y0DhRjxg9cJyZe/bZnXVerGkgcA7niKW4W8A==", "integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==",
"requires": { "requires": {
"@sentry/types": "7.20.0", "@sentry/types": "7.20.1",
"@sentry/utils": "7.20.0", "@sentry/utils": "7.20.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
@ -12476,30 +12443,6 @@
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {
"@sentry/core": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz",
"integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==",
"requires": {
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz",
"integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA=="
},
"@sentry/utils": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz",
"integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==",
"requires": {
"@sentry/types": "7.20.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",
@ -12508,16 +12451,16 @@
} }
}, },
"@sentry/types": { "@sentry/types": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz",
"integrity": "sha512-x17ddduGWqW95neBFVvxzmInb5WXVw+2PcNASHXpGFhi7v2gz2a7/w2CcIKxsqODNnc+z/k1t0Y+uy9B6aH6ag==" "integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA=="
}, },
"@sentry/utils": { "@sentry/utils": {
"version": "7.20.0", "version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz",
"integrity": "sha512-4lc122TFgkaCAvoPRy+uc5vgOCumTa/2nPkzCSxVsezQs+ebHxyMJQK7GWBLI6P+EzKfEjlgyMzRWaPJ3iJatA==", "integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==",
"requires": { "requires": {
"@sentry/types": "7.20.0", "@sentry/types": "7.20.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "dependencies": {

View File

@ -78,7 +78,7 @@
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2", "@rollup/plugin-typescript": "^9.0.2",
"@sentry/browser": "^7.20.0", "@sentry/browser": "^7.20.1",
"@sentry/tracing": "^7.20.1", "@sentry/tracing": "^7.20.1",
"@squoosh/cli": "^0.7.2", "@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0", "@trivago/prettier-plugin-sort-imports": "^3.4.0",