Browse Source

Bump @sentry/integrations from 5.21.1 to 5.21.4 (#2077)

Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.21.1 to 5.21.4.
- [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/5.21.1...5.21.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] 4 years ago
parent
commit
d58e71d566
2 changed files with 13 additions and 13 deletions
  1. 12 12
      package-lock.json
  2. 1 1
      package.json

+ 12 - 12
package-lock.json

@@ -1530,12 +1530,12 @@
       }
     },
     "@sentry/integrations": {
-      "version": "5.21.1",
-      "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.21.1.tgz",
-      "integrity": "sha512-zghpNoYHbmMBZ/KW6vElfVl+4fCAwqaw/gYmxdCHflf2J3Y/0nKHEhnnnuErdYUkDdnatGGbHlc8kFOcaKPzHw==",
+      "version": "5.21.4",
+      "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.21.4.tgz",
+      "integrity": "sha512-tyrdVCTenshOA3qhaXcmGc5a9QrD6d5pjGX4zqXHWLp5Tb2q8dx49LaDualIuqCmaIk/6Z/5GHYqS4gPRaTcog==",
       "requires": {
-        "@sentry/types": "5.21.1",
-        "@sentry/utils": "5.21.1",
+        "@sentry/types": "5.21.4",
+        "@sentry/utils": "5.21.4",
         "tslib": "^1.9.3"
       }
     },
@@ -1557,16 +1557,16 @@
       }
     },
     "@sentry/types": {
-      "version": "5.21.1",
-      "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.21.1.tgz",
-      "integrity": "sha512-hFN4aDduMpjj6vZSIIp+9kSr8MglcKO/UmbuUXN6hKLewhxt+Zj2wjXN7ulSs5OK5mjXP9QLA5YJvVQsl2//qw=="
+      "version": "5.21.4",
+      "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.21.4.tgz",
+      "integrity": "sha512-uJTRxW//NPO0UJJzRQOtYHg5tiSBvn1dRk5FvURXmeXt9d9XtwmRhHWDwI51uAkyv+51tun3v+0OZQfLvAI+gQ=="
     },
     "@sentry/utils": {
-      "version": "5.21.1",
-      "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.21.1.tgz",
-      "integrity": "sha512-p5vPuc7+GfOmW8CXxWd0samS77Q00YrN8q5TC/ztF8nBhEF18GiMeWAdQnlSwt3iWal3q3gSSrbF4c9guIugng==",
+      "version": "5.21.4",
+      "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.21.4.tgz",
+      "integrity": "sha512-zY8OvaE/lU+DCzTSFrDZNXZmBLM/0URUlyYD4RubqzrgKY/eP1pSbEsDzYYhc+OrBr8TjG66N+5T3gMZX0BfNg==",
       "requires": {
-        "@sentry/types": "5.21.1",
+        "@sentry/types": "5.21.4",
         "tslib": "^1.9.3"
       }
     },

+ 1 - 1
package.json

@@ -20,7 +20,7 @@
   },
   "dependencies": {
     "@sentry/browser": "5.21.3",
-    "@sentry/integrations": "5.21.1",
+    "@sentry/integrations": "5.21.4",
     "@testing-library/jest-dom": "5.11.4",
     "@testing-library/react": "10.4.8",
     "@types/jest": "26.0.10",