Skip to content

Commit d67bf53

Browse files
chore(deps-dev): bump @sentry/integrations from 6.17.7 to 6.17.9
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.17.7 to 6.17.9. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@6.17.7...6.17.9) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe22e06 commit d67bf53

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@glimmer/tracking": "^1.0.4",
3939
"@open-event/theme": "^0.2.2",
4040
"@sentry/browser": "^6.17.8",
41-
"@sentry/integrations": "^6.17.7",
41+
"@sentry/integrations": "^6.17.9",
4242
"@sentry/tracing": "^6.17.7",
4343
"@types/ember": "^4.0.0",
4444
"@types/ember-data": "^3.16.15",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,13 +2146,13 @@
21462146
"@sentry/utils" "6.17.8"
21472147
tslib "^1.9.3"
21482148

2149-
"@sentry/integrations@^6.17.7":
2150-
version "6.17.7"
2151-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.17.7.tgz#c14f409fec91743db4a21232413de235946cb6d3"
2152-
integrity sha512-/BYVoLHY5gUZNan6bSlsRYX44Qi2UlusLuwgEc1HZm9m4C2h4mVwhHy0XlhBAYWCr0q28ggtiFNzIxqHSKZu6g==
2149+
"@sentry/integrations@^6.17.9":
2150+
version "6.17.9"
2151+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.17.9.tgz#a5965f0edb3ac72c3d62809733e1e87940bf7304"
2152+
integrity sha512-5eWBYeUcwHBJSuHNRpBlazjZEnpKz5aS5HoXdL7VZX0WPZ5Ci1oRAWudJWqXLsYW7bcng75vLQowwOw77Ll0fg==
21532153
dependencies:
2154-
"@sentry/types" "6.17.7"
2155-
"@sentry/utils" "6.17.7"
2154+
"@sentry/types" "6.17.9"
2155+
"@sentry/utils" "6.17.9"
21562156
localforage "^1.8.1"
21572157
tslib "^1.9.3"
21582158

@@ -2195,6 +2195,11 @@
21952195
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.8.tgz#f1f9fbf2f87f0374b6e122ae065da5ca679bc5ea"
21962196
integrity sha512-0i0f+dpvV62Pm5QMVBHNfEsTGIXoXRGQbeN2LGL4XbhzrzUmIrBPzrnZHv9c/JYtSJnI6A0B9OG7Bdlh3aku+Q==
21972197

2198+
2199+
version "6.17.9"
2200+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.9.tgz#d579c33cde0301adaf8ff4762479ad017bf0dffa"
2201+
integrity sha512-xuulX6qUCL14ayEOh/h6FUIvZtsi1Bx34dSOaWDrjXUOJHJAM7214uiqW1GZxPJ13YuaUIubjTSfDmSQ9CBzTw==
2202+
21982203
21992204
version "6.17.7"
22002205
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.7.tgz#0574bf914cc129b5e47041b75bb34dfbe0decbba"
@@ -2211,6 +2216,14 @@
22112216
"@sentry/types" "6.17.8"
22122217
tslib "^1.9.3"
22132218

2219+
2220+
version "6.17.9"
2221+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.9.tgz#425fe9af4e2d6114c2e9aaede75ccb6ddf91fbda"
2222+
integrity sha512-4eo9Z3JlJCGlGrQRbtZWL+L9NnlUXgTbfK3Lk7oO8D1ev8R5b5+iE6tZHTvU5rQRcq6zu+POT+tK5u9oxc/rnQ==
2223+
dependencies:
2224+
"@sentry/types" "6.17.9"
2225+
tslib "^1.9.3"
2226+
22142227
"@simple-dom/document@^1.4.0":
22152228
version "1.4.0"
22162229
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"

0 commit comments

Comments
 (0)