diff --git a/package-lock.json b/package-lock.json index 3791499..d3ae456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -512,9 +512,9 @@ "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" }, "arrayiffy-if-string": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/arrayiffy-if-string/-/arrayiffy-if-string-3.2.1.tgz", - "integrity": "sha512-/5oD7HOC5Giha0fdvsVzwN0PXrES21UUwlMErqmfD893rdc7U88JpetiQExoEO/iq1oQfLYzA67aq/Ljoamndw==" + "version": "3.10.9", + "resolved": "https://registry.npmjs.org/arrayiffy-if-string/-/arrayiffy-if-string-3.10.9.tgz", + "integrity": "sha512-Hc5Jqr2AeftccSLS2+HogEdQZca7ZHfoQTRPpwF6CBT25WAe8msnftNy4ygDpPBDx5GYx2BsHdSHjEn1oaeEww==" }, "arrify": { "version": "1.0.1", @@ -549,6 +549,15 @@ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, + "ast-monkey-traverse": { + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/ast-monkey-traverse/-/ast-monkey-traverse-1.11.5.tgz", + "integrity": "sha512-T5QDmHE8aPFplaZXW1iPHW4by7hd+c2ShxXWD/+nYh5+GWscM6o/k9Ined/5oXoAk94xdVw83lqXNBSX2N9EBw==", + "requires": { + "lodash.clonedeep": "^4.5.0", + "lodash.isplainobject": "^4.0.6" + } + }, "ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", @@ -2189,13 +2198,17 @@ "integrity": "sha1-Ro9XGkQ1wkJI9f0MsOjYfDw0Hn0=" }, "check-types-mini": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/check-types-mini/-/check-types-mini-3.3.1.tgz", - "integrity": "sha512-QKOzG/hx0PGt3xXsji3+nlHZYuFpzZXQYN/ASBFGtGh4Eq8OrPnCzCR4vmJSzzNVfiP1aylCvhNUAwRl/xN0yw==", - "requires": { - "arrayiffy-if-string": "*", - "lodash.intersection": "*", - "lodash.pullall": "*", + "version": "5.7.5", + "resolved": "https://registry.npmjs.org/check-types-mini/-/check-types-mini-5.7.5.tgz", + "integrity": "sha512-nh9MNc3FTtlD7lzJrPtjR61Ei1x/3XJvGGNfFsGp54HFSxvh80UMdUcbIMlY+Z8S2jr3JalpetPqYmJbOkci7g==", + "requires": { + "arrayiffy-if-string": "^3.10.9", + "ast-monkey-traverse": "^1.11.5", + "lodash.intersection": "^4.4.0", + "lodash.pullall": "^4.2.0", + "matcher": "^1.1.1", + "object-path": "^0.11.4", + "ordinal": "^1.0.2", "type-detect": "^4.0.8" } }, @@ -6333,6 +6346,11 @@ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" }, + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" + }, "lodash.intersection": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", @@ -6378,6 +6396,11 @@ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" }, + "lodash.without": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", + "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" + }, "loglevel": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz", @@ -6464,6 +6487,14 @@ } } }, + "matcher": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-1.1.1.tgz", + "integrity": "sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==", + "requires": { + "escape-string-regexp": "^1.0.4" + } + }, "math-expression-evaluator": { "version": "1.2.17", "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz", @@ -6995,6 +7026,11 @@ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" }, + "object-path": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", + "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + }, "object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", @@ -7099,10 +7135,15 @@ "wordwrap": "1.0.0" } }, + "ordinal": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ordinal/-/ordinal-1.0.2.tgz", + "integrity": "sha1-ofS8S6Vr+Rv54xM1uenKRW7Zyng=" + }, "ordinal-number-suffix": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ordinal-number-suffix/-/ordinal-number-suffix-0.1.1.tgz", - "integrity": "sha1-JqLRZ/W4jnUDB1lGksBG/cq0fkU=" + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ordinal-number-suffix/-/ordinal-number-suffix-0.1.2.tgz", + "integrity": "sha512-Pe8iFV6R5GYxATa6FqPWr904CuD6El2o1pAja5fnEKJgofKgx5iFjImhWzND2naTtBGMyJTcIh3+FpuyFKGqiw==" }, "original": { "version": "1.0.1", @@ -9406,22 +9447,48 @@ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" }, + "ranges-apply": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ranges-apply/-/ranges-apply-3.0.0.tgz", + "integrity": "sha512-GMF42wH/AJ2MkwX9+XlY5DcszPT33BJew7b2Xt2oQzxcUp0cLLR4aCQvQJw3yo8UJJXgB0u06SOL3w9mZLuv3Q==", + "requires": { + "is-natural-number": "^4.0.1", + "is-natural-number-string": "^1.0.1", + "ordinal-number-suffix": "^0.1.2", + "ranges-merge": "^4.0.0" + } + }, "ranges-merge": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ranges-merge/-/ranges-merge-3.2.0.tgz", - "integrity": "sha512-2XYgN/Vshbxotc/DkG6E0tV5VNJRkssHJSAclq0vvI4k6wdlwsWN9NK10bFUZnsBb2Ytdy1KnF2jH4HiWobZlw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ranges-merge/-/ranges-merge-4.0.0.tgz", + "integrity": "sha512-a/NY70ObaLFVZOJD9uFUbBeDrGZFLbDEZPj4hlKECr8itf8ZfEwOwa+7ZL5rAABlPyhLD9yK2n+gjXy/bsy8qQ==", "requires": { - "ranges-sort": "^3.1.2" + "lodash.clonedeep": "^4.5.0", + "lodash.isplainobject": "^4.0.6", + "ranges-sort": "^3.10.9" + } + }, + "ranges-push": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ranges-push/-/ranges-push-3.0.0.tgz", + "integrity": "sha512-JfrL+OdFtLurkBvzaTG9YSrkCo4kfpSL9wjHfABIxE3kcKaXu9zrGw53Qa1RLEX6z2DaDqEiGT5dD/ZMWD1y7Q==", + "requires": { + "check-types-mini": "^5.7.5", + "is-natural-number": "^4.0.1", + "is-natural-number-string": "^1.0.1", + "ordinal-number-suffix": "^0.1.2", + "ranges-merge": "^4.0.0", + "string-collapse-leading-whitespace": "^1.12.9" } }, "ranges-sort": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ranges-sort/-/ranges-sort-3.2.0.tgz", - "integrity": "sha512-BG8H2XfRNtSTq+nthv/+W1VXPUJYiIg1eQEHyS0ujJNSLyQBp6K2cC8MzI2yoPYUg5sOmWPZlMLWG42YykdUbg==", + "version": "3.10.9", + "resolved": "https://registry.npmjs.org/ranges-sort/-/ranges-sort-3.10.9.tgz", + "integrity": "sha512-tolHfxJcct0FiN7g7lYAHaOWm8f6dtb/H7KshztVmGMPOEycMjB6xQPlKUBsXZcKrUk7RRPbCNKkVocqL4VEnA==", "requires": { - "check-types-mini": "^3.3.1", + "check-types-mini": "^5.7.5", "is-natural-number": "^4.0.1", - "ordinal-number-suffix": "^0.1.1" + "ordinal-number-suffix": "^0.1.2" } }, "raw-body": { @@ -10854,44 +10921,22 @@ "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" }, "string-collapse-leading-whitespace": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-1.1.0.tgz", - "integrity": "sha512-u+b/6mbnZyCEvuUyAzJgcp60CvK46fO3CO4sk0AjX0aUa9/vbNWumF4Zdi6LT7t4oPz6YMGWgGYVE/5hhyKGMg==" - }, - "string-replace-slices-array": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/string-replace-slices-array/-/string-replace-slices-array-2.2.2.tgz", - "integrity": "sha512-D1vHiYKyHMN2++HOWmsi2OwgHdVRN1h/cmfL+pPWU2DBKssEM9h50VzTdwTS2MzUs4srBIfHjTpdgRtKcxAMhQ==", - "requires": { - "is-natural-number": "*", - "is-natural-number-string": "*", - "ordinal-number-suffix": "^0.1.1" - } - }, - "string-slices-array-push": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/string-slices-array-push/-/string-slices-array-push-2.8.1.tgz", - "integrity": "sha512-FeWnSFY/OOmae/QucW+SrHL0mqHkZhKqEAuqOpm8NS/w9ViHLSRPhkARY8qPQh3ueqo3AFN/UYMS3gLH9BbScg==", - "requires": { - "check-types-mini": "^3.3.1", - "is-natural-number": "*", - "is-natural-number-string": "*", - "ordinal-number-suffix": "^0.1.1", - "ranges-merge": "^3.2.0", - "string-collapse-leading-whitespace": "^1.1.0" - } + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-1.12.9.tgz", + "integrity": "sha512-RUjr3bLAOT4hAKUUZnEiisYLUlFxLrj3jqwgC+ZzLBm8rbxDky0ZsnbdHV+Qc0A3E3pyj61EV8zptLeuCq+7SQ==" }, "string-strip-html": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-2.0.0.tgz", - "integrity": "sha512-zeE42JFbgSYsGQFXl/4oSNmvPok6sqzSSG6KYcQkWdBPkE1g9Dp0Qu6qGfXmnkIYfl9UcE6SRxu9iVn3Tn4fzQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-4.0.0.tgz", + "integrity": "sha512-LDBYIZWL0Xd3DUdiHmPbsZNIz9J4sJpi7k1KPBIocoEx9qVHbmk+iixAi8IlXRxcXDaCiB5EUpyqT5fudXIrHA==", "requires": { - "check-types-mini": "^3.3.1", + "check-types-mini": "^5.7.5", "ent": "^2.2.0", "lodash.isplainobject": "^4.0.6", "lodash.trim": "^4.5.1", - "string-replace-slices-array": "^2.2.2", - "string-slices-array-push": "^2.8.1" + "lodash.without": "^4.4.0", + "ranges-apply": "^3.0.0", + "ranges-push": "^3.0.0" } }, "string-width": { diff --git a/package.json b/package.json index 6a1e3ef..b9a3a54 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-render-html": "^0.6.0", "react-static": "^5.9.1", "reactstrap": "^6.0.1", - "string-strip-html": "^2.0.0" + "string-strip-html": "^4.0.0" }, "devDependencies": { "eslint-config-react-tools": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 2e0371f..2d7ef84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -395,9 +395,9 @@ arraybuffer.slice@~0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" -arrayiffy-if-string@*: - version "3.2.1" - resolved "https://registry.yarnpkg.com/arrayiffy-if-string/-/arrayiffy-if-string-3.2.1.tgz#22f6c55f3a22a600aff70c791f0fe11863ab3e09" +arrayiffy-if-string@^3.10.9: + version "3.10.9" + resolved "https://registry.yarnpkg.com/arrayiffy-if-string/-/arrayiffy-if-string-3.10.9.tgz#dbf16b6c7ff21bcc945f8e2c193c6d3be2184066" arrify@^1.0.0: version "1.0.1" @@ -425,6 +425,13 @@ assign-symbols@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" +ast-monkey-traverse@^1.11.5: + version "1.11.5" + resolved "https://registry.yarnpkg.com/ast-monkey-traverse/-/ast-monkey-traverse-1.11.5.tgz#2c97182db62bfe3be30cdd605049a6c3d9acdd4c" + dependencies: + lodash.clonedeep "^4.5.0" + lodash.isplainobject "^4.0.6" + ast-types-flow@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" @@ -1677,13 +1684,17 @@ chardet@^0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" -check-types-mini@latest: - version "3.3.1" - resolved "https://registry.yarnpkg.com/check-types-mini/-/check-types-mini-3.3.1.tgz#84b6d8ed7787680dbd40f0eba0126b6f51554916" - dependencies: - arrayiffy-if-string "*" - lodash.intersection "*" - lodash.pullall "*" +check-types-mini@^5.7.5: + version "5.7.5" + resolved "https://registry.yarnpkg.com/check-types-mini/-/check-types-mini-5.7.5.tgz#82c1cab365ec08140fb0568b4ea90c2f1184824b" + dependencies: + arrayiffy-if-string "^3.10.9" + ast-monkey-traverse "^1.11.5" + lodash.intersection "^4.4.0" + lodash.pullall "^4.2.0" + matcher "^1.1.1" + object-path "^0.11.4" + ordinal "^1.0.2" type-detect "^4.0.8" check-types@^7.3.0: @@ -2715,7 +2726,7 @@ escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" -escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: +escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" @@ -4116,11 +4127,11 @@ is-installed-globally@^0.1.0: global-dirs "^0.1.0" is-path-inside "^1.0.0" -is-natural-number-string@*: +is-natural-number-string@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-natural-number-string/-/is-natural-number-string-1.0.1.tgz#d0ebf1c011fae2d3b0734d8c80116e2512a4a2e8" -is-natural-number@*, is-natural-number@^4.0.1: +is-natural-number@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8" @@ -4466,7 +4477,11 @@ lodash.camelcase@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" -lodash.intersection@*: +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + +lodash.intersection@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.intersection/-/lodash.intersection-4.4.0.tgz#0a11ba631d0e95c23c7f2f4cbb9a692ed178e705" @@ -4484,7 +4499,7 @@ lodash.isobject@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d" -lodash.isplainobject@latest: +lodash.isplainobject@^4.0.6: version "4.0.6" resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" @@ -4492,7 +4507,7 @@ lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" -lodash.pullall@*: +lodash.pullall@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.pullall/-/lodash.pullall-4.2.0.tgz#9d98b8518b7c965b0fae4099bd9fb7df8bbf38ba" @@ -4508,6 +4523,10 @@ lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" +lodash.without@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac" + lodash@^2.4.1: version "2.4.2" resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" @@ -4582,6 +4601,12 @@ match-sorter@^2.0.2: dependencies: diacritic "0.0.2" +matcher@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2" + dependencies: + escape-string-regexp "^1.0.4" + math-expression-evaluator@^1.2.14: version "1.2.17" resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac" @@ -5015,6 +5040,10 @@ object-keys@^1.0.8: version "1.0.11" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" +object-path@^0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" + object-visit@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" @@ -5102,9 +5131,13 @@ optionator@^0.8.2: type-check "~0.3.2" wordwrap "~1.0.0" -ordinal-number-suffix@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/ordinal-number-suffix/-/ordinal-number-suffix-0.1.1.tgz#26a2d167f5b88e750307594692c046fdcab47e45" +ordinal-number-suffix@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ordinal-number-suffix/-/ordinal-number-suffix-0.1.2.tgz#073de78194397481f4ceea29720ab55268ea40c6" + +ordinal@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ordinal/-/ordinal-1.0.2.tgz#a1f4bc4ba56bf91bf9e31335b9e9ca456ed9ca78" original@>=0.0.5: version "1.0.0" @@ -5858,19 +5891,41 @@ range-parser@^1.0.3, range-parser@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" -ranges-merge@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ranges-merge/-/ranges-merge-3.2.0.tgz#53d6847274db949eebcc4d667d775f8d3141a05f" +ranges-apply@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ranges-apply/-/ranges-apply-3.0.0.tgz#054abdae6f0bcbfb090fcbb33a2242b6013dc2c0" dependencies: - ranges-sort "^3.1.2" + is-natural-number "^4.0.1" + is-natural-number-string "^1.0.1" + ordinal-number-suffix "^0.1.2" + ranges-merge "^4.0.0" -ranges-sort@^3.1.2: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ranges-sort/-/ranges-sort-3.2.0.tgz#c31dfa9f70b8005c0e68d67c1ea1ee516db1d305" +ranges-merge@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/ranges-merge/-/ranges-merge-4.0.0.tgz#837a13d8873250bfc26ba5af4b6570fa958e167a" + dependencies: + lodash.clonedeep "^4.5.0" + lodash.isplainobject "^4.0.6" + ranges-sort "^3.10.9" + +ranges-push@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ranges-push/-/ranges-push-3.0.0.tgz#25081eed793779ca1d421b6d9cfd342b364db749" + dependencies: + check-types-mini "^5.7.5" + is-natural-number "^4.0.1" + is-natural-number-string "^1.0.1" + ordinal-number-suffix "^0.1.2" + ranges-merge "^4.0.0" + string-collapse-leading-whitespace "^1.12.9" + +ranges-sort@^3.10.9: + version "3.10.9" + resolved "https://registry.yarnpkg.com/ranges-sort/-/ranges-sort-3.10.9.tgz#0829bcf54946e893829cdad6b9f39286aaa8f0d4" dependencies: - check-types-mini latest + check-types-mini "^5.7.5" is-natural-number "^4.0.1" - ordinal-number-suffix "^0.1.1" + ordinal-number-suffix "^0.1.2" raw-body@2.3.2: version "2.3.2" @@ -6916,39 +6971,21 @@ strict-uri-encode@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" -string-collapse-leading-whitespace@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-1.1.0.tgz#91e757f69023c1720cfba4d769c8eb4d091229e4" +string-collapse-leading-whitespace@^1.12.9: + version "1.12.9" + resolved "https://registry.yarnpkg.com/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-1.12.9.tgz#709f21e1d09a318cb8149b4fee62e4793d4b738e" -string-replace-slices-array@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/string-replace-slices-array/-/string-replace-slices-array-2.2.2.tgz#4e3d46496828601718e8a9b6c65b0b5edbd6f4a1" - dependencies: - is-natural-number "*" - is-natural-number-string "*" - ordinal-number-suffix "^0.1.1" - -string-slices-array-push@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/string-slices-array-push/-/string-slices-array-push-2.8.1.tgz#d193d381fac12b6ade55ffdde7f9b42df86cdc9a" - dependencies: - check-types-mini latest - is-natural-number "*" - is-natural-number-string "*" - ordinal-number-suffix "^0.1.1" - ranges-merge "^3.2.0" - string-collapse-leading-whitespace "^1.1.0" - -string-strip-html@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/string-strip-html/-/string-strip-html-2.0.0.tgz#ae1a6e4e1c546f934a135aa6bec1c20c2f6a5cc4" +string-strip-html@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/string-strip-html/-/string-strip-html-4.0.0.tgz#00cd1a4a0838e9c9195822308ccefa03545b3641" dependencies: - check-types-mini latest + check-types-mini "^5.7.5" ent "^2.2.0" - lodash.isplainobject latest + lodash.isplainobject "^4.0.6" lodash.trim "^4.5.1" - string-replace-slices-array "^2.2.2" - string-slices-array-push "^2.8.1" + lodash.without "^4.4.0" + ranges-apply "^3.0.0" + ranges-push "^3.0.0" string-width@^1.0.1, string-width@^1.0.2: version "1.0.2"