Bump sanitize-html from 1.27.3 to 2.7.0 in /services/web/scripts/translations (#6651)
* [web] scripts/translations: update package-lock to version 2 * Bump sanitize-html in /services/web/scripts/translations Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.27.3 to 2.7.0. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.7.0) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [web] adapt locales escaping and usage for new sanitize-html version Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> GitOrigin-RevId: 5df107a0a4b3d7c408f676ee363169f0ef0de28f
This commit is contained in:
committed by
Copybot
co-authored by
Jakob Ackermann
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
22b1797c18
commit
2b2e9cfe45
@@ -15,7 +15,7 @@ footer.fat-footer.hidden-print
|
||||
li
|
||||
a(href="https://apply.workable.com/overleaf/") #{translate('careers')}
|
||||
li
|
||||
a(href="/for/press") #{translate('press_and_awards')}
|
||||
a(href="/for/press") !{translate('press_and_awards')}
|
||||
li
|
||||
a(href="/blog") #{translate('blog')}
|
||||
|
||||
@@ -37,13 +37,13 @@ footer.fat-footer.hidden-print
|
||||
a(href="/learn/latex/Tables") #{translate('how_to_create_tables')}
|
||||
|
||||
.footer-section
|
||||
.footer-section-heading #{translate('footer_plans_and_pricing')}
|
||||
.footer-section-heading !{translate('footer_plans_and_pricing')}
|
||||
|
||||
ul.list-unstyled
|
||||
li
|
||||
a(href="/learn/how-to/Overleaf_premium_features") #{translate('premium_features')}
|
||||
li
|
||||
a(href="/user/subscription/plans") #{translate('for_individuals_and_groups')}
|
||||
a(href="/user/subscription/plans") !{translate('for_individuals_and_groups')}
|
||||
li
|
||||
a(href="/for/enterprises") #{translate('for_enterprise')}
|
||||
li
|
||||
|
||||
Reference in New Issue
Block a user