Skip to content

Commit 90cdcc8

Browse files
fix(deps): update all non-major dependencies (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f748ae2 commit 90cdcc8

File tree

3 files changed

+88
-69
lines changed

3 files changed

+88
-69
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chmod +x /usr/local/bin/publisher.jar
4949
EOF
5050

5151
# renovate: datasource=github-releases depName=hapifhir/org.hl7.fhir.core extractVersion=^(?<version>.*)$
52-
ARG VALIDATOR_JAR_VERSION=6.7.9
52+
ARG VALIDATOR_JAR_VERSION=6.7.10
5353
ARG VALIDATOR_JAR_DOWNLOAD_URL="https://github.com/hapifhir/org.hl7.fhir.core/releases/download/${VALIDATOR_JAR_VERSION}/validator_cli.jar"
5454
RUN <<EOF
5555
curl -LSs "$VALIDATOR_JAR_DOWNLOAD_URL" --output /usr/local/bin/validator_cli.jar

package-lock.json

Lines changed: 86 additions & 67 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
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"fsh-sushi": "3.16.5"
12+
"fsh-sushi": "3.17.0"
1313
}
1414
}

0 commit comments

Comments
 (0)