fix lockfile

This commit is contained in:
Simon Larsen
2022-08-03 20:33:50 +01:00
parent 6b6afc5be1
commit b0e71830ab
3 changed files with 27139 additions and 343 deletions

View File

@@ -43,7 +43,6 @@ RUN npm install
COPY ./Model /usr/src/Model
RUN npm run compile
WORKDIR /usr/src/app/
# Install app dependencies
COPY ./Identity/package*.json /usr/src/app/

27479
Mail/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
"@types/nodemailer": "^6.4.4",
"@types/nodemailer-express-handlebars": "^4.0.2",
"Common": "file:../Common",
"Model": "file:../Model",
"Model": "file:../Model",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.8",
"handlebars": "^4.7.7",