1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-18 18:02:56 +00:00

Fix node package vulnerabilities, switch to NPM

Yarn does not support automatic fix of vulnerabilities (yarnpkg/yarn#7075) so use NPM which does

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-07-14 00:06:31 +02:00
parent 6357317b30
commit aad5aeaf79
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
4 changed files with 10198 additions and 8239 deletions

View File

@ -7,7 +7,7 @@ compile_js:
-w "$(CURDIR)/js" \
-u $(shell id -u) \
node:10-alpine \
sh -c "yarn && npx webpack"
sh -c "npx npm@lts ci && npx webpack"
debug:
go-bindata --debug -o cmd/password/bindata.go --pkg=main frontend/...

File diff suppressed because it is too large Load Diff

6542
js/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff