Skip to content

Commit

Permalink
Merge pull request #111 from secvisogram/chore/dependency-updates
Browse files Browse the repository at this point in the history
Chore/dependency updates
  • Loading branch information
MarcoKorinth authored Aug 6, 2024
2 parents cfe7026 + 13df061 commit c1e8343
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion backend/lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function(fastify) {
openapi: {
info: {
title: 'CSAF Validator Service',
version: '1.3.35',
version: '1.3.36',
description:
'This is a service to validate documents against the CSAF standard.',
contact: {
Expand Down
42 changes: 21 additions & 21 deletions csaf-validator-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion csaf-validator-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"typescript": "^4.9.4",
"xml2js": "^0.5.0"
},
"version": "1.3.34"
"version": "1.3.35"
}
2 changes: 1 addition & 1 deletion documents/generated/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= CSAF Validator Service
[email protected]
1.3.35
1.3.36
:toc: left
:numbered:
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion documents/generated/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1>CSAF Validator Service</h1>
<div class="app-desc">This is a service to validate documents against the CSAF standard.</div>
<div class="app-desc">More information: <a href="https://github.com/secvisogram/csaf-validator-service">https://github.com/secvisogram/csaf-validator-service</a></div>
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div>
<div class="app-desc">Version: 1.3.35</div>
<div class="app-desc">Version: 1.3.36</div>
<div class="app-desc">BasePath:</div>
<div class="license-info">MIT</div>
<div class="license-url">https://github.com/secvisogram/csaf-validator-service/blob/main/LICENSE</div>
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"prettier": "^2.8.8",
"typescript": "^5.3.3"
},
"version": "1.3.35"
"version": "1.3.36"
}

0 comments on commit c1e8343

Please sign in to comment.