Skip to content

Commit f585f86

Browse files
authored
Merge pull request #120 from secvisogram/chore/dependency-updates
Chore/dependency updates
2 parents 5cc0832 + 796381b commit f585f86

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

backend/lib/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function (fastify) {
1010
openapi: {
1111
info: {
1212
title: 'CSAF Validator Service',
13-
version: '1.3.42',
13+
version: '1.3.43',
1414
description:
1515
'This is a service to validate documents against the CSAF standard.',
1616
contact: {

csaf-validator-lib/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

csaf-validator-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"typescript": "^4.9.4",
4949
"xml2js": "^0.5.0"
5050
},
51-
"version": "1.3.41"
51+
"version": "1.3.42"
5252
}

documents/generated/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= CSAF Validator Service
22
3-
1.3.42
3+
1.3.43
44
:toc: left
55
:numbered:
66
:toclevels: 4

documents/generated/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1>CSAF Validator Service</h1>
183183
<div class="app-desc">This is a service to validate documents against the CSAF standard.</div>
184184
<div class="app-desc">More information: <a href="https://github.com/secvisogram/csaf-validator-service">https://github.com/secvisogram/csaf-validator-service</a></div>
185185
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div>
186-
<div class="app-desc">Version: 1.3.42</div>
186+
<div class="app-desc">Version: 1.3.43</div>
187187
<div class="app-desc">BasePath:</div>
188188
<div class="license-info">MIT</div>
189189
<div class="license-url">https://github.com/secvisogram/csaf-validator-service/blob/main/LICENSE</div>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"prettier": "^2.8.8",
3333
"typescript": "^5.3.3"
3434
},
35-
"version": "1.3.42"
35+
"version": "1.3.43"
3636
}

0 commit comments

Comments
 (0)