]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix npm vulnerabilities
authorTiago Melo <tmelo@suse.com>
Wed, 18 Dec 2019 15:45:07 +0000 (14:45 -0100)
committerTiago Melo <tmelo@suse.com>
Tue, 21 Jan 2020 17:25:25 +0000 (16:25 -0100)
commitcfee7accc17ff4110a7a8ed26fc62b66091ea0b2
tree7105b8fc0ce729d490441cd3369171ed80efa267
parent057391854c01c10294c8fe56f4b79973e02b7f17
mgr/dashboard: Fix npm vulnerabilities

Add npm-force-resolutions to help fix npm vulnerabilities.

When you need to force a package to be updated,
add it to the resolutions lists in package.json and run "npm run fix:audit".

This will update package-lock.json and all next "npm ci" will contain the
specified version of the package.

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json