diff --git a/reposilite-frontend/package-lock.json b/reposilite-frontend/package-lock.json index 7043b595a..8ec0adffa 100644 --- a/reposilite-frontend/package-lock.json +++ b/reposilite-frontend/package-lock.json @@ -47,7 +47,7 @@ "vite": "^4.3.9", "vite-plugin-windicss": "^1.9.0", "windicss": "^3.5.6", - "ws": "^8.13.0" + "ws": "^8.17.1" }, "engines": { "node": ">=18.0.0", @@ -6917,10 +6917,11 @@ "dev": true }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/reposilite-frontend/package.json b/reposilite-frontend/package.json index c200eba38..266007147 100644 --- a/reposilite-frontend/package.json +++ b/reposilite-frontend/package.json @@ -54,6 +54,6 @@ "vite": "^4.3.9", "vite-plugin-windicss": "^1.9.0", "windicss": "^3.5.6", - "ws": "^8.13.0" + "ws": "^8.17.1" } }