From 79e592c56ca532b50d8ea35d9a0a744d9d7dcf9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 00:54:34 +0000 Subject: [PATCH] fix: angular/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-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angular/package.json b/angular/package.json index a8044aa..636b238 100644 --- a/angular/package.json +++ b/angular/package.json @@ -40,13 +40,13 @@ "moment": "^2.18.1", "ngtemplate-loader": "^1.3.1", "node-bourbon": "^4.2.8", - "node-sass": "^4.5.2", + "node-sass": "^7.0.2", "path": "^0.12.7", "sass-loader": "^6.0.5", "style-loader": "^0.17.0", "url-loader": "^0.5.8", - "webpack": "^2.5.1", - "webpack-dev-server": "^2.4.5", + "webpack": "^5.0.0", + "webpack-dev-server": "^4.0.0", "webpack-vendor-chunk-plugin": "^1.0.0" } }