Skip to content

Commit

Permalink
dep(nopt): bump to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 1, 2024
1 parent ff97076 commit e8fb38f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
- test(tls): add tests for no_tls_hosts for inbound & outbound
- dep version bumps:
- haraka-email-message: 1.2.4, #3408
- nodemailer: 6.9.15
- nopt: 8.0.0
- tld: 1.2.2
- plugin-dkim: 1.0.7
- plugin-dns-list: 1.2.1
- plugin-elastisearch: 8.0.3
- nodemailer: 6.9.15
- test-fixtures: 1.3.8


Expand Down
11 changes: 6 additions & 5 deletions http/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.5.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.5.1/css/bootstrap-theme.min.css">

<script src="https://code.jquery.com/jquery-3.5.1.min.js" async></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium

Script loaded from content delivery network with no integrity check.
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.5.1/js/bootstrap.min.js" async></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<ul id="tabList" class="nav nav-tabs" role="tablist navigation">
Expand All @@ -23,13 +26,11 @@
<div class="tab-pane fade in active" id="home">
<h1>Haraka, a mail server (MTA).</h1>

<p>You are visiting an installation of <a href="http://haraka.github.io">Haraka</a>.</p>
<p>You are visiting an installation of <a href="https://haraka.github.io">Haraka</a>.</p>

<p>Haraka is on the <a href="http://haraka.github.io">web</a> and <a href="https://github.com/haraka/Haraka">GitHub</a></p>
<p>Haraka is on the <a href="https://haraka.github.io">web</a> and <a href="https://github.com/haraka/Haraka">GitHub</a></p>
</div>
</div>

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.5.1/js/bootstrap.min.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"haraka-utils": "^1.1.3",
"ipaddr.js": "~2.2.0",
"node-gyp": "^10.2.0",
"nopt": "^7.2.1",
"nopt": "^8.0.0",
"npid": "~0.4.0",
"redis": "~4.7.0",
"semver": "^7.6.3",
Expand Down

0 comments on commit e8fb38f

Please sign in to comment.