|
|
|
@ -26,10 +26,10 @@
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.24.tgz#3ce939cb127fb8aaa3ffc1e90dff9b8af9f2e3dc"
|
|
|
|
|
integrity sha512-8GqG48m1XqyXh4mIZrtB5xOhUwSsh1WsrrsaZQOEYYql3YN9DEu9OOSg0ILzXHZo/h2Q74777YE4YzlArQzQEQ==
|
|
|
|
|
|
|
|
|
|
"@babel/cli@^7.6.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.0.tgz#1470a04394eaf37862989ea4912adf440fa6ff8d"
|
|
|
|
|
integrity sha512-1CTDyGUjQqW3Mz4gfKZ04KGOckyyaNmKneAMlABPS+ZyuxWv3FrVEVz7Ag08kNIztVx8VaJ8YgvYLSNlMKAT5Q==
|
|
|
|
|
"@babel/cli@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465"
|
|
|
|
|
integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
commander "^2.8.1"
|
|
|
|
|
convert-source-map "^1.1.0"
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/highlight" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.1.0", "@babel/core@^7.6.0":
|
|
|
|
|
"@babel/core@^7.1.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
|
|
|
|
|
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
|
|
|
|
@ -70,6 +70,26 @@
|
|
|
|
|
semver "^5.4.1"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
|
|
|
|
|
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.5.5"
|
|
|
|
|
"@babel/generator" "^7.6.2"
|
|
|
|
|
"@babel/helpers" "^7.6.2"
|
|
|
|
|
"@babel/parser" "^7.6.2"
|
|
|
|
|
"@babel/template" "^7.6.0"
|
|
|
|
|
"@babel/traverse" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
convert-source-map "^1.1.0"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
json5 "^2.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
resolve "^1.3.2"
|
|
|
|
|
semver "^5.4.1"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.4.0", "@babel/generator@^7.6.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
|
|
|
|
@ -81,6 +101,16 @@
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
trim-right "^1.0.1"
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
|
|
|
|
|
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helper-annotate-as-pure@^7.0.0":
|
|
|
|
|
version "7.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
|
|
@ -257,6 +287,15 @@
|
|
|
|
|
"@babel/traverse" "^7.6.0"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/helpers@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
|
|
|
|
|
integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/template" "^7.6.0"
|
|
|
|
|
"@babel/traverse" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/highlight@^7.0.0":
|
|
|
|
|
version "7.5.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
|
|
|
@ -276,6 +315,11 @@
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
|
|
|
|
|
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
|
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
|
|
|
|
|
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
|
|
|
|
version "7.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
|
|
@ -343,7 +387,7 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-syntax-numeric-separator" "^7.2.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.3.4", "@babel/plugin-proposal-object-rest-spread@^7.5.5":
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.3.4":
|
|
|
|
|
version "7.5.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
|
|
|
|
|
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==
|
|
|
|
@ -351,6 +395,14 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
|
|
|
|
|
integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
|
|
|
|
version "7.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
|
|
|
|
@ -367,7 +419,7 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-syntax-throw-expressions" "^7.2.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex@^7.2.0", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex@^7.2.0":
|
|
|
|
|
version "7.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
|
|
|
|
|
integrity sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==
|
|
|
|
@ -376,6 +428,15 @@
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.5.4"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802"
|
|
|
|
|
integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-async-generators@^7.2.0":
|
|
|
|
|
version "7.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
|
|
|
|
@ -483,7 +544,7 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.3.4", "@babel/plugin-transform-block-scoping@^7.6.0":
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.3.4":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
|
|
|
|
|
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
|
|
|
|
@ -491,6 +552,14 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
|
|
|
|
|
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-classes@^7.3.4", "@babel/plugin-transform-classes@^7.5.5":
|
|
|
|
|
version "7.5.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
|
|
|
@ -519,7 +588,7 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-dotall-regex@^7.2.0", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
|
|
|
|
"@babel/plugin-transform-dotall-regex@^7.2.0":
|
|
|
|
|
version "7.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
|
|
|
|
|
integrity sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==
|
|
|
|
@ -528,6 +597,15 @@
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.5.4"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-dotall-regex@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9"
|
|
|
|
|
integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys@^7.2.0", "@babel/plugin-transform-duplicate-keys@^7.5.0":
|
|
|
|
|
version "7.5.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
|
|
|
|
@ -608,13 +686,20 @@
|
|
|
|
|
"@babel/helper-module-transforms" "^7.1.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.3.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.3.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
|
|
|
|
|
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
|
|
|
|
|
dependencies:
|
|
|
|
|
regexp-tree "^0.1.13"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
|
|
|
|
|
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
|
|
|
|
|
dependencies:
|
|
|
|
|
regexpu-core "^4.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-new-target@^7.0.0", "@babel/plugin-transform-new-target@^7.4.4":
|
|
|
|
|
version "7.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
|
|
|
@ -684,6 +769,13 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-spread@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
|
|
|
|
|
integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-sticky-regex@^7.2.0":
|
|
|
|
|
version "7.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
|
|
|
|
@ -707,7 +799,7 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-unicode-regex@^7.2.0", "@babel/plugin-transform-unicode-regex@^7.4.4":
|
|
|
|
|
"@babel/plugin-transform-unicode-regex@^7.2.0":
|
|
|
|
|
version "7.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
|
|
|
|
|
integrity sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==
|
|
|
|
@ -716,6 +808,15 @@
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.5.4"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-unicode-regex@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698"
|
|
|
|
|
integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/helper-regex" "^7.4.4"
|
|
|
|
|
regexpu-core "^4.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/polyfill@^7.4.4", "@babel/polyfill@^7.6.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.6.0.tgz#6d89203f8b6cd323e8d946e47774ea35dc0619cc"
|
|
|
|
@ -773,19 +874,19 @@
|
|
|
|
|
js-levenshtein "^1.1.3"
|
|
|
|
|
semver "^5.3.0"
|
|
|
|
|
|
|
|
|
|
"@babel/preset-env@^7.6.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
|
|
|
|
|
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
|
|
|
|
|
"@babel/preset-env@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
|
|
|
|
|
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-module-imports" "^7.0.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
|
|
|
|
|
"@babel/plugin-proposal-json-strings" "^7.2.0"
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.6.2"
|
|
|
|
|
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
|
|
|
|
"@babel/plugin-syntax-json-strings" "^7.2.0"
|
|
|
|
@ -794,11 +895,11 @@
|
|
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-async-to-generator" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.6.0"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-classes" "^7.5.5"
|
|
|
|
|
"@babel/plugin-transform-computed-properties" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.6.0"
|
|
|
|
|
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-dotall-regex" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-for-of" "^7.4.4"
|
|
|
|
@ -809,7 +910,7 @@
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-modules-umd" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-new-target" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-object-super" "^7.5.5"
|
|
|
|
|
"@babel/plugin-transform-parameters" "^7.4.4"
|
|
|
|
@ -817,11 +918,11 @@
|
|
|
|
|
"@babel/plugin-transform-regenerator" "^7.4.5"
|
|
|
|
|
"@babel/plugin-transform-reserved-words" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-spread" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-spread" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-sticky-regex" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-template-literals" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
browserslist "^4.6.0"
|
|
|
|
|
core-js-compat "^3.1.1"
|
|
|
|
@ -868,6 +969,21 @@
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
|
|
|
|
|
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.5.5"
|
|
|
|
|
"@babel/generator" "^7.6.2"
|
|
|
|
|
"@babel/helper-function-name" "^7.1.0"
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.4.4"
|
|
|
|
|
"@babel/parser" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.1.6", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
|
|
|
|
|
version "7.6.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
|
|
|
|
@ -877,23 +993,23 @@
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
|
|
|
|
"@bugsnag/browser@^6.4.0":
|
|
|
|
|
version "6.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/browser/-/browser-6.4.0.tgz#96211bd3fcff48c91f91fdc270c02d2665585189"
|
|
|
|
|
integrity sha512-f6KUTIQ4hvJ35MxU35ORsyWwbLPxQ/vFOJdmYwvqrpH1FJSMJjTEmjW4pZbXY0iFkyJ0utYdMVek4ezY7xLtJg==
|
|
|
|
|
"@bugsnag/browser@^6.4.1":
|
|
|
|
|
version "6.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/browser/-/browser-6.4.1.tgz#6e959e687a6cb722c994336be69546ff721bf9db"
|
|
|
|
|
integrity sha512-dpNrD0ghigSh21mbR7GlfFrLJdtbpgmCWnNSHhSR1AOqsdl82ZGitsb6tPwmTTLatCFrFiptLkGjKBhkGLI3DA==
|
|
|
|
|
|
|
|
|
|
"@bugsnag/js@6.4.0":
|
|
|
|
|
version "6.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/js/-/js-6.4.0.tgz#1690cc0de987198819c4cea4446f2a8119a034dc"
|
|
|
|
|
integrity sha512-4wcNz3fY4Cos3JPWxHz0IADRqFVIIPclX5peihQmSRJgPqpKuZlnwNVzIpp3VPw00cHjEAXKKID7CCv9NuQObA==
|
|
|
|
|
"@bugsnag/js@6.4.1":
|
|
|
|
|
version "6.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/js/-/js-6.4.1.tgz#ae5eb64cbef334228114b5c0e888f97c789cd02b"
|
|
|
|
|
integrity sha512-1JME0OOkVup35YHJ8MHDOwN6lK+7ftwSld0oWkehLMRLjteWhoSg57XqMYsbSFK0IAbOrWdlTiL6ceU/lNeu6A==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@bugsnag/browser" "^6.4.0"
|
|
|
|
|
"@bugsnag/node" "^6.4.0"
|
|
|
|
|
"@bugsnag/browser" "^6.4.1"
|
|
|
|
|
"@bugsnag/node" "^6.4.1"
|
|
|
|
|
|
|
|
|
|
"@bugsnag/node@^6.4.0":
|
|
|
|
|
version "6.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/node/-/node-6.4.0.tgz#946af87eb2dd284901ac3c05faf979d8664198a2"
|
|
|
|
|
integrity sha512-vr/1u59oQ0batGfPGzlk9Mhg2n7TV/pwEpbaYBA8nsdMF3wiEsJkvpkq1tvixOSClzdVfI1h85v1IrHOFOgXaQ==
|
|
|
|
|
"@bugsnag/node@^6.4.1":
|
|
|
|
|
version "6.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@bugsnag/node/-/node-6.4.1.tgz#8771c04c7bf4a07da255d48e9755c07013a88ca4"
|
|
|
|
|
integrity sha512-ncVPJtg16hp4kMsDwbqGRRCX3wUwjyPfoiCx73qLDmuuthFYBKq7qLZCHjWSQ5/6rm/8ahF6TFa4JEnaZXb3qQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
byline "^5.0.0"
|
|
|
|
|
error-stack-parser "^2.0.2"
|
|
|
|
@ -1875,7 +1991,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da"
|
|
|
|
|
integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==
|
|
|
|
|
|
|
|
|
|
ajv@^6.1.0, ajv@^6.1.1, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
|
|
|
|
|
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
|
|
|
|
|
version "6.10.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
|
|
|
|
|
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
|
|
|
|
@ -1885,10 +2001,10 @@ ajv@^6.1.0, ajv@^6.1.1, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
|
|
|
|
|
json-schema-traverse "^0.4.1"
|
|
|
|
|
uri-js "^4.2.2"
|
|
|
|
|
|
|
|
|
|
algoliasearch@3.34.0:
|
|
|
|
|
version "3.34.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.34.0.tgz#02eb97bd6718e3a2c71121b9c3b655a35a4ba645"
|
|
|
|
|
integrity sha512-s8LDedkTWTAWR5uCWgJzGxDkCrqiej5iE4Tc2iCV+ONOO35i5qnVdieKg5gv2VDXBE7IP0YoqfAq/CC0V8PA+Q==
|
|
|
|
|
algoliasearch@3.35.0:
|
|
|
|
|
version "3.35.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.35.0.tgz#03f2900698c7c547fce9fb8fb8d0b9a56c8da405"
|
|
|
|
|
integrity sha512-Om4aLzkGbUi+Rc3sa8s48CRj2Qe7u5TXS7lK7Z681x2EiAa5Qx5uB/kbp8A6qY6dFDX7vstYRIYZ7t9XgdJ1dw==
|
|
|
|
|
dependencies:
|
|
|
|
|
agentkeepalive "^2.2.0"
|
|
|
|
|
debug "^2.6.9"
|
|
|
|
@ -2007,7 +2123,7 @@ anymatch@^2.0.0:
|
|
|
|
|
micromatch "^3.1.4"
|
|
|
|
|
normalize-path "^2.1.1"
|
|
|
|
|
|
|
|
|
|
anymatch@^3.0.1:
|
|
|
|
|
anymatch@^3.0.1, anymatch@^3.1.0:
|
|
|
|
|
version "3.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
|
|
|
|
|
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
|
|
|
|
@ -2222,10 +2338,10 @@ apollo-server-caching@^0.5.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
lru-cache "^5.0.0"
|
|
|
|
|
|
|
|
|
|
apollo-server-core@^2.9.3:
|
|
|
|
|
version "2.9.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.9.3.tgz#918f836c8215d371935c831c72d0840c7bf0250f"
|
|
|
|
|
integrity sha512-KQpOM3nAXdMqKVE0HHcOkH/EVhyDqFEKLNFlsyGHGOn9ujpI6RsltX+YpXRyAdbfQHpTk11v/IAo6XksWN+g1Q==
|
|
|
|
|
apollo-server-core@^2.9.4:
|
|
|
|
|
version "2.9.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.9.4.tgz#0404455884951804d23ea64e45514c73afd34e5e"
|
|
|
|
|
integrity sha512-6mzipnn9woJxgo/JQFWTlY13svS7HCr0ZsN035eRmKOsXzROfB9ugXcTuc6MP94ICM7TlB/DtJOP+bLX53mijw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@apollographql/apollo-tools" "^0.4.0"
|
|
|
|
|
"@apollographql/graphql-playground-html" "1.6.24"
|
|
|
|
@ -2262,10 +2378,10 @@ apollo-server-errors@^2.3.3:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.3.3.tgz#83763b00352c10dc68fbb0d41744ade66de549ff"
|
|
|
|
|
integrity sha512-MO4oJ129vuCcbqwr5ZwgxqGGiLz3hCyowz0bstUF7MR+vNGe4oe3DWajC9lv4CxrhcqUHQOeOPViOdIo1IxE3g==
|
|
|
|
|
|
|
|
|
|
apollo-server-express@2.9.3, apollo-server-express@^2.9.3:
|
|
|
|
|
version "2.9.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.9.3.tgz#67573404030c2676be49a7bf97d423b8462e295c"
|
|
|
|
|
integrity sha512-Hkfs+ce6GqaoSzDOJs8Pj7W3YUjH0BzGglo5HMsOXOnjPZ0pJE9v8fmK76rlkITLw7GjvIq5GKlafymC31FMBw==
|
|
|
|
|
apollo-server-express@2.9.4, apollo-server-express@^2.9.4:
|
|
|
|
|
version "2.9.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.9.4.tgz#ae7ca0b70a644ba9fa5e3ac395d1e2d9a4b23522"
|
|
|
|
|
integrity sha512-diX9n81E0tIJ0Sy2bHvDGPM9QsFBsZ76Nx/dszinY00ViyWG0yIAYEYWeRbsoKTeNDWWTvlMrh/3Eu2oaCIEhQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@apollographql/graphql-playground-html" "1.6.24"
|
|
|
|
|
"@types/accepts" "^1.3.5"
|
|
|
|
@ -2273,7 +2389,7 @@ apollo-server-express@2.9.3, apollo-server-express@^2.9.3:
|
|
|
|
|
"@types/cors" "^2.8.4"
|
|
|
|
|
"@types/express" "4.17.1"
|
|
|
|
|
accepts "^1.3.5"
|
|
|
|
|
apollo-server-core "^2.9.3"
|
|
|
|
|
apollo-server-core "^2.9.4"
|
|
|
|
|
apollo-server-types "^0.2.4"
|
|
|
|
|
body-parser "^1.18.3"
|
|
|
|
|
cors "^2.8.4"
|
|
|
|
@ -2300,13 +2416,13 @@ apollo-server-types@^0.2.4:
|
|
|
|
|
apollo-server-caching "^0.5.0"
|
|
|
|
|
apollo-server-env "^2.4.3"
|
|
|
|
|
|
|
|
|
|
apollo-server@2.9.3:
|
|
|
|
|
version "2.9.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server/-/apollo-server-2.9.3.tgz#2a79fcee25da0b0673eb70d73839c40c3c4b8cca"
|
|
|
|
|
integrity sha512-JQoeseSo3yOBu3WJzju0NTreoqYckNILybgXNUOhdurE55VFpZ8dsBEO6nMfdO2y1A70W14mnnVWCBEm+1rE8w==
|
|
|
|
|
apollo-server@2.9.4:
|
|
|
|
|
version "2.9.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/apollo-server/-/apollo-server-2.9.4.tgz#564a0d0ec6dbefc86dbabe15bd23a83e48f58314"
|
|
|
|
|
integrity sha512-huAgQizkmzUkREixsSJHNM4ZnJ08plkwK70dm36mX9j+yYbc0h9J5b5o4E2Fb9U5PMR8kEVto1dz2rOJ0XPApA==
|
|
|
|
|
dependencies:
|
|
|
|
|
apollo-server-core "^2.9.3"
|
|
|
|
|
apollo-server-express "^2.9.3"
|
|
|
|
|
apollo-server-core "^2.9.4"
|
|
|
|
|
apollo-server-express "^2.9.4"
|
|
|
|
|
express "^4.0.0"
|
|
|
|
|
graphql-subscriptions "^1.0.0"
|
|
|
|
|
graphql-tools "^4.0.0"
|
|
|
|
@ -2570,14 +2686,14 @@ autoprefixer@^7.1.1:
|
|
|
|
|
postcss "^6.0.17"
|
|
|
|
|
postcss-value-parser "^3.2.3"
|
|
|
|
|
|
|
|
|
|
aws-sdk@2.528.0:
|
|
|
|
|
version "2.528.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.528.0.tgz#9836e619607068171844ad27ccfe0082b6a118e9"
|
|
|
|
|
integrity sha512-WBgavPqKHvYcIhD7LhmLLYOKtG/SUdNY6hMB0N/Jxaolzx4sOa7xegiZ8sdkAUq/vUEs1frnBF9hNmeIszUWCg==
|
|
|
|
|
aws-sdk@2.538.0:
|
|
|
|
|
version "2.538.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.538.0.tgz#c2a6b482c191615457993d9cfb28a79d0847bb71"
|
|
|
|
|
integrity sha512-mQTo1eWoU8UB2Pp1PyBBSrFKfaFIVNKeLjJslrhHV5eW/orv2Lw07shnbY4cSt+n2oumw45WStWORyLekRvjyA==
|
|
|
|
|
dependencies:
|
|
|
|
|
buffer "4.9.1"
|
|
|
|
|
events "1.1.1"
|
|
|
|
|
ieee754 "1.1.8"
|
|
|
|
|
ieee754 "1.1.13"
|
|
|
|
|
jmespath "0.15.0"
|
|
|
|
|
querystring "0.2.0"
|
|
|
|
|
sax "1.2.1"
|
|
|
|
@ -2883,7 +2999,7 @@ bl@^3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
readable-stream "^3.0.1"
|
|
|
|
|
|
|
|
|
|
bluebird@3.5.5, bluebird@^3.1.1, bluebird@^3.5.0, bluebird@^3.5.3, bluebird@^3.5.5:
|
|
|
|
|
bluebird@3.5.5, bluebird@^3.1.1, bluebird@^3.5.0, bluebird@^3.5.5:
|
|
|
|
|
version "3.5.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
|
|
|
|
|
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
|
|
|
|
@ -3396,7 +3512,22 @@ cheerio@1.0.0-rc.3:
|
|
|
|
|
lodash "^4.15.0"
|
|
|
|
|
parse5 "^3.0.1"
|
|
|
|
|
|
|
|
|
|
chokidar@3.0.2, "chokidar@>=2.0.0 <4.0.0":
|
|
|
|
|
chokidar@3.1.1:
|
|
|
|
|
version "3.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.1.tgz#27e953f3950336efcc455fd03e240c7299062003"
|
|
|
|
|
integrity sha512-df4o16uZmMHzVQwECZRHwfguOt5ixpuQVaZHjYMvYisgKhE+JXwcj/Tcr3+3bu/XeOJQ9ycYmzu7Mv8XrGxJDQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
anymatch "^3.1.0"
|
|
|
|
|
braces "^3.0.2"
|
|
|
|
|
glob-parent "^5.0.0"
|
|
|
|
|
is-binary-path "^2.1.0"
|
|
|
|
|
is-glob "^4.0.1"
|
|
|
|
|
normalize-path "^3.0.0"
|
|
|
|
|
readdirp "^3.1.1"
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
fsevents "^2.0.6"
|
|
|
|
|
|
|
|
|
|
"chokidar@>=2.0.0 <4.0.0":
|
|
|
|
|
version "3.0.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
|
|
|
|
|
integrity sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==
|
|
|
|
@ -3588,7 +3719,12 @@ codemirror-graphql@^0.9.0:
|
|
|
|
|
graphql-language-service-interface "^2.1.0"
|
|
|
|
|
graphql-language-service-parser "^1.3.0"
|
|
|
|
|
|
|
|
|
|
codemirror@5.48.4, codemirror@^5.47.0:
|
|
|
|
|
codemirror@5.49.0:
|
|
|
|
|
version "5.49.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.49.0.tgz#adedbffcc81091e4a0334bcb96b1ae3b7ada5e3f"
|
|
|
|
|
integrity sha512-Hyzr0HToBdZpLBN9dYFO/KlJAsKH37/cXVHPAqa+imml0R92tb9AkmsvjnXL+SluEvjjdfkDgRjc65NG5jnMYA==
|
|
|
|
|
|
|
|
|
|
codemirror@^5.47.0:
|
|
|
|
|
version "5.48.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47"
|
|
|
|
|
integrity sha512-pUhZXDQ6qXSpWdwlgAwHEkd4imA0kf83hINmUEzJpmG80T/XLtDDEzZo8f6PQLuRCcUQhmzqqIo3ZPTRaWByRA==
|
|
|
|
@ -4801,13 +4937,20 @@ encoding@^0.1.11:
|
|
|
|
|
dependencies:
|
|
|
|
|
iconv-lite "~0.4.13"
|
|
|
|
|
|
|
|
|
|
end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
|
|
|
|
end-of-stream@^1.0.0, end-of-stream@^1.4.1:
|
|
|
|
|
version "1.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
|
|
|
|
|
integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
once "^1.4.0"
|
|
|
|
|
|
|
|
|
|
end-of-stream@^1.1.0:
|
|
|
|
|
version "1.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
|
|
|
|
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
once "^1.4.0"
|
|
|
|
|
|
|
|
|
|
enhanced-resolve@4.1.0, enhanced-resolve@^4.1.0:
|
|
|
|
|
version "4.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f"
|
|
|
|
@ -5429,20 +5572,20 @@ filepond-plugin-file-validate-type@1.2.4:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filepond-plugin-file-validate-type/-/filepond-plugin-file-validate-type-1.2.4.tgz#ce7f5f469dbc7ce0da12fdef7b0f24e4c263c410"
|
|
|
|
|
integrity sha512-K1qD8mfahJoz2zRlWWvYoHuy4k/8tHggsoGbm/blpTp63OyahOdJBzMN3VK7USYn5OZ58uOFdMTMyi8ibFpW/Q==
|
|
|
|
|
|
|
|
|
|
filepond@4.7.1:
|
|
|
|
|
version "4.7.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filepond/-/filepond-4.7.1.tgz#b4c1fbc184ba314a52d1f85d0020cefa10f0d8e5"
|
|
|
|
|
integrity sha512-AxZBhsGS9QEJfbLiASUJMuS3hLhq/HbkKaJx1gKYCQ0lbs/OfciKKdeFbtAVKk0o9o6DcITw2C+QqFcTP1QBCg==
|
|
|
|
|
filepond@4.7.2:
|
|
|
|
|
version "4.7.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filepond/-/filepond-4.7.2.tgz#5b61d4b437c0e0f9cad7afcb9ffc6e9d16c0ceec"
|
|
|
|
|
integrity sha512-OqG35MnmvrGnq2KgHO0PS8uujzRqQL/bMlSy0StqRn6RRAM6wBM9gzQl22IvWLwMyw6g8aIZTZAhMaiTS1LZsA==
|
|
|
|
|
|
|
|
|
|
filesize.js@1.0.2:
|
|
|
|
|
version "1.0.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filesize.js/-/filesize.js-1.0.2.tgz#934c013395a71804875cf11e6f1ffe211c3f2192"
|
|
|
|
|
integrity sha1-k0wBM5WnGASHXPEebx/+IRw/IZI=
|
|
|
|
|
|
|
|
|
|
filesize@4.2.0:
|
|
|
|
|
version "4.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filesize/-/filesize-4.2.0.tgz#a8c989a179ca3a895cc32eab4abc64ebf6d34d44"
|
|
|
|
|
integrity sha512-bdS2UP98MZzLyTZzhuSH5ctAWyDt81n5xMti9BSdmgPXjjENLDz5Bmbk2R7ATVw/HRysZzWA2JIPgcSAOimWpw==
|
|
|
|
|
filesize@4.2.1:
|
|
|
|
|
version "4.2.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/filesize/-/filesize-4.2.1.tgz#ab1cb2069db5d415911c1a13e144c0e743bc89bc"
|
|
|
|
|
integrity sha512-bP82Hi8VRZX/TUBKfE24iiUGsB/sfm2WUrwTQyAzQrhO3V9IhcBBNBXMyzLY5orACxRyYJ3d2HeRVX+eFv4lmA==
|
|
|
|
|
|
|
|
|
|
filesize@^3.6.1:
|
|
|
|
|
version "3.6.1"
|
|
|
|
@ -6071,10 +6214,10 @@ graphql-upload@^8.0.2:
|
|
|
|
|
http-errors "^1.7.2"
|
|
|
|
|
object-path "^0.11.4"
|
|
|
|
|
|
|
|
|
|
graphql@14.5.6:
|
|
|
|
|
version "14.5.6"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.6.tgz#3fa12173b50e6ccdef953c31c82f37c50ef58bec"
|
|
|
|
|
integrity sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg==
|
|
|
|
|
graphql@14.5.8:
|
|
|
|
|
version "14.5.8"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c"
|
|
|
|
|
integrity sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==
|
|
|
|
|
dependencies:
|
|
|
|
|
iterall "^1.2.2"
|
|
|
|
|
|
|
|
|
@ -6408,17 +6551,17 @@ i18next-node-fs-backend@2.1.3:
|
|
|
|
|
js-yaml "3.13.1"
|
|
|
|
|
json5 "2.0.0"
|
|
|
|
|
|
|
|
|
|
i18next-xhr-backend@3.1.2:
|
|
|
|
|
version "3.1.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-3.1.2.tgz#f9da86c81981ac245325cb2dbfd4232a5b183676"
|
|
|
|
|
integrity sha512-zN+x85W5R2ezGfmRh8F7+lsXoQgCNNb1jjSfm0325VuSIZ4ewvsnq3uHFrZaXmSJ8qTwPibO9rRb3mIzncEF9g==
|
|
|
|
|
i18next-xhr-backend@3.2.0:
|
|
|
|
|
version "3.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-3.2.0.tgz#f2ac0792c38ca8ee653fab723fc9dcc7b0ff4d71"
|
|
|
|
|
integrity sha512-WKxC7YWqMT5CNwmnuSbFqb3pXZyDglIONO8qC8HBmP1OaT4GHc1Ox4JX42G27RQjzKK2px3ynwW9Z35LR9RoQg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/runtime" "^7.5.5"
|
|
|
|
|
|
|
|
|
|
i18next@17.0.15:
|
|
|
|
|
version "17.0.15"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/i18next/-/i18next-17.0.15.tgz#a4a378910fa06ca1c34f9e481ff6642acdb16dba"
|
|
|
|
|
integrity sha512-d+DLqZY1G15jDhSLRtsCVd/+KAWKmcmX1bp/5RjamIhftEFDvSXVgWXXkzsBFIl41VHhBV1y5JORukgz1s3GCQ==
|
|
|
|
|
i18next@17.0.16:
|
|
|
|
|
version "17.0.16"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/i18next/-/i18next-17.0.16.tgz#4bee0f84d6c79db3095f4eca6ded7920eea6b139"
|
|
|
|
|
integrity sha512-PtPiycw8H/45AAy2nuS3Ehov1X9k5V/gTJ89Uh8VAA3dx8EbsWwyP3c25fd4PWlLUey3YbRLTNPbre/dPho8Og==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/runtime" "^7.3.1"
|
|
|
|
|
|
|
|
|
@ -6443,12 +6586,7 @@ icss-utils@^4.0.0, icss-utils@^4.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
postcss "^7.0.14"
|
|
|
|
|
|
|
|
|
|
ieee754@1.1.8:
|
|
|
|
|
version "1.1.8"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4"
|
|
|
|
|
integrity sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=
|
|
|
|
|
|
|
|
|
|
ieee754@^1.1.4:
|
|
|
|
|
ieee754@1.1.13, ieee754@^1.1.4:
|
|
|
|
|
version "1.1.13"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
|
|
|
|
|
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
|
|
|
@ -6485,10 +6623,12 @@ ignore@^5.1.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
|
|
|
|
|
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
|
|
|
|
|
|
|
|
|
|
image-size@0.7.5:
|
|
|
|
|
version "0.7.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.7.5.tgz#269f357cf5797cb44683dfa99790e54c705ead04"
|
|
|
|
|
integrity sha512-Hiyv+mXHfFEP7LzUL/llg9RwFxxY+o9N3JVLIeG5E7iFIFAalxvRU9UZthBdYDEVnzHMgjnKJPPpay5BWf1g9g==
|
|
|
|
|
image-size@0.8.2:
|
|
|
|
|
version "0.8.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.8.2.tgz#9b5cef7a18a0991beba861b731fb4cfe7a45822d"
|
|
|
|
|
integrity sha512-0AO8bEDtAcC+dScZmCDUvmxIYWlJ+0DQOl1BkTQYrrM3/oQORS03P0gDT7ZoElRozHlfoUxT+L2ErLFmbT5tdA==
|
|
|
|
|
dependencies:
|
|
|
|
|
queue "6.0.1"
|
|
|
|
|
|
|
|
|
|
import-cwd@^2.0.0:
|
|
|
|
|
version "2.1.0"
|
|
|
|
@ -9041,13 +9181,13 @@ object.values@^1.1.0:
|
|
|
|
|
function-bind "^1.1.1"
|
|
|
|
|
has "^1.0.3"
|
|
|
|
|
|
|
|
|
|
objection@1.6.9:
|
|
|
|
|
version "1.6.9"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/objection/-/objection-1.6.9.tgz#deb067e0ba938bce22a4a2691b93d9df68346748"
|
|
|
|
|
integrity sha512-4mp2f34Fn+gCOXO5e9YEWbcnAfvFPF3Rd2NAyQWU6CkZQObqm1mFDw8tYZySpkvibnDg6DPMiprUm82yGy6fgQ==
|
|
|
|
|
objection@1.6.11:
|
|
|
|
|
version "1.6.11"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/objection/-/objection-1.6.11.tgz#6755c15300277eee76c44faf4295704d8e2e02e2"
|
|
|
|
|
integrity sha512-/W6iR6+YvFg1U4k5DyX1MrY+xqodDM8AAOU1J0b3HlptsNw8V3uDHjZgTi1cFPPe5+ZeTTMvhIFhNiUP6+nqYQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
ajv "^6.1.1"
|
|
|
|
|
bluebird "^3.5.3"
|
|
|
|
|
ajv "^6.10.0"
|
|
|
|
|
bluebird "^3.5.5"
|
|
|
|
|
lodash "^4.17.11"
|
|
|
|
|
|
|
|
|
|
offline-plugin@5.0.7:
|
|
|
|
@ -11213,6 +11353,13 @@ querystring@0.2.0, querystring@^0.2.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
|
|
|
|
|
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
|
|
|
|
|
|
|
|
|
|
queue@6.0.1:
|
|
|
|
|
version "6.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.1.tgz#abd5a5b0376912f070a25729e0b6a7d565683791"
|
|
|
|
|
integrity sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==
|
|
|
|
|
dependencies:
|
|
|
|
|
inherits "~2.0.3"
|
|
|
|
|
|
|
|
|
|
random-bytes@~1.0.0:
|
|
|
|
|
version "1.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/random-bytes/-/random-bytes-1.0.0.tgz#4f68a1dc0ae58bd3fb95848c30324db75d64360b"
|
|
|
|
@ -11522,6 +11669,18 @@ regexpu-core@^4.5.4:
|
|
|
|
|
unicode-match-property-ecmascript "^1.0.4"
|
|
|
|
|
unicode-match-property-value-ecmascript "^1.1.0"
|
|
|
|
|
|
|
|
|
|
regexpu-core@^4.6.0:
|
|
|
|
|
version "4.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
|
|
|
|
|
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
|
|
|
|
|
dependencies:
|
|
|
|
|
regenerate "^1.4.0"
|
|
|
|
|
regenerate-unicode-properties "^8.1.0"
|
|
|
|
|
regjsgen "^0.5.0"
|
|
|
|
|
regjsparser "^0.6.0"
|
|
|
|
|
unicode-match-property-ecmascript "^1.0.4"
|
|
|
|
|
unicode-match-property-value-ecmascript "^1.1.0"
|
|
|
|
|
|
|
|
|
|
regjsgen@^0.5.0:
|
|
|
|
|
version "0.5.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
|
|
|
|
@ -12196,10 +12355,10 @@ sort-keys@^1.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-plain-obj "^1.0.0"
|
|
|
|
|
|
|
|
|
|
sortablejs@^1.9.0:
|
|
|
|
|
version "1.9.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.9.0.tgz#2d1e74ae6bac2cb4ad0622908f340848969eb88d"
|
|
|
|
|
integrity sha512-Ot6bYJ6PoqPmpsqQYXjn1+RKrY2NWQvQt/o4jfd/UYwVWndyO5EPO8YHbnm5HIykf8ENsm4JUrdAvolPT86yYA==
|
|
|
|
|
sortablejs@^1.10.0:
|
|
|
|
|
version "1.10.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.10.0.tgz#0ebc054acff2486569194a2f975b2b145dd5e7d6"
|
|
|
|
|
integrity sha512-+e0YakK1BxgEZpf9l9UiFaiQ8ZOBn1p/4qkkXr8QDVmYyCrUDTyDRRGm0AgW4E4cD0wtgxJ6yzIRkSPUwqhuhg==
|
|
|
|
|
|
|
|
|
|
source-list-map@^2.0.0:
|
|
|
|
|
version "2.0.1"
|
|
|
|
@ -12742,7 +12901,16 @@ terser-webpack-plugin@^1.4.1:
|
|
|
|
|
webpack-sources "^1.4.0"
|
|
|
|
|
worker-farm "^1.7.0"
|
|
|
|
|
|
|
|
|
|
terser@4.3.1, terser@^4.1.2:
|
|
|
|
|
terser@4.3.3:
|
|
|
|
|
version "4.3.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.3.tgz#f626c6779cadd60a3018e072fedeceabe4769db1"
|
|
|
|
|
integrity sha512-Nzr7dpRjSzMEUS+z2UYQBtzE0LDm5k0Yy8RgLRPy85QUo1TjU5lIOBwzS5/FVAMaVyHZ3WTTU2BuQcMn8KXnNQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
commander "^2.20.0"
|
|
|
|
|
source-map "~0.6.1"
|
|
|
|
|
source-map-support "~0.5.12"
|
|
|
|
|
|
|
|
|
|
terser@^4.1.2:
|
|
|
|
|
version "4.3.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.1.tgz#09820bcb3398299c4b48d9a86aefc65127d0ed65"
|
|
|
|
|
integrity sha512-pnzH6dnFEsR2aa2SJaKb1uSCl3QmIsJ8dEkj0Fky+2AwMMcC9doMqLOQIH6wVTEKaVfKVvLSk5qxPBEZT9mywg==
|
|
|
|
@ -12991,10 +13159,10 @@ twemoji-parser@12.1.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/twemoji-parser/-/twemoji-parser-12.1.0.tgz#018fb2a67f4747d9decfbf2bb4372995fc568997"
|
|
|
|
|
integrity sha512-jaHYltumP/E8nR+YzRrY753j9dEpL3zH8+pDXgf9h/10wHeW/9IIjs6mZ1Z/Syh8rIaOQObev1BAX/AinFmuOg==
|
|
|
|
|
|
|
|
|
|
twemoji@12.1.2:
|
|
|
|
|
version "12.1.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/twemoji/-/twemoji-12.1.2.tgz#13a685c3732c196e04f762159072cf66c04d4cec"
|
|
|
|
|
integrity sha512-myi1YKL4nXBWorlmHDxHxHTCpel0e0jGtWQwwab0XyCAf3r9PnkZX0c+IAnPW+K6+TKXBJulMRPifeMhiPKYuw==
|
|
|
|
|
twemoji@12.1.3:
|
|
|
|
|
version "12.1.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/twemoji/-/twemoji-12.1.3.tgz#4bebee358c7c44c4278d2badf320bc9e1d057f1d"
|
|
|
|
|
integrity sha512-Y5mC7vVovHZvCzdXDepJaU6FHPd7PaW6ZTBMWy9sGYafLBn1x0h2T6aGA3cpnz3WgWWg2QI+3D+9Rn4Z/ViitQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
fs-extra "^8.0.1"
|
|
|
|
|
jsonfile "^5.0.0"
|
|
|
|
@ -13388,10 +13556,10 @@ void-elements@^2.0.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
|
|
|
|
|
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
|
|
|
|
|
|
|
|
|
|
vue-apollo@3.0.0-rc.4:
|
|
|
|
|
version "3.0.0-rc.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-rc.4.tgz#414342e86600aa0a5cd19027db4fb46cd81ca38c"
|
|
|
|
|
integrity sha512-cVP3KjCfYeUWU3c9cYM0VBLGh5Wtvu/dJNbgYD2rKFGSlW0RaUDYIQUnbssbFBMnLSY+1jKgqG7y9pyUMhtp6g==
|
|
|
|
|
vue-apollo@3.0.0-rc.6:
|
|
|
|
|
version "3.0.0-rc.6"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-rc.6.tgz#ac5257cf0845d4290b9dd6dc491ee62eb1bc588a"
|
|
|
|
|
integrity sha512-P/U4akCOt59WojX5SSsg0K6yHWs04SO2ULEe6vXeCBpBkASRm3BybQIMY6DEIzMyp+y1QkhMLjVdGm+bx3Rurg==
|
|
|
|
|
dependencies:
|
|
|
|
|
chalk "^2.4.2"
|
|
|
|
|
serialize-javascript "^1.7.0"
|
|
|
|
@ -13502,12 +13670,12 @@ vue@2.6.10, vue@^2.5.13, vue@^2.6.10:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
|
|
|
|
|
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
|
|
|
|
|
|
|
|
|
|
vuedraggable@2.23.0:
|
|
|
|
|
version "2.23.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vuedraggable/-/vuedraggable-2.23.0.tgz#1f4a5a601675a5dbf0d96ee61aebfffa43445262"
|
|
|
|
|
integrity sha512-RgdH16k43WNoxyRcv/OarB/DZh9SY5TYthk9TS4YiHXpelD1DytEG0phLAXiXx5EhsmdH8ltSWxklGa4g1WTCw==
|
|
|
|
|
vuedraggable@2.23.1:
|
|
|
|
|
version "2.23.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vuedraggable/-/vuedraggable-2.23.1.tgz#6af3a17110793e3154fb8a52ce9df5109726d2ab"
|
|
|
|
|
integrity sha512-YgWnG7RC/V+nPksueT9cUGzvj7gBYqpEomazuAK5bBcImuPAeLsq0hwE5kSGItbHQpVnYdT/QX1kRR1XsjNeqw==
|
|
|
|
|
dependencies:
|
|
|
|
|
sortablejs "^1.9.0"
|
|
|
|
|
sortablejs "^1.10.0"
|
|
|
|
|
|
|
|
|
|
vuescroll@4.14.4:
|
|
|
|
|
version "4.14.4"
|
|
|
|
@ -13521,10 +13689,10 @@ vuetify-loader@1.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
loader-utils "^1.2.0"
|
|
|
|
|
|
|
|
|
|
vuetify@2.0.17:
|
|
|
|
|
version "2.0.17"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.0.17.tgz#824dc9e640fc249a4fe37a1757206dbc9fed3492"
|
|
|
|
|
integrity sha512-pBtwwF2SnZDfr2MPj5kA5VFUL9tjFVK4ca1+dUfw1LZS8AtJfOl70agpSMqcItehzESddIPsDu5sp/JOFCOygA==
|
|
|
|
|
vuetify@2.0.19:
|
|
|
|
|
version "2.0.19"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.0.19.tgz#f2da44987d1bddbd61b8ffcff34056e5eb5f5ec8"
|
|
|
|
|
integrity sha512-zBskf77Z+RH8+Qs1q0NIDv/1enVkOoVH2dcdjcs+ZUNOhnlG0IkDedmqE2+PNm0JvJdgpOaV8wq+Pl69TGD2Hg==
|
|
|
|
|
|
|
|
|
|
vuex-pathify@1.4.0:
|
|
|
|
|
version "1.4.0"
|
|
|
|
@ -13582,10 +13750,10 @@ webidl-conversions@^4.0.2:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
|
|
|
|
|
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
|
|
|
|
|
|
|
|
|
|
webpack-bundle-analyzer@3.5.0:
|
|
|
|
|
version "3.5.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.0.tgz#c82130a490a05f9267aa5956871aef574dff5074"
|
|
|
|
|
integrity sha512-NzueflueLSJxWGzDlMq5oUV+P8Qoq6yiaQlXGCbDYUpHEKlmzWdPLBJ4k/B6HTdAP/vHM8ply1Fx08mDnY+S8Q==
|
|
|
|
|
webpack-bundle-analyzer@3.5.2:
|
|
|
|
|
version "3.5.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.2.tgz#ac02834f4b31de8e27d71e6c7a612301ebddb79f"
|
|
|
|
|
integrity sha512-g9spCNe25QYUVqHRDkwG414GTok2m7pTTP0wr6l0J50Z3YLS04+BGodTqqoVBL7QfU/U/9p/oiI5XFOyfZ7S/A==
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn "^6.0.7"
|
|
|
|
|
acorn-walk "^6.1.1"
|
|
|
|
@ -13601,10 +13769,10 @@ webpack-bundle-analyzer@3.5.0:
|
|
|
|
|
opener "^1.5.1"
|
|
|
|
|
ws "^6.0.0"
|
|
|
|
|
|
|
|
|
|
webpack-cli@3.3.8:
|
|
|
|
|
version "3.3.8"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.8.tgz#caeaebcc26f685db1736e5decd3f01aac30123ec"
|
|
|
|
|
integrity sha512-RANYSXwikSWINjHMd/mtesblNSpjpDLoYTBtP99n1RhXqVI/wxN40Auqy42I7y4xrbmRBoA5Zy5E0JSBD5XRhw==
|
|
|
|
|
webpack-cli@3.3.9:
|
|
|
|
|
version "3.3.9"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.9.tgz#79c27e71f94b7fe324d594ab64a8e396b9daa91a"
|
|
|
|
|
integrity sha512-xwnSxWl8nZtBl/AFJCOn9pG7s5CYUYdZxmmukv+fAHLcBIHM36dImfpQg3WfShZXeArkWlf6QRw24Klcsv8a5A==
|
|
|
|
|
dependencies:
|
|
|
|
|
chalk "2.4.2"
|
|
|
|
|
cross-spawn "6.0.5"
|
|
|
|
@ -13669,10 +13837,10 @@ webpack-subresource-integrity@1.3.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
webpack-sources "^1.3.0"
|
|
|
|
|
|
|
|
|
|
webpack@4.40.2:
|
|
|
|
|
version "4.40.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7"
|
|
|
|
|
integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A==
|
|
|
|
|
webpack@4.41.0:
|
|
|
|
|
version "4.41.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b"
|
|
|
|
|
integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@webassemblyjs/ast" "1.8.5"
|
|
|
|
|
"@webassemblyjs/helper-module-context" "1.8.5"
|
|
|
|
@ -14021,10 +14189,10 @@ xtend@^4.0.0, xtend@~4.0.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
|
|
|
|
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
|
|
|
|
|
|
|
|
|
xterm@4.0.1:
|
|
|
|
|
version "4.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.0.1.tgz#6dc4cfa753d4fcd9387e292afc2717cf612da725"
|
|
|
|
|
integrity sha512-Rbq+VlttrK8scrK6lXXiQVi3rTIR6UUJC5uW1A20+0EsGukwzAgOZ9hQlGvbXSHcqJZ/FXWos2RVuFH418Vrjg==
|
|
|
|
|
xterm@4.0.2:
|
|
|
|
|
version "4.0.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.0.2.tgz#c6a1b9586c0786627625e2ee9e78ad519dbc8c99"
|
|
|
|
|
integrity sha512-NIr11b6C782TZznU8e6K/IMfmwlWMWRI6ba9GEDG9uX25SadkpjoMnzvxOS0Z/15sfrbn0rghPiarGDmmP0uhQ==
|
|
|
|
|
|
|
|
|
|
y18n@^3.2.1:
|
|
|
|
|
version "3.2.1"
|
|
|
|
|