Skip to content

Commit

Permalink
Merge pull request #121 from secvisogram/chore/dependency-updates
Browse files Browse the repository at this point in the history
Chore/dependency updates
  • Loading branch information
rainer-exxcellent authored Jan 16, 2025
2 parents f585f86 + 803f63f commit fab2ff4
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 60 deletions.
4 changes: 2 additions & 2 deletions 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.43',
version: '1.3.44',
description:
'This is a service to validate documents against the CSAF standard.',
contact: {
Expand All @@ -32,7 +32,7 @@ export default async function (fastify) {
(availableLangs) => {
fastify.log.info(
'Installation of hunspell found! Available languages: ' +
availableLangs.join(', ')
availableLangs.join(', ')
)
},
() => {
Expand Down
80 changes: 50 additions & 30 deletions backend/package-lock.json

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

44 changes: 27 additions & 17 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.42"
"version": "1.3.43"
}
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.9.0
7.10.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.43
1.3.44
: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.9.0
7.10.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.43</div>
<div class="app-desc">Version: 1.3.44</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.43"
"version": "1.3.44"
}

0 comments on commit fab2ff4

Please sign in to comment.