From 6f1db38a68d6d8c95170d8c907585d5ef2a93f19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 08:07:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d67cace..443dc81 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@angular/platform-browser-dynamic": "^15.2.8", "@angular/platform-server": "^15.2.8", "@angular/router": "^15.2.8", - "@babel/runtime": "7.21.0", + "@babel/runtime": "7.26.10", "@kolkov/ngx-gallery": "^2.0.1", "@ng-bootstrap/ng-bootstrap": "^11.0.0", "@ng-dynamic-forms/core": "^15.0.0",