Skip to content

Commit

Permalink
Update dependencies for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 11, 2024
1 parent 7f054db commit 1fb4b7d
Show file tree
Hide file tree
Showing 11 changed files with 1,252 additions and 1,723 deletions.
6 changes: 3 additions & 3 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

556 changes: 201 additions & 355 deletions core/package-lock.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,5 @@
"json",
"node"
]
},
"volta": {
"extends": "../package.json"
}
}
4 changes: 2 additions & 2 deletions docker-image/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Stage 1: Core
#

FROM node:20.10-alpine AS builder
FROM node:20.13.1 AS builder

WORKDIR /app

Expand All @@ -23,7 +23,7 @@ RUN npx lerna run build --scope mongo-seeding-cli
# Stage 3: Final Docker image
#

FROM node:20.10-alpine
FROM node:20.13.1
LABEL org.opencontainers.image.title="Mongo Seeding" \
org.opencontainers.image.description="The ultimate solution for populating your MongoDB database." \
org.opencontainers.image.url="https://mongo-seeding.kosiec.dev" \
Expand Down
2 changes: 1 addition & 1 deletion docker-image/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10-alpine
FROM node:20.13.1
LABEL org.opencontainers.image.title="Mongo Seeding" \
org.opencontainers.image.description="The ultimate solution for populating your MongoDB database." \
org.opencontainers.image.url="https://mongo-seeding.kosiec.dev" \
Expand Down
2 changes: 1 addition & 1 deletion docker-image/test/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10-alpine
FROM node:20.13.1

WORKDIR /app

Expand Down
216 changes: 3 additions & 213 deletions examples/custom-docker-image/sample-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fb4b7d

Please sign in to comment.