update dependencies

This commit is contained in:
_Bastler 2024-01-13 14:31:24 +01:00
parent 86af84c7a5
commit dc10097f5f
2 changed files with 266 additions and 294 deletions

522
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "we-bstly-angular", "name": "we-bstly-angular",
"version": "3.0.1", "version": "3.0.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
@ -11,34 +11,34 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^17.0.7", "@angular/animations": "^17.0.9",
"@angular/cdk": "^17.0.4", "@angular/cdk": "^17.0.5",
"@angular/common": "^17.0.7", "@angular/common": "^17.0.9",
"@angular/compiler": "^17.0.7", "@angular/compiler": "^17.0.9",
"@angular/core": "^17.0.7", "@angular/core": "^17.0.9",
"@angular/forms": "^17.0.7", "@angular/forms": "^17.0.9",
"@angular/material": "^17.0.4", "@angular/material": "^17.0.5",
"@angular/material-moment-adapter": "^17.0.4", "@angular/material-moment-adapter": "^17.0.5",
"@angular/platform-browser": "^17.0.7", "@angular/platform-browser": "^17.0.9",
"@angular/platform-browser-dynamic": "^17.0.7", "@angular/platform-browser-dynamic": "^17.0.9",
"@angular/router": "^17.0.7", "@angular/router": "^17.0.9",
"moment": "^2.29.4", "moment": "^2.30.1",
"ng-qrcode": "^17.0.0", "ng-qrcode": "^17.0.0",
"openpgp": "^5.11.0", "openpgp": "^5.11.0",
"qr-scanner": "^1.4.2", "qr-scanner": "^1.4.2",
"rxjs": "~7.8.1", "rxjs": "~7.8.1",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"unique-names-generator": "^4.7.1", "unique-names-generator": "^4.7.1",
"zone.js": "~0.14.2" "zone.js": "~0.14.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^17.0.7", "@angular-devkit/build-angular": "^17.0.10",
"@angular/cli": "^17.0.7", "@angular/cli": "^17.0.10",
"@angular/compiler-cli": "^17.0.7", "@angular/compiler-cli": "^17.0.9",
"@angular/localize": "^17.0.7", "@angular/localize": "^17.0.9",
"@types/jasmine": "^5.1.4", "@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13", "@types/jasminewd2": "^2.0.13",
"@types/node": "^20.10.4", "@types/node": "^20.11.0",
"@types/openpgp": "^4.4.22", "@types/openpgp": "^4.4.22",
"jasmine-core": "~5.1.1", "jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0", "jasmine-spec-reporter": "~7.0.0",