@skriptfabrik/json-schema-bundler 0.6.17 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,20 +57,20 @@ jobs:
57
57
  npm publish
58
58
 
59
59
  - name: Log in to DockerHub
60
- uses: docker/login-action@v3
60
+ uses: docker/login-action@v4
61
61
  with:
62
62
  username: ${{ secrets.DOCKERHUB_USERNAME }}
63
63
  password: ${{ secrets.DOCKERHUB_TOKEN }}
64
64
 
65
65
  - name: Set up QEMU
66
- uses: docker/setup-qemu-action@v3
66
+ uses: docker/setup-qemu-action@v4
67
67
 
68
68
  - name: Set up Docker Buildx
69
- uses: docker/setup-buildx-action@v3
69
+ uses: docker/setup-buildx-action@v4
70
70
 
71
71
  - name: Build and Push latest Docker image
72
72
  if: github.ref_name == 'main'
73
- uses: docker/build-push-action@v6
73
+ uses: docker/build-push-action@v7
74
74
  with:
75
75
  build-args: |-
76
76
  BUILDKIT_INLINE_CACHE=${{ env.DOCKER_BUILDKIT_INLINE_CACHE }}
@@ -92,7 +92,7 @@ jobs:
92
92
 
93
93
  - name: Build and Push Docker image release version
94
94
  if: github.ref_type == 'tag'
95
- uses: docker/build-push-action@v6
95
+ uses: docker/build-push-action@v7
96
96
  with:
97
97
  build-args: |-
98
98
  BUILDKIT_INLINE_CACHE=${{ env.DOCKER_BUILDKIT_INLINE_CACHE }}
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:25.6.0-alpine
1
+ FROM node:25.8.1-alpine
2
2
 
3
3
  LABEL maintainer="Daniel Schröder <daniel.schroeder@skriptfabrik.com>"
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skriptfabrik/json-schema-bundler",
3
- "version": "0.6.17",
3
+ "version": "0.6.19",
4
4
  "description": "The missing CLI for the JSON Schema $Ref Parser",
5
5
  "keywords": [
6
6
  "json",