From 15dbff80ab1530fde66279375c5f39d5a2129dc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:33:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f3d34a68a735..e852b0339ed3b 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/password-confirmation": "^4.0.4", + "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/upload": "^1.0.0-beta.17", + "@nextcloud/upload": "^1.0.0", "@nextcloud/vue": "^8.0.0-beta.8", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.4.1",