From 8cdf354b89aebe77e9bd7054449b693da1a8abf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 06:53:05 +0000 Subject: [PATCH] fix: public/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- public/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/package.json b/public/package.json index cc394b568..0b8200fbe 100644 --- a/public/package.json +++ b/public/package.json @@ -40,14 +40,14 @@ }, "devDependencies": { "@angular-devkit/architect": "^0.1601.0", - "@angular-devkit/build-angular": "^15.2.8", + "@angular-devkit/build-angular": "^16.2.5", "@angular-devkit/core": "^15.2.8", "@angular-eslint/builder": "~15.2.0", "@angular-eslint/eslint-plugin": "~15.2.0", "@angular-eslint/eslint-plugin-template": "~15.2.0", "@angular-eslint/schematics": "~15.2.0", "@angular-eslint/template-parser": "~15.2.0", - "@angular/cli": "^15.2.8", + "@angular/cli": "^15.2.9", "@angular/compiler-cli": "^15.2.9", "@types/jest": "^29.0.0", "@types/leaflet": "~1.9.0",