Skip to content

Commit 5b485b2

Browse files
committed
chore: update dependencies
1 parent fd97dbd commit 5b485b2

File tree

6 files changed

+44
-38
lines changed

6 files changed

+44
-38
lines changed

backend/lib/app.js

Lines changed: 1 addition & 1 deletion
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.36',
13+
version: '1.3.37',
1414
description:
1515
'This is a service to validate documents against the CSAF standard.',
1616
contact: {

backend/package-lock.json

Lines changed: 38 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documents/generated/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= CSAF Validator Service
22
secvisogram@bsi.bund.de
3-
1.3.36
3+
1.3.37
44
:toc: left
55
:numbered:
66
:toclevels: 4

documents/generated/html/index.html

Lines changed: 1 addition & 1 deletion
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="secvisogram@bsi.bund.de">secvisogram@bsi.bund.de</a></div>
186-
<div class="app-desc">Version: 1.3.36</div>
186+
<div class="app-desc">Version: 1.3.37</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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.36"
35+
"version": "1.3.37"
3636
}

0 commit comments

Comments
 (0)