dependabot[bot] opened a new pull request, #33: URL: https://github.com/apache/airavata-portals/pull/33
Bumps [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) from 2.1.9 to 4.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nfrasser/linkifyjs/releases">linkifyjs's releases</a>.</em></p> <blockquote> <h2>v4.3.2</h2> <h2>What's Changed</h2> <ul> <li>Use Object.assign instead of custom assign function by <a href="https://github.com/nfrasser"><code>@nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/518">nfrasser/linkifyjs#518</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.3.1...v4.3.2">https://github.com/nfrasser/linkifyjs/compare/v4.3.1...v4.3.2</a></p> <h2>v4.3.1</h2> <h2>What's Changed</h2> <ul> <li>Use correct simple-html-tokenizer version for linkify-html</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.3.0...v4.3.1">https://github.com/nfrasser/linkifyjs/compare/v4.3.0...v4.3.1</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Fix: allow apostrophe in URL by <a href="https://github.com/patrickReiis"><code>@patrickReiis</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/504">nfrasser/linkifyjs#504</a></li> <li>Fix tokenizing of comments starting or ending with more than two -- by <a href="https://github.com/hrb-hub"><code>@hrb-hub</code></a> in <a href="https://redirect.github.com/nfrasser/simple-html-tokenizer/pull/1">nfrasser/simple-html-tokenizer#1</a></li> <li>Update dependencies by <a href="https://github.com/nfrasser"><code>@nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/513">nfrasser/linkifyjs#513</a></li> <li>Rename dist file <code>.cjs.js</code> and <code>.es.js</code> extensions to <code>.cjs</code> and <code>.mjs</code>, respectively</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.2.0...v4.3.0">https://github.com/nfrasser/linkifyjs/compare/v4.2.0...v4.3.0</a></p> <h2>v4.2.0</h2> <h2>What's Changed</h2> <ul> <li>Correctly sanitize object replacement character by treating as whitespace in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/497">nfrasser/linkifyjs#497</a></li> <li>Avoid detecting invalid URLs with numbers around boundaries in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/498">nfrasser/linkifyjs#498</a></li> <li>Prevent delimiter apostrophes from being included in URLs in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/499">nfrasser/linkifyjs#499</a></li> <li>Correctly interpret \r\n as newline character in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/500">nfrasser/linkifyjs#500</a></li> <li>Correctly interpret emoji followed by # sign in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/501">nfrasser/linkifyjs#501</a></li> <li>Fix support for domain names with multiple hyphens in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/502">nfrasser/linkifyjs#502</a></li> <li>Fix parsing for magnet links in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/503">nfrasser/linkifyjs#503</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0">https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0</a></p> <h2>v4.1.4</h2> <h2>What's Changed</h2> <ul> <li>Fix hashtag plugin: add support for full width middle dot <code>・</code> by <a href="https://github.com/yuiseki"><code>@yuiseki</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/492">nfrasser/linkifyjs#492</a></li> <li>Update CI matrices and other chores by <a href="https://github.com/nfrasser"><code>@nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/494">nfrasser/linkifyjs#494</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuiseki"><code>@yuiseki</code></a> made their first contribution in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/492">nfrasser/linkifyjs#492</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.1.3...v4.1.4">https://github.com/nfrasser/linkifyjs/compare/v4.1.3...v4.1.4</a></p> <h2>v4.1.3</h2> <h2>What's Changed</h2> <ul> <li>Add support for fullwidth parentheses by <a href="https://github.com/weii41392"><code>@weii41392</code></a> in <a href="https://redirect.github.com/Hypercontext/linkifyjs/pull/461">Hypercontext/linkifyjs#461</a></li> <li>linkify-html: don't convert & -> & by <a href="https://github.com/nfrasser"><code>@nfrasser</code></a> in <a href="https://redirect.github.com/Hypercontext/linkifyjs/pull/462">Hypercontext/linkifyjs#462</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nfrasser/linkifyjs/blob/main/CHANGELOG.md">linkifyjs's changelog</a>.</em></p> <blockquote> <h2>v4.3.2</h2> <ul> <li>Replace assign helper with Object.assign to avoid prototype pollution</li> </ul> <h2>v4.3.1</h2> <ul> <li>Use correct simple-html-tokenizer version for linkify-html</li> </ul> <h2>v4.3.0</h2> <ul> <li>HTML comments opened or closed with 3 dashes tokenized correctly</li> <li>Restore support for delimiter apostrophes in URLs</li> <li>Rename dist file <code>.cjs.js</code> and <code>.es.js</code> extensions to <code>.cjs</code> and <code>.mjs</code>, respectively</li> </ul> <h2>v4.2.0</h2> <ul> <li>Correctly sanitize object replacement character by treating as whitespace</li> <li>Avoid detecting invalid URLs with numbers around boundaries</li> <li>Prevent delimiter apostrophes from being included in URLs</li> <li>Correctly interpret \r\n as newline character</li> <li>Correctly interpret emoji followed by # sign</li> <li>Fix support for domain names with multiple hyphens</li> <li>Fix parsing for magnet links</li> </ul> <h2>v4.1.4</h2> <ul> <li>Add support for full width middle dot <code>・</code> in hashtag plugin</li> <li>Development updates for newest Node.js versions</li> </ul> <h2>v4.1.3</h2> <ul> <li>Fix HTML entity <code>&</code> symbol double-encoding in linkify-html</li> <li>Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters</li> </ul> <h2>v4.1.2</h2> <ul> <li>Ensure linkify.find respects validate option</li> </ul> <h2>v4.1.1</h2> <ul> <li>Slightly simpler TLDs encoding/parsing</li> <li>Fix jsdoc in linkify-react</li> <li>Improved parsing of URLs with symbols</li> <li>Ensure function options get called with unformatted href</li> </ul> <h2>v4.1.0</h2> <ul> <li>Drop support for Safari 10</li> <li>Reduce core bundle file size by ~30%</li> <li>Restore support for email address with scheme local part</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nfrasser/linkifyjs/commit/3abe9abbcb4e069aeadde2f42de7dfcc2371c0f0"><code>3abe9ab</code></a> v4.3.2</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/931d3e28b68951b8f898ea4d6504696346b485b0"><code>931d3e2</code></a> Use Object.assign instead of custom assign function (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/518">#518</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/45bc27e8e9552587a18ff17d3adef79df78bc858"><code>45bc27e</code></a> v4.3.1</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/251a5c6620fb9e16249f3ecc54e5aac432129deb"><code>251a5c6</code></a> v4.3.0</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/359ed4e0023fa81189a83af0dc68f814e5a58eaa"><code>359ed4e</code></a> Update dependencies (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/513">#513</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/c4bdf8574a44d05f396a9cfbe4d8eda7951fd4f9"><code>c4bdf85</code></a> Revert "Don't allow apostrophe in URLs (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/499">#499</a>)" (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/504">#504</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/86e977c45f7cde76808fc6882a6c14db1bc9df1c"><code>86e977c</code></a> v4.2.0</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/606fecaf90a20ea62044ef0369eb45a301c32cc4"><code>606feca</code></a> Allow parsing magnet links (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/503">#503</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/9183db6e5dc657474dd69c2b64b28b46a8e0755f"><code>9183db6</code></a> Support for domain names with two hyphens (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/502">#502</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/09ec1d862a79fbabfe2b1ca8f046180a13907a21"><code>09ec1d8</code></a> Correctly interpret emoji followed by pound (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/501">#501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nfrasser/linkifyjs/commits/v4.3.2/packages/linkifyjs">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/airavata-portals/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@airavata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org