Skip to content

Commit 3048cd1

Browse files
authored
Merge pull request #117 from secvisogram/chore/dependency-updates
Chore/dependency updates
2 parents 89b9a22 + 4c0a5dc commit 3048cd1

File tree

8 files changed

+116
-425
lines changed

8 files changed

+116
-425
lines changed

backend/lib/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import { getHunspellAvailableLangs } from '../../csaf-validator-lib/hunspell.js'
44
/**
55
* @param {import('fastify').FastifyInstance} fastify
66
*/
7-
export default async function(fastify) {
7+
export default async function (fastify) {
88
fastify.register(import('@fastify/swagger'), {
99
routePrefix: '/docs',
1010
openapi: {
1111
info: {
1212
title: 'CSAF Validator Service',
13-
version: '1.3.39',
13+
version: '1.3.40',
1414
description:
1515
'This is a service to validate documents against the CSAF standard.',
1616
contact: {

backend/package-lock.json

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

csaf-validator-lib/package-lock.json

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

csaf-validator-lib/package.json

Lines changed: 1 addition & 1 deletion
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.38"
51+
"version": "1.3.39"
5252
}

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.39
3+
1.3.40
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.39</div>
186+
<div class="app-desc">Version: 1.3.40</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.39"
35+
"version": "1.3.40"
3636
}

0 commit comments

Comments
 (0)