Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #222

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
721 changes: 378 additions & 343 deletions cli/package-lock.json

Large diffs are not rendered by default.

637 changes: 359 additions & 278 deletions core/package-lock.json

Large diffs are not rendered by default.

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.13.1 AS builder
FROM node:20.18.0 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.13.1
FROM node:20.18.0
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.13.1
FROM node:20.18.0
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.13.1
FROM node:20.18.0

WORKDIR /app

Expand Down
516 changes: 262 additions & 254 deletions docker-image/test/tester/package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 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.

52 changes: 26 additions & 26 deletions examples/import-data/example/package-lock.json

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

Loading
Loading