From 1edab3c10fc60e2c48aa9f5d5ae806341bcee560 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Nov 2025 12:18:09 +0000 Subject: [PATCH] fix: opencdx-dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 --- opencdx-dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencdx-dashboard/package.json b/opencdx-dashboard/package.json index 0d6a63a..73c2109 100644 --- a/opencdx-dashboard/package.json +++ b/opencdx-dashboard/package.json @@ -37,7 +37,7 @@ "@nextui-org/switch": "2.0.30", "@nextui-org/system": "2.2.1", "@nextui-org/theme": "2.2.5", - "@openapitools/openapi-generator-cli": "2.23.2", + "@openapitools/openapi-generator-cli": "2.25.1", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", @@ -57,7 +57,7 @@ "cross-env": "^7.0.3", "dotenv": "^16.4.5", "eslint": "9.1.0", - "eslint-config-next": "14.2.1", + "eslint-config-next": "15.0.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.4.1",