Frontend: Upgrade deps in package.json and TestCafe from v3.4 to v3.5

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-02-17 15:03:05 +01:00
parent 34a277963d
commit 04abf49095
4 changed files with 63 additions and 57 deletions

View file

@ -30,6 +30,6 @@ apt-get update && apt-get -qq install nodejs
echo "Installing TestCafe..."
npm config set cache ~/.cache/npm
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest n@latest testcafe@3.4.0
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest n@latest testcafe@3.5.0
echo "Done."