diff --git a/package.json b/package.json index 791a95948..5ac6cd358 100644 --- a/package.json +++ b/package.json @@ -55,10 +55,10 @@ "object-hash": "^3.0.0", "papaparse": "^5.3.2", "rxjs": "7.8.0", - "sass": "^1.57.0", + "sass": "^1.57.1", "scroll-into-view-if-needed": "^3.0.3", "streamsaver": "^2.0.5", - "string-strip-html": "^13.0.2", + "string-strip-html": "^13.0.5", "tslib": "^2.4.0", "zone.js": "0.12.0" }, @@ -77,9 +77,9 @@ "@nrwl/workspace": "15.4.1", "@types/jest": "^29.1.1", "@types/lodash-es": "^4.17.6", - "@types/node": "18.11.17", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "18.11.18", + "@typescript-eslint/eslint-plugin": "5.47.1", + "@typescript-eslint/parser": "5.47.1", "axios": "^1.2.1", "dotenv": "16.0.3", "eslint": "8.30.0", diff --git a/yarn.lock b/yarn.lock index 84e096694..0cb7cb737 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3370,11 +3370,16 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== -"@types/node@*", "@types/node@18.11.17", "@types/node@>=10.0.0": +"@types/node@*", "@types/node@>=10.0.0": version "18.11.17" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.17.tgz#5c009e1d9c38f4a2a9d45c0b0c493fe6cdb4bcb5" integrity sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng== +"@types/node@18.11.18": + version "18.11.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" + integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -3461,14 +3466,14 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@5.46.1": - version "5.46.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.1.tgz#098abb4c9354e19f460d57ab18bff1f676a6cff0" - integrity sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA== +"@typescript-eslint/eslint-plugin@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz#50cc5085578a7fa22cd46a0806c2e5eae858af02" + integrity sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg== dependencies: - "@typescript-eslint/scope-manager" "5.46.1" - "@typescript-eslint/type-utils" "5.46.1" - "@typescript-eslint/utils" "5.46.1" + "@typescript-eslint/scope-manager" "5.47.1" + "@typescript-eslint/type-utils" "5.47.1" + "@typescript-eslint/utils" "5.47.1" debug "^4.3.4" ignore "^5.2.0" natural-compare-lite "^1.4.0" @@ -3476,14 +3481,14 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@5.46.1": - version "5.46.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.1.tgz#1fc8e7102c1141eb64276c3b89d70da8c0ba5699" - integrity sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg== +"@typescript-eslint/parser@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.1.tgz#c4bf16f8c3c7608ce4bf8ff804b677fc899f173f" + integrity sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw== dependencies: - "@typescript-eslint/scope-manager" "5.46.1" - "@typescript-eslint/types" "5.46.1" - "@typescript-eslint/typescript-estree" "5.46.1" + "@typescript-eslint/scope-manager" "5.47.1" + "@typescript-eslint/types" "5.47.1" + "@typescript-eslint/typescript-estree" "5.47.1" debug "^4.3.4" "@typescript-eslint/scope-manager@5.44.0": @@ -3502,6 +3507,14 @@ "@typescript-eslint/types" "5.46.1" "@typescript-eslint/visitor-keys" "5.46.1" +"@typescript-eslint/scope-manager@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz#0d302b3c2f20ab24e4787bf3f5a0d8c449b823bd" + integrity sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw== + dependencies: + "@typescript-eslint/types" "5.47.1" + "@typescript-eslint/visitor-keys" "5.47.1" + "@typescript-eslint/type-utils@5.44.0": version "5.44.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7" @@ -3512,13 +3525,13 @@ debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/type-utils@5.46.1": - version "5.46.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.1.tgz#195033e4b30b51b870dfcf2828e88d57b04a11cc" - integrity sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng== +"@typescript-eslint/type-utils@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce" + integrity sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w== dependencies: - "@typescript-eslint/typescript-estree" "5.46.1" - "@typescript-eslint/utils" "5.46.1" + "@typescript-eslint/typescript-estree" "5.47.1" + "@typescript-eslint/utils" "5.47.1" debug "^4.3.4" tsutils "^3.21.0" @@ -3532,6 +3545,11 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.1.tgz#4e9db2107b9a88441c4d5ecacde3bb7a5ebbd47e" integrity sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w== +"@typescript-eslint/types@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e" + integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A== + "@typescript-eslint/typescript-estree@5.44.0": version "5.44.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045" @@ -3558,6 +3576,19 @@ semver "^7.3.7" tsutils "^3.21.0" +"@typescript-eslint/typescript-estree@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418" + integrity sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA== + dependencies: + "@typescript-eslint/types" "5.47.1" + "@typescript-eslint/visitor-keys" "5.47.1" + debug "^4.3.4" + globby "^11.1.0" + is-glob "^4.0.3" + semver "^7.3.7" + tsutils "^3.21.0" + "@typescript-eslint/utils@5.44.0": version "5.44.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d" @@ -3572,7 +3603,21 @@ eslint-utils "^3.0.0" semver "^7.3.7" -"@typescript-eslint/utils@5.46.1", "@typescript-eslint/utils@^5.36.1": +"@typescript-eslint/utils@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b" + integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw== + dependencies: + "@types/json-schema" "^7.0.9" + "@types/semver" "^7.3.12" + "@typescript-eslint/scope-manager" "5.47.1" + "@typescript-eslint/types" "5.47.1" + "@typescript-eslint/typescript-estree" "5.47.1" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" + semver "^7.3.7" + +"@typescript-eslint/utils@^5.36.1": version "5.46.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.1.tgz#7da3c934d9fd0eb4002a6bb3429f33298b469b4a" integrity sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA== @@ -3602,6 +3647,14 @@ "@typescript-eslint/types" "5.46.1" eslint-visitor-keys "^3.3.0" +"@typescript-eslint/visitor-keys@5.47.1": + version "5.47.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz#d35c2da544dbb685db9c5b5b85adac0a1d74d1f2" + integrity sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig== + dependencies: + "@typescript-eslint/types" "5.47.1" + eslint-visitor-keys "^3.3.0" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" @@ -4767,6 +4820,11 @@ co@^4.6.0: resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== +codsen-utils@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/codsen-utils/-/codsen-utils-1.1.1.tgz#d1626513f3fd1f4bf4e8c1aadfe38444741eb913" + integrity sha512-h2gxVuqo9doxYqnzdRKpzhUB85kUWmVwLUr/IsarIoIatZHNgGvmL/bRBLOucrwTfFZ1IoxKzY5tHWjYktLVpg== + collect-v8-coverage@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" @@ -8579,11 +8637,6 @@ lodash.isfinite@^3.3.2: resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3" integrity sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA== -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== - lodash.memoize@4.x, lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" @@ -10478,34 +10531,34 @@ range-parser@^1.2.1, range-parser@~1.2.0, range-parser@~1.2.1: resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== -ranges-apply@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/ranges-apply/-/ranges-apply-7.0.2.tgz#4ad888aed044efd0b2a225bb39a1ebcd0098e526" - integrity sha512-6HqES3NVhRuXJ/jyYgsR9Ic74Qw3N9Nci5UZ4ZJqBHWwByVAzrFov85fAJBYKp3HGKDhAxnwTdDFLOM6wze/Og== +ranges-apply@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/ranges-apply/-/ranges-apply-7.0.3.tgz#1d4ff8a599dc8846cf02e4bd2c5fa0bbd5188874" + integrity sha512-xEdAMtSMmuGA75XwO1fV3IOKB0c7WxAt51x3arYTcC30Cf41U8nIbrtyrXyjb9W/GK0/szcug0ja9COnR/LdFA== dependencies: - ranges-merge "^9.0.2" + ranges-merge "^9.0.3" tiny-invariant "^1.3.1" -ranges-merge@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/ranges-merge/-/ranges-merge-9.0.2.tgz#8ac494e35d2fd9fa19d59ead94811e9f2a45a3b9" - integrity sha512-IPrpHluM/IP1DLbA4ecytYX4OkxV9jNCIRbABnP6yHFnWvWkLr1v/aFPPCh2xjoJJSOhaScqBizvHefHTviijg== +ranges-merge@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/ranges-merge/-/ranges-merge-9.0.3.tgz#da317ffe17641c704553dc5e7dccf19964176255" + integrity sha512-8SakJsq08s2IcrycHZNaCimrnZ7pMqgMixbtziiUTW6szX/lrxLzhrmBkidYfK8CZSFd9tnIvj3/U20GnLASXg== dependencies: - ranges-push "^7.0.2" - ranges-sort "^6.0.2" + ranges-push "^7.0.3" + ranges-sort "^6.0.3" -ranges-push@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/ranges-push/-/ranges-push-7.0.2.tgz#d40885ba0fd4778bea0ef94c6fa6baf9d6a36b6a" - integrity sha512-HOlycULnnTGA1i7csNFy2qZDLOWNZPRy90799n0pW9nYf+QcQB9iRjLYCCXG0Kh7pAOaGsiz7vbfXwJwRavYEQ== +ranges-push@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/ranges-push/-/ranges-push-7.0.3.tgz#f0695c6f34d91b05bc25974e37151e267ee2e591" + integrity sha512-KponCIMAHVkykxFjbkF9H7hnO78Qs4QciPDxDHGwDpqG21TEvz+7jSKTSG/gPpM2zvD6H1Dw0FN747rK2E2wsw== dependencies: - string-collapse-leading-whitespace "^7.0.2" - string-trim-spaces-only "^5.0.2" + string-collapse-leading-whitespace "^7.0.3" + string-trim-spaces-only "^5.0.3" -ranges-sort@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/ranges-sort/-/ranges-sort-6.0.2.tgz#6d541e891a92180e2ba7e2029f35d532a17d3a29" - integrity sha512-j58dqRwerzYzoNS/1YQYawDAsO8GEiUTRnHtthkbfEbk1JHuO5qrIpGxQWCf3+KO1zW5u6/JNxD1WS/cySTChQ== +ranges-sort@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/ranges-sort/-/ranges-sort-6.0.3.tgz#6320dbdb295f2669aef137389a7b5774f3c70243" + integrity sha512-iEudh7Uvrf+1LWVE3WUqH7rtSGG4f1RqxRzaqmVJpQK1kqqv6tktaJg7A7RtlX7h/LG95fgD+Fd6gM24pYHG5A== raw-body@2.5.1, raw-body@^2.3.2: version "2.5.1" @@ -10853,7 +10906,7 @@ sass@1.56.1: immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" -sass@^1.42.1, sass@^1.57.0: +sass@^1.42.1: version "1.57.0" resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.0.tgz#64c4144ed4e1c0ccb96dc18aef2c424cdbc0c12b" integrity sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w== @@ -10862,6 +10915,15 @@ sass@^1.42.1, sass@^1.57.0: immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" +sass@^1.57.1: + version "1.57.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" + integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + sax@^1.2.4, sax@~1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" @@ -11421,18 +11483,18 @@ string-argv@^0.3.1: resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== -string-collapse-leading-whitespace@^7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-7.0.2.tgz#1c3cfdb43ed7610d4d1d251c366e57bb3f786a52" - integrity sha512-nnXqevvnbGErVg2OPrP64o4h/KesUaGaP7ej0Xi+/xEvXPSBS6VX6aP0KfQGtiH8p9posnowIgXs+wvyw93WtA== +string-collapse-leading-whitespace@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-7.0.3.tgz#e3a6744937d8172562aad58ad6c7e6025fa9d977" + integrity sha512-gQz3NEpbEqXgbXIi19rsBm8ivq2TAyhQe6/a0qxGcGYzxlCPrNm+gR60OEeUWLap17IPjVlEfsGl6kWlzfWpFg== -string-left-right@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/string-left-right/-/string-left-right-6.0.2.tgz#073738e40d885f91a7bce1439dc7be7900fed5e4" - integrity sha512-ZRt6Q5QdHIdFWWpSkKx3sUtxQosm54UxDlp5HGjWyGm2dCpUaSgVr2oW5P1FzYxcqzot6Vf6osSwSTWyC+3dNg== +string-left-right@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/string-left-right/-/string-left-right-6.0.5.tgz#09926b34303b6b020c47845d97e6ee762188e557" + integrity sha512-kUTPV4xMv/dooCE2FC+e3V6oek2Wx0E4mZl9rOWul8pKG5JD8045WqxJj+XzAAym9+UuMRDlHxKF5+501pwDmw== dependencies: + codsen-utils "^1.1.1" lodash.clonedeep "^4.5.0" - lodash.isplainobject "^4.0.6" string-length@^4.0.1: version "4.0.2" @@ -11442,23 +11504,23 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -string-strip-html@^13.0.2: - version "13.0.2" - resolved "https://registry.yarnpkg.com/string-strip-html/-/string-strip-html-13.0.2.tgz#c1f2d5bc4412026b84d22df7826ac7a1836ca34c" - integrity sha512-my/qk9cHE5XnwqwD+ipmeizLTDcmVrQMGqNYAWPVGVa0SytTDJOZG4DoaRexhD5kp/ewXEBda1sKJLeOdnRmhQ== +string-strip-html@^13.0.5: + version "13.0.5" + resolved "https://registry.yarnpkg.com/string-strip-html/-/string-strip-html-13.0.5.tgz#361cba5b7a2505de979228ffb8b6026a11739552" + integrity sha512-J0LJlk19jB52jxjJqF+5w53IwOQsO2rhs7jf7XFZWVZxyVevsqehOUZTV2RzSc7U5qX9Cw28vUfclew0u8YEQQ== dependencies: + codsen-utils "^1.1.1" html-entities "^2.3.3" - lodash.isplainobject "^4.0.6" lodash.trim "^4.5.1" lodash.without "^4.4.0" - ranges-apply "^7.0.2" - ranges-push "^7.0.2" - string-left-right "^6.0.2" + ranges-apply "^7.0.3" + ranges-push "^7.0.3" + string-left-right "^6.0.5" -string-trim-spaces-only@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/string-trim-spaces-only/-/string-trim-spaces-only-5.0.2.tgz#aa36d566a4ccdfaeeb2f8b4b9af6ea93278b0537" - integrity sha512-BvF0NJuMGR6dZd6+v5Id2LzQQaYeiO/eeZooGogjOjgkz9ecokWkaxB5I1yBKh1EwR/6JcetsFd6ANBNI2nTQg== +string-trim-spaces-only@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/string-trim-spaces-only/-/string-trim-spaces-only-5.0.3.tgz#8e52681e0919a491c1fd7afc6d1ea64744e5f183" + integrity sha512-86fu6Ny2z38OLXy+4ZHIFDfzggHb+tjs/yXF2Rw65lsbdcG92JzzSxncxbU7kDwpYf4Mm1MftULlnPyrDCs4ow== "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3"