Skip to content

Commit

Permalink
Merge pull request #14 from CoreMedia/dependency-braces-CVE-2024-4068
Browse files Browse the repository at this point in the history
Update `braces` to resolve CVE-2024-4068
  • Loading branch information
aholtkamp committed Jun 27, 2024
2 parents a8f1f5e + 87bd242 commit 5539962
Show file tree
Hide file tree
Showing 4 changed files with 1,422 additions and 1,164 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@
<!-- 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 @@ -39,28 +60,32 @@
<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 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 style="clear: both"></div>

<div id="header" role="banner">
<p id="gnu-banner">
Expand Down
10 changes: 5 additions & 5 deletions studio-client/apps/main/content-hub-adapter-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@coremedia/studio-client.core-icons": "^2110.2.0",
"@coremedia/studio-client.main.content-hub-editor-components": "^2110.2.0",
"@coremedia/studio-client.main.editor-components": "^2110.2.0",
"@jangaroo/runtime": "^1.0.0"
"@jangaroo/runtime": "^1.5.0"
},
"devDependencies": {
"@jangaroo/build": "^1.5.0",
"@jangaroo/core": "^1.5.0",
"@jangaroo/publish": "^1.5.0",
"@jangaroo/run": "^1.5.0",
"@jangaroo/build": "^3.0.0",
"@jangaroo/core": "^3.0.0",
"@jangaroo/publish": "^3.0.0",
"@jangaroo/run": "^3.0.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"compilerOptions": {
"rootDir": ".",
"outDir": "../dist/src",
"moduleResolution": "nodenext",
"types": [
"@coremedia/studio-client.main.editor-components"
]
Expand Down
Loading

0 comments on commit 5539962

Please sign in to comment.