From db92cd53ca48d45347b1bf701dc44012a8108839 Mon Sep 17 00:00:00 2001 From: Snyk Date: Tue, 13 Aug 2024 07:13:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd04b9ac8..2c9717e5b 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "@cypress/webpack-dev-server": "3.9.0", "@enio.ai/typedoc": "1.0.8", "@jsdevtools/coverage-istanbul-loader": "3.0.5", - "@localazy/cli": "1.7.10", + "@localazy/cli": "1.7.11", "@nestjs/schematics": "10.1.1", "@nestjs/testing": "10.3.8", "@nx/angular": "19.4.2", -- GitLab