Skip to content

Commit

Permalink
Merge pull request #16 from CoreMedia/GHSA-6jrj-vc65-c983
Browse files Browse the repository at this point in the history
Increase jangaroo build version
  • Loading branch information
pitgrap authored Aug 27, 2024
2 parents 4a5f9e8 + f173d01 commit c762276
Show file tree
Hide file tree
Showing 3 changed files with 784 additions and 862 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,6 @@
<!-- start of server/banner.html -->
<!-- start of head-include-2.html -->
<meta name="viewport" content="width=device-width, initial-scale=1" />


<link rel="stylesheet" type="text/css" href="/server/banners/fundraiser.css" media="screen" />
<style type="text/css" media="screen"><!--
.progress-bar
{
width: 12%;
}
.percentage
{
padding-left: 12%;
}
--></style>

<style type="text/css" media="screen">
<!-- TRANSLATORS: Change direction to rtl if you translate
the fundraiser and your script is right-to-left. -->
.fundraiser {
direction: ltr;
}
</style>
<!-- end of head-include-2.html -->

</head>
Expand All @@ -60,32 +39,28 @@
<div id="top">
<a class="skip" href="#content"><b>Skip to main text</b></a>
</div>
<div id='fundraiser'>
<div class="message">
<p class="headline"><a href="https://my.fsf.org/join?mtm_campaign=spring24&amp;mtm_source=banner"><b>We
urgently need your financial
support!</b><span class="gnun-split"></span></a></p>
<p><a href="https://my.fsf.org/join?mtm_campaign=spring24&amp;mtm_source=banner">The FSF's commitment is
unwavering, but we urgently need your financial support. New and
renewing associate members will help us bring free software to every
facet of people's lives. Help us reach our goal of 200 new members
by July 19.<span class="gnun-split"></span></a></p>
<p class="button"><a href="https://my.fsf.org/join?mtm_campaign=spring24&amp;mtm_source=banner">Join&nbsp;today<span class="gnun-split"></span></a><span
class="space">&nbsp;</span><span class="gnun-split"></span><a href="https://my.fsf.org/appeal?mtm_campaign=spring24&amp;mtm_source=banner">Convince&nbsp;a&nbsp;friend<span class="gnun-split"></span></a>
</p>
<div style="clear: right"></div>
</div><!-- .message -->
<div class="progresswidget">
<div class="progress">
<div class="progress-bar"><span class="percentage">24</span></div>

<span class="goal">200</span><span class="gnun-split"></span>

</div>
</div><!-- .progresswidget -->
</div><!-- #fundraiser -->

<div style="clear: both"></div>
<div id="fsf-frame" role="complementary">
<form id="fssbox" action="https://my.fsf.org/civicrm/profile/create?reset=1&amp;gid=31"
method="post">
<div>
<input name="postURL" type="hidden" value="" />
<input type="hidden" name="group[25]" value="1" />
<input name="cancelURL" type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" />
<input name="_qf_default" type="hidden" value="Edit:cancel" />
<label for="frmEmail">
<a href="//www.fsf.org/fss">Free Software Supporter</a>:
</label>
<input type="text" id="frmEmail" name="email-Primary" size="18" maxlength="80"
value="email address" onfocus="this.value=''"/>
<input type="submit" name="_qf_Edit_next" value="Sign up" />
</div>
</form>

<div id="join-fsf" class="button"><a
href="https://www.fsf.org/associate/support_freedom?referrer=4052">JOIN&nbsp;THE&nbsp;FSF</a>
</div>
</div>

<div id="header" role="banner">
<p id="gnu-banner">
Expand All @@ -98,12 +73,13 @@
</p>

<div id="switches">
<!-- Oh well. We can't have nice things. -->
<div id="search-button" class="switch">
<a href="//www.gnu.org/cgi-bin/estseek.cgi">
<img id="search-icon" height="30" width="30"
src="/graphics/icons/search.png"
alt="&nbsp;[Search www.gnu.org]&nbsp;" /></a>
alt="&nbsp;[Search www.gnu.org]&nbsp;" />
</div>
<!-- end search button -->

<div id="language-button" class="switch">
<a href="#language-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@jangaroo/runtime": "^1.5.0"
},
"devDependencies": {
"@jangaroo/build": "^3.0.0",
"@jangaroo/core": "^3.0.0",
"@jangaroo/publish": "^3.0.0",
"@jangaroo/run": "^3.0.0",
"@jangaroo/build": "^3.0.2",
"@jangaroo/core": "^3.0.2",
"@jangaroo/publish": "^3.0.2",
"@jangaroo/run": "^3.0.2",
"eslint": "^8.56.0",
"rimraf": "^5.0.5"
},
Expand Down
Loading

0 comments on commit c762276

Please sign in to comment.