Skip to content

Commit 6808593

Browse files
committed
fix: sentry logging
1 parent 4d84907 commit 6808593

1 file changed

Lines changed: 67 additions & 35 deletions

File tree

yarn.lock

Lines changed: 67 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@babel/cli@^7.2.0":
6-
version "7.2.0"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.0.tgz#505ed8d351daee6a88918da02c046c18c8c5a24f"
8-
integrity sha512-FLteTkEoony0DX8NbnT51CmwmLBzINdlXmiJCSqCLmqWCDA/xk8EITPWqwDnVLbuK0bsZONt/grqHnQzQ15j0Q==
6+
version "7.2.3"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.3.tgz#1b262e42a3e959d28ab3d205ba2718e1923cfee6"
8+
integrity sha512-bfna97nmJV6nDJhXNPeEfxyMjWnt6+IjUAaDPiYRTBlm8L41n8nvw6UAqUCbvpFfU246gHPxW7sfWwqtF4FcYA==
99
dependencies:
1010
commander "^2.8.1"
1111
convert-source-map "^1.1.0"
@@ -57,16 +57,16 @@
5757
source-map "^0.5.0"
5858
trim-right "^1.0.1"
5959

60-
"@babel/helper-create-class-features-plugin@^7.2.1":
61-
version "7.2.2"
62-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.2.tgz#aac79552e41c94716a804d371e943f20171df0c5"
63-
integrity sha512-Q4qZE5wS3NWpOS6UV9yhIS/NmSyf2keF0E0IwDvx8WxTheVopVIY6BSQ/0vz72OTTruz0cOA2yIUh6Kdg3qprA==
60+
"@babel/helper-create-class-features-plugin@^7.2.3":
61+
version "7.2.3"
62+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.3.tgz#f6e719abb90cb7f4a69591e35fd5eb89047c4a7c"
63+
integrity sha512-xO/3Gn+2C7/eOUeb0VRnSP1+yvWHNxlpAot1eMhtoKDCN7POsyQP5excuT5UsV5daHxMWBeIIOeI5cmB8vMRgQ==
6464
dependencies:
6565
"@babel/helper-function-name" "^7.1.0"
6666
"@babel/helper-member-expression-to-functions" "^7.0.0"
6767
"@babel/helper-optimise-call-expression" "^7.0.0"
6868
"@babel/helper-plugin-utils" "^7.0.0"
69-
"@babel/helper-replace-supers" "^7.1.0"
69+
"@babel/helper-replace-supers" "^7.2.3"
7070

7171
"@babel/helper-function-name@^7.1.0":
7272
version "7.1.0"
@@ -103,14 +103,14 @@
103103
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
104104
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
105105

106-
"@babel/helper-replace-supers@^7.1.0":
107-
version "7.1.0"
108-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362"
109-
integrity sha512-BvcDWYZRWVuDeXTYZWxekQNO5D4kO55aArwZOTFXw6rlLQA8ZaDicJR1sO47h+HrnCiDFiww0fSPV0d713KBGQ==
106+
"@babel/helper-replace-supers@^7.2.3":
107+
version "7.2.3"
108+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz#19970020cf22677d62b3a689561dbd9644d8c5e5"
109+
integrity sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==
110110
dependencies:
111111
"@babel/helper-member-expression-to-functions" "^7.0.0"
112112
"@babel/helper-optimise-call-expression" "^7.0.0"
113-
"@babel/traverse" "^7.1.0"
113+
"@babel/traverse" "^7.2.3"
114114
"@babel/types" "^7.0.0"
115115

116116
"@babel/helper-split-export-declaration@^7.0.0":
@@ -138,17 +138,17 @@
138138
esutils "^2.0.2"
139139
js-tokens "^4.0.0"
140140

141-
"@babel/parser@^7.0.0", "@babel/parser@^7.2.2":
142-
version "7.2.2"
143-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.2.tgz#37ebdbc88a2e1ebc6c8dd3d35ea9436e3e39e477"
144-
integrity sha512-UNTmQ5cSLDeBGBl+s7JeowkqIHgmFAGBnLDdIzFmUNSuS5JF0XBcN59jsh/vJO/YjfsBqMxhMjoFGmNExmf0FA==
141+
"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
142+
version "7.2.3"
143+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
144+
integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
145145

146146
"@babel/plugin-proposal-class-properties@^7.2.1":
147-
version "7.2.1"
148-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.1.tgz#c734a53e0a1ec40fe5c22ee5069d26da3b187d05"
149-
integrity sha512-/4FKFChkQ2Jgb8lBDsvFX496YTi7UWTetVgS8oJUpX1e/DlaoeEK57At27ug8Hu2zI2g8bzkJ+8k9qrHZRPGPA==
147+
version "7.2.3"
148+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.3.tgz#c9e1294363b346cff333007a92080f3203698461"
149+
integrity sha512-FVuQngLoN2iDrpW7LmhPZ2sO4DJxf35FOcwidwB9Ru9tMvI5URthnkVHuG14IStV+TzkMTyLMoOUlSTtrdVwqw==
150150
dependencies:
151-
"@babel/helper-create-class-features-plugin" "^7.2.1"
151+
"@babel/helper-create-class-features-plugin" "^7.2.3"
152152
"@babel/helper-plugin-utils" "^7.0.0"
153153

154154
"@babel/plugin-proposal-object-rest-spread@^7.2.0":
@@ -195,16 +195,16 @@
195195
"@babel/parser" "^7.2.2"
196196
"@babel/types" "^7.2.2"
197197

