Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/dependency updates #116

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.38',
version: '1.3.39',
description:
'This is a service to validate documents against the CSAF standard.',
contact: {
Expand Down
248 changes: 51 additions & 197 deletions csaf-validator-lib/package-lock.json

Large diffs are not rendered by default.

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.37"
"version": "1.3.38"
}
2 changes: 1 addition & 1 deletion documents/generated/asciidoc/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.0
7.9.0
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.38
1.3.39
:toc: left
:numbered:
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion documents/generated/html/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.0
7.9.0
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.38</div>
<div class="app-desc">Version: 1.3.39</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
Loading
Loading