Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 7, 2024
1 parent ade4f3b commit 5d681f7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@material-extended/mde": "2.3.1",
"@ngrx/effects": "8.4.0",
"@ngrx/store": "8.4.0",
"@nrwl/angular": "8.6.0",
"@nrwl/angular": "13.0.0",
"angular-material-css-vars": "0.1.5",
"angular2-prettyjson": "3.0.1",
"angular2-qrcode": "2.0.3",
Expand All @@ -65,7 +65,7 @@
"hammerjs": "2.0.8",
"immer": "4.0.2",
"jsondiffpatch": "^0.3.11",
"lodash": "4.17.15",
"lodash": "4.17.17",
"ngrx-store-logger": "0.2.4",
"ngx-masonry": "1.1.4",
"reflect-metadata": "0.1.12",
Expand All @@ -76,36 +76,36 @@
"ts-action": "11.0.0",
"ts-action-immer": "3.0.1",
"tslib": "1.10.0",
"ws": "7.1.2",
"ws": "7.5.10",
"xss": "^1.0.6",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.21",
"@angular-devkit/build-angular": "16.1.0",
"@angular-devkit/build-ng-packagr": "0.803.17",
"@angular/cli": "8.3.17",
"@angular/compiler-cli": "8.2.13",
"@angular/cli": "15.0.0",
"@angular/compiler-cli": "9.0.0",
"@angular/language-service": "8.2.13",
"@nrwl/jest": "8.6.0",
"@nrwl/node": "8.11.2",
"@nrwl/workspace": "8.6.0",
"@nrwl/node": "13.0.0",
"@nrwl/workspace": "15.9.0",
"@types/jest": "24.0.9",
"@types/node": "8.9.4",
"@types/socket.io": "2.1.3",
"@types/ws": "6.0.3",
"@types/lodash": "4.14.154",
"codelyzer": "5.0.1",
"dotenv": "6.2.0",
"eslint": "6.1.0",
"eslint": "9.0.0",
"ineeda": "0.11.3",
"jest": "24.1.0",
"jest-preset-angular": "7.0.1",
"ng-packagr": "9.0.0",
"jest": "29.0.0",
"jest-preset-angular": "8.0.0",
"ng-packagr": "16.0.0",
"prettier": "1.18.2",
"ts-jest": "24.0.0",
"ts-node": "8.0.0",
"tsickle": "0.37.1",
"tslint": "5.11.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
},
"browser": {
Expand Down

0 comments on commit 5d681f7

Please sign in to comment.