Skip to content

Commit 43deb51

Browse files
Merge pull request #125 from secvisogram/chore/dependency-updates
Chore/dependency updates
2 parents 464bbf4 + 9943278 commit 43deb51

File tree

8 files changed

+308
-72
lines changed

8 files changed

+308
-72
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.46',
13+
version: '1.3.47',
1414
description:
1515
'This is a service to validate documents against the CSAF standard.',
1616
contact: {

backend/package-lock.json

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

csaf-validator-lib/package-lock.json

+5-5
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.45"
51+
"version": "1.3.46"
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.46
3+
1.3.47
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.46</div>
186+
<div class="app-desc">Version: 1.3.47</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>

0 commit comments

Comments
 (0)