From 1d923559fc11b453adca447aa11b513d2cf734c5 Mon Sep 17 00:00:00 2001 From: "debricked[bot]" <47180885+debricked[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:44:06 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20CVE=E2=80=932024=E2=80=9321538?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 6 +++--- package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 4dc54a16804..aec52386592 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,11 +13,11 @@ "private": true, "dependencies": { "@angular-builders/custom-webpack": "^15.0.0", - "@angular-devkit/build-angular": "^15.0.4", + "@angular-devkit/build-angular": "^15.2.11", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4", - "@angular/cli": "^15.0.4", + "@angular/cli": "^16.0.0", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/compiler-cli": "^15.0.4", @@ -82,7 +82,7 @@ "@typescript-eslint/parser": "^6.7.2", "@typescript-eslint/eslint-plugin-tslint": "^6.7.2", "codelyzer": "^6.0.0", - "eslint": "^8.49.0", + "eslint": "^8.57.1", "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0", diff --git a/package.json b/package.json index c72537a6c33..161d79da6b1 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "finale-rest": "^1.1.1", "fs-extra": "^9.0.1", "fuzzball": "^1.3.0", - "glob": "^10.3.10", + "glob": "^10.4.5", "graceful-fs": "^4.2.6", "grunt": "^1.2.1", "grunt-contrib-compress": "^1.6.0", @@ -237,9 +237,9 @@ "@typescript-eslint/parser": "6.18.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", - "cross-spawn": "^7.0.3", - "cypress": "^13.6.1", - "eslint": "^8.49.0", + "cross-spawn": "^7.0.5", + "cypress": "^13.14.2", + "eslint": "^8.57.1", "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0",