Merge pull request #3068 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/angular/platform-browser-15.2.6

Bulk Bump npm packages 04.23
This commit is contained in:
shamoon 2023-04-10 10:39:32 -07:00 committed by GitHub
commit cea6ef7a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 593 additions and 389 deletions

928
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,56 +13,56 @@
},
"private": true,
"dependencies": {
"@angular/common": "~15.2.5",
"@angular/compiler": "~15.2.5",
"@angular/core": "~15.2.5",
"@angular/forms": "~15.2.5",
"@angular/localize": "~15.2.5",
"@angular/platform-browser": "~15.2.5",
"@angular/platform-browser-dynamic": "~15.2.5",
"@angular/router": "~15.2.5",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@angular/common": "~15.2.6",
"@angular/compiler": "~15.2.6",
"@angular/core": "~15.2.6",
"@angular/forms": "~15.2.6",
"@angular/localize": "~15.2.6",
"@angular/platform-browser": "~15.2.6",
"@angular/platform-browser-dynamic": "~15.2.6",
"@angular/router": "~15.2.6",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@ng-select/ng-select": "^10.0.4",
"@ngneat/dirty-check-forms": "^3.0.3",
"@popperjs/core": "^2.11.6",
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.2.3",
"file-saver": "^2.0.5",
"mime-names": "^1.0.0",
"ng2-pdf-viewer": "^9.1.2",
"ng2-pdf-viewer": "^9.1.4",
"ngx-color": "^8.0.3",
"ngx-cookie-service": "^15.0.0",
"ngx-file-drop": "^14.0.2",
"ngx-ui-tour-ng-bootstrap": "^12.0.0",
"ngx-file-drop": "^15.0.0",
"ngx-ui-tour-ng-bootstrap": "^12.6.0",
"rxjs": "^7.8.0",
"tslib": "^2.4.1",
"uuid": "^9.0.0",
"zone.js": "~0.12.0"
"uuid": "^9.0.0"
},
"devDependencies": {
"@angular-builders/jest": "15.0.0",
"@angular-devkit/build-angular": "~15.2.4",
"@angular-devkit/build-angular": "~15.2.5",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.2.4",
"@angular/compiler-cli": "~15.2.5",
"@types/jest": "28.1.6",
"@angular/cli": "~15.2.5",
"@angular/compiler-cli": "~15.2.6",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.54.0",
"concurrently": "7.4.0",
"eslint": "^8.31.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.2.2",
"jest-preset-angular": "^12.2.3",
"jest-environment-jsdom": "^29.5.0",
"jest-preset-angular": "^12.2.6",
"ts-node": "~10.9.1",
"typescript": "~4.8.4",
"wait-on": "~6.0.1"
"wait-on": "^7.0.1",
"zone.js": "^0.13.0"
},
"optionalDependencies": {
"@cypress/schematic": "^2.1.1",
"cypress": "~10.9.0"
"cypress": "^12.9.0"
}
}