Skip to content

Commit

Permalink
fix: public/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent cad7202 commit 8cdf354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cdf354

Please sign in to comment.