From 7ab52153d2bec8a0aa160420771cd51f140b0944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 17:26:13 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /pages/call-for-proposals Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- pages/call-for-proposals/package-lock.json | 85 ++++++---- pages/call-for-proposals/yarn.lock | 178 ++++++++++++++++----- 2 files changed, 186 insertions(+), 77 deletions(-) diff --git a/pages/call-for-proposals/package-lock.json b/pages/call-for-proposals/package-lock.json index ff5e795..834ea61 100644 --- a/pages/call-for-proposals/package-lock.json +++ b/pages/call-for-proposals/package-lock.json @@ -270,7 +270,7 @@ }, "util": { "version": "0.10.3", - "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "requires": { "inherits": "2.0.1" @@ -349,7 +349,7 @@ "dependencies": { "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -1437,7 +1437,7 @@ }, "yargs": { "version": "6.4.0", - "resolved": "http://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz", "integrity": "sha1-gW4ahm1VmMzzTlWW3c4i2S2kkNQ=", "requires": { "camelcase": "^3.0.0", @@ -1548,7 +1548,7 @@ "dependencies": { "readable-stream": { "version": "2.0.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "requires": { "core-util-is": "~1.0.0", @@ -1638,7 +1638,7 @@ "dependencies": { "JSONStream": { "version": "0.10.0", - "resolved": "http://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz", "integrity": "sha1-dDSdDYlSK3HzDwoD/5vSDKbxKsA=", "requires": { "jsonparse": "0.0.5", @@ -2015,7 +2015,7 @@ "dependencies": { "convert-source-map": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=" } } @@ -3481,7 +3481,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3499,11 +3500,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3516,15 +3519,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3627,7 +3633,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3637,6 +3644,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3649,17 +3657,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -3676,6 +3687,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3748,7 +3760,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3758,6 +3771,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -3833,7 +3847,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -3863,6 +3878,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -3880,6 +3896,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3918,11 +3935,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -3985,7 +4004,7 @@ }, "commander": { "version": "2.9.0", - "resolved": "http://registry.npmjs.org/commander/-/commander-2.9.0.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", "dev": true, "requires": { @@ -3994,7 +4013,7 @@ }, "graceful-fs": { "version": "4.1.10", - "resolved": "http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.10.tgz", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.10.tgz", "integrity": "sha1-8tcgwiCS90Mih3XHXjYSYyUB8TE=", "dev": true } @@ -5227,7 +5246,7 @@ }, "yargs": { "version": "6.6.0", - "resolved": "http://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz", "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=", "requires": { "camelcase": "^3.0.0", @@ -5264,9 +5283,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.debounce": { "version": "4.0.8", @@ -5621,7 +5640,7 @@ "dependencies": { "readable-stream": { "version": "2.0.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "requires": { "core-util-is": "~1.0.0", @@ -5956,7 +5975,7 @@ }, "os-locale": { "version": "1.4.0", - "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "requires": { "lcid": "^1.0.0" @@ -6191,7 +6210,7 @@ }, "pify": { "version": "2.3.0", - "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" }, "pinkie": { @@ -6560,7 +6579,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", @@ -7279,7 +7298,7 @@ }, "engine.io-client": { "version": "3.2.1", - "resolved": "http://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", "requires": { "component-emitter": "1.2.1", @@ -7323,7 +7342,7 @@ }, "socket.io-parser": { "version": "3.2.0", - "resolved": "http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", "requires": { "component-emitter": "1.2.1", @@ -7627,7 +7646,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" @@ -7754,7 +7773,7 @@ "dependencies": { "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -7950,7 +7969,7 @@ }, "yargs": { "version": "3.10.0", - "resolved": "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", "requires": { "camelcase": "^1.0.2", @@ -8598,7 +8617,7 @@ }, "yargs-parser": { "version": "4.2.1", - "resolved": "http://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz", "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", "requires": { "camelcase": "^3.0.0" diff --git a/pages/call-for-proposals/yarn.lock b/pages/call-for-proposals/yarn.lock index ce7cc35..da2cfa9 100644 --- a/pages/call-for-proposals/yarn.lock +++ b/pages/call-for-proposals/yarn.lock @@ -66,6 +66,16 @@ after@0.8.2: resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f" integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= +ajv@^6.5.2: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + ajv@^6.5.5: version "6.5.5" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.5.tgz#cf97cdade71c6399a92c6d6c4177381291b781a1" @@ -1353,6 +1363,11 @@ browserslist@^3.2.6: caniuse-lite "^1.0.30000844" electron-to-chromium "^1.3.47" +bs-pretty-message@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/bs-pretty-message/-/bs-pretty-message-1.0.8.tgz#bed417556f915606f961d14f179fa775ea58fd3e" + integrity sha1-vtQXVW+RVgb5YdFPF5+ndepY/T4= + bs-recipes@1.3.4: version "1.3.4" resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585" @@ -2118,6 +2133,18 @@ d3-scale@1.0.7, d3-scale@^1.0.0: d3-time "1" d3-time-format "2" +d3-scale@^2.1.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-2.2.2.tgz#4e880e0b2745acaaddd3ede26a9e908a9e17b81f" + integrity sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw== + dependencies: + d3-array "^1.2.0" + d3-collection "1" + d3-format "1" + d3-interpolate "1" + d3-time "1" + d3-time-format "2" + d3-selection@1, d3-selection@^1.1.0: version "1.3.2" resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.3.2.tgz#6e70a9df60801c8af28ac24d10072d82cbfdf652" @@ -2128,6 +2155,11 @@ d3-selection@1.3.0: resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.3.0.tgz#d53772382d3dc4f7507bfb28bcd2d6aed2a0ad6d" integrity sha512-qgpUOg9tl5CirdqESUAu0t9MU/t3O9klYfGfyKsXEmhyxyzLpzpeh08gaxBUTQw1uXIOkr/30Ut2YRjSSxlmHA== +d3-selection@^1.3.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.2.tgz#dcaa49522c0dbf32d6c1858afc26b6094555bc5c" + integrity sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg== + d3-shape@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.2.0.tgz#45d01538f064bafd05ea3d6d2cb748fd8c41f777" @@ -2830,6 +2862,11 @@ fast-deep-equal@^2.0.1: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" @@ -2880,6 +2917,11 @@ fill-range@^4.0.0: repeat-string "^1.6.1" to-regex-range "^2.1.0" +filter-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" + integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs= + finalhandler@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5" @@ -3346,6 +3388,11 @@ html-tags@^2.0.0: resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos= +html-tags@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" + integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== + htmlescape@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/htmlescape/-/htmlescape-1.1.1.tgz#3a03edc2214bca3b66424a3e7959349509cb0351" @@ -3418,18 +3465,26 @@ iconv-lite@0.4.23: dependencies: safer-buffer ">= 2.1.2 < 3" -idyll-ast@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/idyll-ast/-/idyll-ast-1.5.1.tgz#7c85948c7ffc3f19f71e0f51ad46d126413b1cd6" - integrity sha1-fIWUjH/8Pxn3Hg9RrUbRJkE7HNY= +idyll-ast@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/idyll-ast/-/idyll-ast-1.5.2.tgz#4ceb2088b6dad5078a14bd5193356fdabfbfaaa2" + integrity sha512-H4oNn1D/iFWBL9awYqKz+qroPXFD0HB+ShVtokSaUHvN7G5+4LjOLQF9Y13Ta1qYFVVB+S5RD1kS5iTfDuXVDw== -idyll-compiler@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/idyll-compiler/-/idyll-compiler-3.3.1.tgz#1f8119d18bbb2fefe76c0f73c583aafc37edca93" - integrity sha1-H4EZ0Yu7L+/nbA9zxYOq/DftypM= +idyll-ast@^2.0.9: + version "2.2.6" + resolved "https://registry.yarnpkg.com/idyll-ast/-/idyll-ast-2.2.6.tgz#cb390031bd3f87c2068995039ee345ed92db7c1b" + integrity sha512-Enl5YR//g9fRGTwZ3qCHLGmwHvPihHmqpGtEc+qppyu5HnjU2Ln0C6XXB21s0g9tV4vaj7ubuBHsl8MM/LJnng== + dependencies: + ajv "^6.5.2" + html-tags "^3.1.0" + +idyll-compiler@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/idyll-compiler/-/idyll-compiler-3.3.3.tgz#e99f4838d4204c558c549d89832d857fb02ff91a" + integrity sha512-7RsSMxsx/mJJ14Kza9xUDjruVkZOyJL9V3GSxtp2MSOexdtYXDiP71yW+xC5Ky1Yag+dgL75nHZYHkv8eM6qWg== dependencies: gray-matter "^3.1.1" - idyll-ast "^1.5.1" + idyll-ast "^1.5.2" lex "^1.7.9" nearley "^2.15.0" smartquotes "^2.0.0" @@ -3439,23 +3494,23 @@ idyll-component-children@^1.0.7: resolved "https://registry.yarnpkg.com/idyll-component-children/-/idyll-component-children-1.0.7.tgz#9e4b6c44eb24c45f64caeb5e45fe0fa5a59a9248" integrity sha512-QqoK6E5CNolu688phR4MoY5Lg7b2l7lcmKifmiSkIYFimerJkYORmez9e8f7UTux6x9asXcIVztdIXz+KvvJ+w== -idyll-components@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/idyll-components/-/idyll-components-3.4.1.tgz#d200f4ff3764ad430261d1506b730127de69a5bf" - integrity sha512-a65NuQK1Yix/bUkAs6dSHHrLxFQON/jal3UonPpQQepaJ82pQxazW/ci6+Y7VXhin/0j87zoQF8TsFOHZOOw+g== +idyll-components@^3.5.3: + version "3.12.2" + resolved "https://registry.yarnpkg.com/idyll-components/-/idyll-components-3.12.2.tgz#a583bb4c5d79d62cb9670319ce991ea66d810fde" + integrity sha512-EM3ikDL3opphtGRSOYGEC+r96fyJdqt4MOgmqhOknj0WyW27FOop0Z/+PPovlk8iqbZrOHMBnMZVKcH4BhDgTg== dependencies: d3-array "^1.2.0" d3-drag "^1.1.1" d3-format "^1.2.0" d3-selection "^1.1.0" - idyll-ast "^1.5.1" + idyll-ast "^2.0.9" idyll-component-children "^1.0.7" intersection-observer "^0.5.0" prop-types "^15.5.10" react-inlinesvg "^0.8.1" react-latex-patched "^1.1.1" react-syntax-highlighter "^5.7.0" - react-table "^6.6.0" + react-table "6.8.6" react-youtube "^7.6.0" scrollama "^1.4.1" victory "^0.23.0" @@ -3465,18 +3520,19 @@ idyll-d3-component@^2.0.0: resolved "https://registry.yarnpkg.com/idyll-d3-component/-/idyll-d3-component-2.1.0.tgz#508fe699affcadcd60219dafe460c763603af7a2" integrity sha512-s9HmS6LzyVwf4mIhdZ8f62LrSoN3B8Jsd84RJN81e+3zQCP9cLz2RL/DJHSd11Lje2yYYUmXUqcvGhh8L6kRGQ== -idyll-document@^2.13.4: - version "2.13.4" - resolved "https://registry.yarnpkg.com/idyll-document/-/idyll-document-2.13.4.tgz#dfabcc5a6e9081653193aa0ad7aad7bd80f9ad9f" - integrity sha512-DXcIq6iPKA+ndK4ZGCOdeSbzpfVuDkHQ3NMgavxSbdGJT48tS53LWomDpj7opeIi61DEy3OxVPNbERstr4xW9Q== +idyll-document@^2.14.7: + version "2.14.7" + resolved "https://registry.yarnpkg.com/idyll-document/-/idyll-document-2.14.7.tgz#6f317ad109b0fb62a6354b1f6745f5386c00a5d1" + integrity sha512-26nv9eTd/Bf3yOMHRc6cQ3bW4ZyIc8Z7ksECtivh4CHVq8r+Tkvl7+gnTUszwCentM/MUQb8dzaUVzW/zjVosA== dependencies: change-case "^3.0.1" cross-env "^5.2.0" falafel "^2.1.0" + fast-deep-equal "^2.0.1" html-tags "^2.0.0" - idyll-compiler "^3.3.1" - idyll-layouts "^2.6.1" - idyll-themes "^2.3.4" + idyll-compiler "^3.3.3" + idyll-layouts "^2.6.2" + idyll-themes "^2.3.5" object.entries "^1.0.4" object.values "^1.0.4" react-dom-factories "^1.0.1" @@ -3485,25 +3541,32 @@ idyll-document@^2.13.4: scrollparent "^2.0.1" styled-jsx "^2.2.4" -idyll-layouts@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/idyll-layouts/-/idyll-layouts-2.6.1.tgz#4952b59843984f8f33c4c76a5fc098f0ed01d5f1" - integrity sha512-1Y3VjJZ5uFMQ7JFdFsZ6Nm3Od+oBFSiM/8gShPBt3EM1xnLyIxCEWcTy+TStdy4Au43YS/sm1W1EFIx9JWoW1Q== +idyll-layouts@^2.6.2: + version "2.6.3" + resolved "https://registry.yarnpkg.com/idyll-layouts/-/idyll-layouts-2.6.3.tgz#988eecc23566fd3f8070696ce40bb0190b813beb" + integrity sha512-6i3+C3sg1Rb+S05ufVgxVs69AF7USgaAOHBjmVtEKMLiRSBu8azFPpfrttxDpfoJOI9NHH/Ot/lVA7dl47TGIg== + +idyll-plugin-url-state@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/idyll-plugin-url-state/-/idyll-plugin-url-state-2.0.6.tgz#750348b56ff0a0a3da91446b34dfcffa12526cc9" + integrity sha512-H19BG5fkmPuhBfSl6JV0/YNqFMi8nAdw4LwEkgN+Z91r8ysVrAWmGIuc2ZO3dIFMnLdiX1cecHo2vtRrukthrQ== + dependencies: + query-string "^6.2.0" idyll-template-projects@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/idyll-template-projects/-/idyll-template-projects-1.3.0.tgz#479751271ae193ab2e4e7dec50f4ee566f26b0b6" integrity sha512-zxDhJ8A1cjnYK7n6G/7bM6CJBnQxAGwrVfcJ1htNASHfR/CFRbBLusN5kLQmllqEJuVQ3iNcEYDndhFqWvhu4g== -idyll-themes@^2.3.4: - version "2.3.4" - resolved "https://registry.yarnpkg.com/idyll-themes/-/idyll-themes-2.3.4.tgz#27d76a09617c89d9c4a49422c1ef06d2695aee05" - integrity sha1-J9dqCWF8idnEpJQiwe8G0mla7gU= +idyll-themes@^2.3.5: + version "2.3.5" + resolved "https://registry.yarnpkg.com/idyll-themes/-/idyll-themes-2.3.5.tgz#55d5b876648aa20b6138585db56073be324b5185" + integrity sha512-hHXGky90XJkxkWorBUVTBsc8SJZ+6pGeP3Xjh557R0QgsZjcgjVl+UhFgsCQ/iretbGW8HmrQFulD2rnnVI/Ew== -idyll@^3.9.0: - version "3.11.1" - resolved "https://registry.yarnpkg.com/idyll/-/idyll-3.11.1.tgz#2a0cf87eaa2d80877b0ca96fb62fc437692f3b30" - integrity sha512-hLPBMuxN4nfMabNsI4wYT8E+uMyZiSXQiSgdbvMue9irl1LvJT8sHDeG2cGlRQnI7gWIsEzZdIrMbbGY+RBYHg== +idyll@^3.12.0: + version "3.15.1" + resolved "https://registry.yarnpkg.com/idyll/-/idyll-3.15.1.tgz#836e7d70d62843d3e8a52883074991e9f487093f" + integrity sha512-TQth8qu+U6V3f8PMTrzoRn0x4fhvjLzAdqFWSfhTau2P+9ueRjdu0WLPfdW0H/GUcxUaCUTyjyKuvEElycHvhA== dependencies: babel-preset-env "^1.6.0" babel-preset-react "^6.22.0" @@ -3515,6 +3578,7 @@ idyll@^3.9.0: browser-sync "^2.18.8" browserify "^14.3.0" browserify-incremental "^3.1.1" + bs-pretty-message "^1.0.8" chalk "^2.4.1" change-case "^3.0.1" cross-spawn "^6.0.5" @@ -3524,13 +3588,13 @@ idyll@^3.9.0: findup-sync "^1.0.0" fs-extra "^5.0.0" html-tags "^1.1.1" - idyll-ast "^1.5.1" - idyll-compiler "^3.3.1" - idyll-components "^3.4.1" - idyll-document "^2.13.4" - idyll-layouts "^2.6.1" + idyll-ast "^1.5.2" + idyll-compiler "^3.3.3" + idyll-components "^3.5.3" + idyll-document "^2.14.7" + idyll-layouts "^2.6.2" idyll-template-projects "^1.3.0" - idyll-themes "^2.3.4" + idyll-themes "^2.3.5" inquirer "^5.2.0" insert-css "^2.0.0" mkdirp "^0.5.1" @@ -3543,6 +3607,7 @@ idyll@^3.9.0: request-promise-native "^1.0.5" resolve "^1.3.3" slash "^1.0.0" + svg-tags "^1.0.0" uglify-js "^2.8.22" update-notifier "^2.5.0" url-join "^4.0.0" @@ -4247,9 +4312,9 @@ lodash.memoize@~3.0.3: integrity sha1-LcvSwofLwKVcxCMovQxzYVDVPj8= lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.3.0: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== log-symbols@^2.2.0: version "2.2.0" @@ -5224,6 +5289,16 @@ qs@~6.5.2: resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== +query-string@^6.2.0: + version "6.14.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a" + integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw== + dependencies: + decode-uri-component "^0.2.0" + filter-obj "^1.1.0" + split-on-first "^1.0.0" + strict-uri-encode "^2.0.0" + querystring-es3@~0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" @@ -5344,7 +5419,7 @@ react-syntax-highlighter@^5.7.0: highlight.js "~9.12.0" lowlight "~1.9.1" -react-table@^6.6.0: +react-table@6.8.6: version "6.8.6" resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.8.6.tgz#a0ad8b4839319052d5befc012603fb161e52ede3" integrity sha1-oK2LSDkxkFLVvvwBJgP7Fh5S7eM= @@ -6077,6 +6152,11 @@ spdx-license-ids@^3.0.0: resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz#a59efc09784c2a5bada13cfeaf5c75dd214044d2" integrity sha512-qky9CVt0lVIECkEsYbNILVnPvycuEBkXoMFLRWsREkomQLevYhtRKC+R91a5TOAQ3bCMjikRwhyaRqj1VYatYg== +split-on-first@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" + integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== + split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" @@ -6202,6 +6282,11 @@ stream-throttle@^0.1.3: commander "^2.2.0" limiter "^1.0.5" +strict-uri-encode@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" + integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY= + string-hash@1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" @@ -6327,6 +6412,11 @@ supports-color@^5.3.0: dependencies: has-flag "^3.0.0" +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= + swap-case@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/swap-case/-/swap-case-1.1.2.tgz#c39203a4587385fad3c850a0bd1bcafa081974e3"