198-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2":
199-
version "7.2.2"
200-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.2.tgz#961039de1f9bcb946d807efe2dba9c92e859d188"
201-
integrity sha512-E5Bn9FSwHpSkUhthw/XEuvFZxIgrqb9M8cX8j5EUQtrUG5DQUy6bFyl7G7iQ1D1Czudor+xkmp81JbLVVM0Sjg==
198+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
199+
version "7.2.3"
200+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
201+
integrity sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==
202202
dependencies:
203203
"@babel/code-frame" "^7.0.0"
204204
"@babel/generator" "^7.2.2"
205205
"@babel/helper-function-name" "^7.1.0"
206206
"@babel/helper-split-export-declaration" "^7.0.0"
207-
"@babel/parser" "^7.2.2"
207+
"@babel/parser" "^7.2.3"
208208
"@babel/types" "^7.2.2"
209209
debug "^4.1.0"
210210
globals "^11.1.0"
@@ -401,9 +401,9 @@
401401
lodash "^4.17.10"
402402

403403
"@microfleet/core@^13.4.0":
404-
version "13.4.0"
405-
resolved "https://registry.yarnpkg.com/@microfleet/core/-/core-13.4.0.tgz#a64c032a572e1e0155576d7200bfa80fd5f97a20"
406-
integrity sha512-x49aH+gXKsGjzsFJ+HfQZWZtsj+rJ3UQBqZKNBcC3GInEBJuepPJpPw/EU2t1oLwJSSBTRLirDQJQ+L+s+j6Iw==
404+
version "13.4.1"
405+
resolved "https://registry.yarnpkg.com/@microfleet/core/-/core-13.4.1.tgz#f53727ef2a8ecd0a3a635ebedd1db6a8df1db992"
406+
integrity sha512-QeM4N1MddpySksIRT8PGwKA6h2OOCZvkMuryyr30GPnecMFKklCRacUFzjOvnJdAN/WWpCqYdbMkfg6GMYO7yg==
407407
dependencies:
408408
bluebird "^3.5.2"
409409
bluebird-retry "^0.11.0"
@@ -2157,7 +2157,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0:
21572157
dependencies:
21582158
ms "^2.1.1"
21592159

2160-
debuglog@^1.0.1:
2160+
debuglog@*, debuglog@^1.0.1:
21612161
version "1.0.1"
21622162
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
21632163
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -3675,7 +3675,7 @@ import-lazy@^2.1.0:
36753675
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
36763676
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
36773677

3678-
imurmurhash@^0.1.4:
3678+
imurmurhash@*, imurmurhash@^0.1.4:
36793679
version "0.1.4"
36803680
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
36813681
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -4510,6 +4510,11 @@ lockfile@^1.0.4:
45104510
dependencies:
45114511
signal-exit "^3.0.2"
45124512

4513+
lodash._baseindexof@*:
4514+
version "3.1.0"
4515+
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
4516+
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
4517+
45134518
lodash._baseuniq@~4.6.0:
45144519
version "4.6.0"
45154520
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -4518,11 +4523,33 @@ lodash._baseuniq@~4.6.0:
45184523
lodash._createset "~4.0.0"
45194524
lodash._root "~3.0.0"
45204525

4526+
lodash._bindcallback@*:
4527+
version "3.0.1"
4528+
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
4529+
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
4530+
4531+
lodash._cacheindexof@*:
4532+
version "3.0.2"
4533+
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
4534+
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
4535+
4536+
lodash._createcache@*:
4537+
version "3.1.2"
4538+
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
4539+
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
4540+
dependencies:
4541+
lodash._getnative "^3.0.0"
4542+
45214543
lodash._createset@~4.0.0:
45224544
version "4.0.3"
45234545
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
45244546
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
45254547

4548+
lodash._getnative@*, lodash._getnative@^3.0.0:
4549+
version "3.9.1"
4550+
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
4551+
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
4552+
45264553
lodash._reinterpolate@~3.0.0:
45274554
version "3.0.0"
45284555
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -4663,6 +4690,11 @@ lodash.reduce@^4.6.0:
46634690
resolved "https://registry.yarnpkg.com/lodash.reduce/-/lodash.reduce-4.6.0.tgz#f1ab6b839299ad48f784abbf476596f03b914d3b"
46644691
integrity sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=
46654692

4693+
lodash.restparam@*:
4694+
version "3.6.1"
4695+
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4696+
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
4697+
46664698
lodash.set@^4.3.2:
46674699
version "4.3.2"
46684700
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -6647,7 +6679,7 @@ readable-stream@~1.1.10:
66476679
isarray "0.0.1"
66486680
string_decoder "~0.10.x"
66496681

6650-
readdir-scoped-modules@^1.0.0:
6682+
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
66516683
version "1.0.2"
66526684
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
66536685
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=
@@ -7356,9 +7388,9 @@ spdx-expression-parse@^3.0.0:
73567388
spdx-license-ids "^3.0.0"
73577389

73587390
spdx-license-ids@^3.0.0:
7359-
version "3.0.2"
7360-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz#a59efc09784c2a5bada13cfeaf5c75dd214044d2"
7361-
integrity sha512-qky9CVt0lVIECkEsYbNILVnPvycuEBkXoMFLRWsREkomQLevYhtRKC+R91a5TOAQ3bCMjikRwhyaRqj1VYatYg==
7391+
version "3.0.3"
7392+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.3.tgz#81c0ce8f21474756148bbb5f3bfc0f36bf15d76e"
7393+
integrity sha512-uBIcIl3Ih6Phe3XHK1NqboJLdGfwr1UN3k6wSD1dZpmPsIkb8AGNbZYJ1fOBk834+Gxy8rpfDxrS6XLEMZMY2g==
73627394

73637395
split-string@^3.0.1, split-string@^3.0.2:
73647396
version "3.1.0"

0 commit comments

Comments
 (0)