Add Full Medication Information Call - Fix Vulns #29

Merged
mattdimegs merged 10 commits from feature/add-fullinfopull into main 2026-01-23 05:33:19 +00:00
5 changed files with 6 additions and 5266 deletions
Showing only changes of commit 6924210416 - Show all commits

5
.gitignore vendored
View file

@ -23,4 +23,7 @@ dist-ssr
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
# api/package-lock.json
# web/package-lock.json

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force && npm install --no-audit --no-fund
COPY . ./ COPY . ./

1406
api/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force && npm install --no-audit --no-fund
COPY . ./ COPY . ./

3857
web/package-lock.json generated

File diff suppressed because it is too large Load diff