Update all outdated packages

This commit is contained in:
James Skemp 2023-08-06 13:20:11 -05:00
parent 3fc053e45f
commit 2dd8855723
2 changed files with 345 additions and 344 deletions

665
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,8 +23,8 @@
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
@ -36,17 +36,17 @@
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "^16.1.8",
"@angular/compiler-cli": "^16.1.8",
"@types/jasmine": "~4.3.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.1.3"
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
}
}