From 61363a7d1ba7b494c66be16dc1c4c0e80b41892d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2024 16:53:19 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a592a1b2f6084..217f4ff933174 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.2.0", - "@nextcloud/capabilities": "^1.0.4", + "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.2.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0",