mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Update raven to 2.6.4
This commit is contained in:
parent
6884c3f086
commit
e3bdc831bc
2 changed files with 8 additions and 10 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"prop-types": "^15.6.2",
|
||||
"query-string": "^5.1.1",
|
||||
"raf": "3.4.0",
|
||||
"raven": "^2.4.2",
|
||||
"raven": "^2.6.4",
|
||||
"raven-js": "^3.27.0",
|
||||
"react": "^16.6.3",
|
||||
"react-dates": "^18.2.2",
|
||||
|
|
|
|||
16
yarn.lock
16
yarn.lock
|
|
@ -6825,15 +6825,16 @@ raven-js@^3.27.0:
|
|||
resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.27.0.tgz#9f47c03e17933ce756e189f3669d49c441c1ba6e"
|
||||
integrity sha512-vChdOL+yzecfnGA+B5EhEZkJ3kY3KlMzxEhShKh6Vdtooyl0yZfYNFQfYzgMf2v4pyQa+OTZ5esTxxgOOZDHqw==
|
||||
|
||||
raven@^2.4.2:
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/raven/-/raven-2.6.0.tgz#3806a82c9ee8cd3e75c3b7ea7bb1935aad092d0c"
|
||||
raven@^2.6.4:
|
||||
version "2.6.4"
|
||||
resolved "https://registry.yarnpkg.com/raven/-/raven-2.6.4.tgz#458d4a380c8fbb59e0150c655625aaf60c167ea3"
|
||||
integrity sha512-6PQdfC4+DQSFncowthLf+B6Hr0JpPsFBgTVYTAOq7tCmx/kR4SXbeawtPch20+3QfUcQDoJBLjWW1ybvZ4kXTw==
|
||||
dependencies:
|
||||
cookie "0.3.1"
|
||||
md5 "^2.2.1"
|
||||
stack-trace "0.0.10"
|
||||
timed-out "4.0.1"
|
||||
uuid "3.0.0"
|
||||
uuid "3.3.2"
|
||||
|
||||
raw-body@2.3.2:
|
||||
version "2.3.2"
|
||||
|
|
@ -8552,13 +8553,10 @@ utils-merge@1.0.1:
|
|||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
||||
|
||||
uuid@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.0.tgz#6728fc0459c450d796a99c31837569bdf672d728"
|
||||
|
||||
uuid@^3.0.1, uuid@^3.3.2:
|
||||
uuid@3.3.2, uuid@^3.0.1, uuid@^3.3.2:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
|
||||
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
|
||||
|
||||
validate-npm-package-license@^3.0.1:
|
||||
version "3.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue