Skip to content

Commit 7777fa0

Browse files
authored
Merge pull request #43 from NHSDigital/APM-6800-dependabot
update npm dependencies
2 parents 8ca7b2f + 2409914 commit 7777fa0

File tree

4 files changed

+97
-75
lines changed

4 files changed

+97
-75
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ install: install-node
1212

1313
lint:
1414
vacuum lint -d --base specification/ specification/proxygen.yaml
15+

package-lock.json

Lines changed: 94 additions & 73 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
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"description": "Proxygen API Specification",
55
"dependencies": {
6-
"@quobix/vacuum": "^0.16.1"
6+
"@quobix/vacuum": "^0.23.4"
77
}
88
}

specification/proxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ components:
19261926
type: object
19271927
servers:
19281928
type: array
1929-
minLength: 1
1929+
minItems: 1
19301930
items:
19311931
type: object
19321932
required:

0 commit comments

Comments
 (0)