From 4dc02e2496747a4c0f03c47a55fab9d6003bec77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:32:39 +0000 Subject: [PATCH] Bump string-strip-html from 7.0.3 to 13.2.0 Bumps [string-strip-html](https://github.com/codsen/codsen/tree/HEAD/packages/string-strip-html) from 7.0.3 to 13.2.0. - [Release notes](https://github.com/codsen/codsen/releases) - [Changelog](https://github.com/codsen/codsen/blob/main/packages/string-strip-html/CHANGELOG.md) - [Commits](https://github.com/codsen/codsen/commits/string-strip-html@13.2.0/packages/string-strip-html) --- updated-dependencies: - dependency-name: string-strip-html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 96 ++++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 58 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5742c31c1834b..db5d3ffc75896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15378,6 +15378,11 @@ "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.62.0.tgz", "integrity": "sha512-Xnl3304iCc8nyVZuRkzDVVwc794uc9QNX0UcPGeNic1fbzkSrO4l4GVXho9tRNKBgPYZXgocUqXyfIv3BILhCQ==" }, + "codsen-utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.2.0.tgz", + "integrity": "sha512-cejy31V+xUI6oxQFTxUmT2cZrmIgUg+bZlWtofn8Xdh2JV43ncJK149QNLfPl4G90nkSrqWn9Xu7ZIcbqMDr4A==" + }, "coffeescript": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.5.1.tgz", @@ -24701,7 +24706,7 @@ "lodash.trim": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/lodash.trim/-/lodash.trim-4.5.1.tgz", - "integrity": "sha1-NkJefukL5KpeJ7zruFt9EepHqlc=" + "integrity": "sha512-nJAlRl/K+eiOehWKDzoBVrSMhK0K3A3YQsUNXHQa5yIrKBAhsZgSu3KoAFoFT+mEgiyBHddZ0pRk1ITpIp90Wg==" }, "lodash.truncate": { "version": "4.4.2", @@ -24728,7 +24733,7 @@ "lodash.without": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", - "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" + "integrity": "sha512-M3MefBwfDhgKgINVuBJCO1YR3+gf6s9HNJsIiZ/Ru77Ws6uTb9eBuvrkpzO+9iLoAaRodGuq7tyrPCx+74QYGQ==" }, "log-symbols": { "version": "3.0.0", @@ -30851,35 +30856,36 @@ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "ranges-apply": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/ranges-apply/-/ranges-apply-4.0.2.tgz", - "integrity": "sha512-i3h19Nz+lFI204WpkH2jOmr1LuC2zHTb/S8qoAOX4RU8CXa1ISVaXyFMMUsy+SF95hC6KtSd2feoLARgh9Yt0w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ranges-apply/-/ranges-apply-7.0.5.tgz", + "integrity": "sha512-krZ4hzN6RvNpVtSZHuKmViGVcOPdZ9rP15dH/gEFU4A21fOvx5ZOXT3dD9++M5mVsFukn36JZi0BxmWWtCqmxQ==", "requires": { - "ranges-merge": "^6.2.0" + "ranges-merge": "^9.0.5", + "tiny-invariant": "^1.3.1" } }, "ranges-merge": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ranges-merge/-/ranges-merge-6.2.0.tgz", - "integrity": "sha512-dI2NJkiZPu/xI19s4/0/TLWofnvt91FbAnICqcY3x8janbO7csAECMLdNG+0Q9hxQ9w7qT9NucT7y8eatOW2ew==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ranges-merge/-/ranges-merge-9.0.5.tgz", + "integrity": "sha512-jWRsF8mLdC2w7NskTKsi8j8SC/2+OofoSfVJ/D6gIQmtyilSHpCBlSQMm+0kbYitNDmEIXAlEwUvRwujICv5hQ==", "requires": { - "ranges-sort": "^3.14.0" + "ranges-push": "^7.0.5", + "ranges-sort": "^6.0.5" } }, "ranges-push": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/ranges-push/-/ranges-push-4.0.2.tgz", - "integrity": "sha512-zmHoeMlrGCYMCSSIeGUtcwaQdvIuObUW3tJ22kniSRetaOGMHjfoqd8/ovH+u/gDFm0OS9GM1GenQImFXYy1OQ==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ranges-push/-/ranges-push-7.0.5.tgz", + "integrity": "sha512-ejK5hXaMc/VZuO7IqIBciIWhzdADsvaTlnejN3Qm7Z8Vs1mBKusE7ciGRkISGm2UShdSmbW5ZxxRSO4yDRekQQ==", "requires": { - "ranges-merge": "^6.2.0", - "string-collapse-leading-whitespace": "^4.0.0", - "string-trim-spaces-only": "^2.9.0" + "string-collapse-leading-whitespace": "^7.0.3", + "string-trim-spaces-only": "^5.0.5" } }, "ranges-sort": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/ranges-sort/-/ranges-sort-3.14.0.tgz", - "integrity": "sha512-QoqzNY4yf/JtpBaOG12uxWxb/BUu9hPUucakOBrkgKA57GtmjJqMZYauqYryAVMztpkrrO7kqqzrIadYBXT53Q==" + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/ranges-sort/-/ranges-sort-6.0.5.tgz", + "integrity": "sha512-NVdG/+tJbUETYV0ckwZ/OwiAIAo5SdhWSKaD0QIgLb7/F15JnH3jBxAkwDLxuUn2lBEVOxYloRzp/hdaJ/ADHg==" }, "raw-body": { "version": "2.4.0", @@ -32306,7 +32312,7 @@ "resolve-from": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", - "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" + "integrity": "sha512-qpFcKaXsq8+oRoLilkwyc7zHGF5i9Q2/25NIgLQQ/+VVv9rU4qvr6nXVAw1DsnXJyQkZsR4Ytfbtg5ehfcUssQ==" } } }, @@ -33420,31 +33426,38 @@ "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" }, "string-collapse-leading-whitespace": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-4.0.0.tgz", - "integrity": "sha512-AKnhq+wgx09Xrvp6fEYqucUcvXVcggwpA1hVv8e/zmg0Trhh8+KTuRBrsxEs7Nwnuy395xOEMoZHeigeH+eCVQ==" + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-7.0.3.tgz", + "integrity": "sha512-gQz3NEpbEqXgbXIi19rsBm8ivq2TAyhQe6/a0qxGcGYzxlCPrNm+gR60OEeUWLap17IPjVlEfsGl6kWlzfWpFg==" }, "string-left-right": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/string-left-right/-/string-left-right-3.0.1.tgz", - "integrity": "sha512-30bO/J4XHMFgk3I2h0ZUkhvzkryWbb/T4hxvBPyiw8DIfjgK0Relc/sla4LS/kK7UMFys5Sj69Cm+si4rx+nbQ==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/string-left-right/-/string-left-right-6.0.8.tgz", + "integrity": "sha512-FwXnINH4hAj00Z4o+c2r0HmB+ss2VcEypvo3y9L18piYC5QyWS1WhKAWRTKGecd/FTf8lDqRbfnma6WCWBw0EA==", "requires": { - "lodash.clonedeep": "^4.5.0", - "lodash.isplainobject": "^4.0.6" + "codsen-utils": "^1.2.0", + "lodash.clonedeep": "^4.5.0" } }, "string-strip-html": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-7.0.3.tgz", - "integrity": "sha512-88R5Dc4jr5z3EN7EQ14lMqwrMI4gpLrp8IneT+J0HBZsHCxTgSluL6hQm9PK+PEPGEIGURkMp407+Awk/BqJUg==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-13.2.0.tgz", + "integrity": "sha512-TZMiZ9hkfOqT6CNe8ixMsXa8TWH9yS14Z9cUTdxr42Gy+ZmpmvDquDDihnCPG4MSM6udBgojgvZZs4yFDEDYXQ==", "requires": { - "ent": "^2.2.0", - "lodash.isplainobject": "^4.0.6", + "codsen-utils": "^1.2.0", + "html-entities": "^2.3.3", "lodash.trim": "^4.5.1", "lodash.without": "^4.4.0", - "ranges-apply": "^4.0.2", - "ranges-push": "^4.0.2", - "string-left-right": "^3.0.1" + "ranges-apply": "^7.0.5", + "ranges-push": "^7.0.5", + "string-left-right": "^6.0.8" + }, + "dependencies": { + "html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" + } } }, "string-template": { @@ -33453,9 +33466,9 @@ "integrity": "sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y=" }, "string-trim-spaces-only": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/string-trim-spaces-only/-/string-trim-spaces-only-2.9.0.tgz", - "integrity": "sha512-Ny/6ncfD52McLZbgYhhediuTzLGDjKd53H1QcJBFh1kbZRtsBntYmScJx5LeyPteGDRDbzP+qP6TyqJVj2ef9g==" + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/string-trim-spaces-only/-/string-trim-spaces-only-5.0.5.tgz", + "integrity": "sha512-4lzWp0rmI1F/9DvZpr7bFlyuXdemaDdmxeg9CMyKMUKpIM2jf3pUcABGiCNhN33gNQ3WiVmLx76ayKMHwWh3Mg==" }, "string-width": { "version": "1.0.2", @@ -35300,6 +35313,11 @@ "integrity": "sha1-dGkOmau4pDyP7TI2o8OHKyfOY3Y=", "dev": true }, + "tiny-invariant": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", + "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" + }, "tiny-secp256k1": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.3.tgz", diff --git a/package.json b/package.json index e918c996ada52..0d77b2f15531d 100644 --- a/package.json +++ b/package.json @@ -281,7 +281,7 @@ "sodium-plus": "^0.9.0", "speakeasy": "^2.0.0", "stream-buffers": "^3.0.2", - "string-strip-html": "^7.0.3", + "string-strip-html": "^13.2.0", "tar-stream": "^1.6.2", "tinykeys": "^1.2.0", "toastr": "^2.1.4",