Bump @angular/common from 15.2.1 to 15.2.5 in /src-ui

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 15.2.1 to 15.2.5.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.5/packages/common)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-01 20:59:19 +00:00 committed by GitHub
parent 3c2bbf244d
commit a79045c064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

View File

@ -8,7 +8,7 @@
"name": "paperless-ui",
"version": "0.0.0",
"dependencies": {
"@angular/common": "~15.2.1",
"@angular/common": "~15.2.5",
"@angular/compiler": "~15.2.1",
"@angular/core": "~15.2.1",
"@angular/forms": "~15.2.1",
@ -734,9 +734,9 @@
}
},
"node_modules/@angular/common": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.1.tgz",
"integrity": "sha512-nGFrZXrxLMkFyK4VYHHH6+/Hq92BjVls6UWuG1UblkYzGqPpr7dRQZGOXzJc48sEG2WOeVhlhyK+0tHFFaG08g==",
"version": "15.2.5",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.5.tgz",
"integrity": "sha512-6Wl1ak96NZvnL8p0eVsxHhaddv0/qYq2pQniKaKBfL9MVOQtAe07sPUDEZ6w0ApkmV63Giu4zFakaQMsmvxU0Q==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -744,7 +744,7 @@
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/core": "15.2.1",
"@angular/core": "15.2.5",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
@ -14232,21 +14232,6 @@
"@angular/core": ">=14.0.0"
}
},
"node_modules/ngx-ui-tour-core": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-10.1.0.tgz",
"integrity": "sha512-fuVdvSj0N9nRTP88ZiAW6kK40hKOFgzTxmCB0dVCbXU9KZQZhaorY4GOvw0LRlePXDpp60Sl9+lCeY5jTz9m7Q==",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "^7.4.0",
"typescript": ">=3.8.0"
}
},
"node_modules/ngx-ui-tour-ng-bootstrap": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-12.1.0.tgz",
@ -14262,6 +14247,21 @@
"typescript": ">=3.8.0"
}
},
"node_modules/ngx-ui-tour-ng-bootstrap/node_modules/ngx-ui-tour-core": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-10.1.0.tgz",
"integrity": "sha512-fuVdvSj0N9nRTP88ZiAW6kK40hKOFgzTxmCB0dVCbXU9KZQZhaorY4GOvw0LRlePXDpp60Sl9+lCeY5jTz9m7Q==",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "^7.4.0",
"typescript": ">=3.8.0"
}
},
"node_modules/nice-napi": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz",

View File

@ -13,7 +13,7 @@
},
"private": true,
"dependencies": {
"@angular/common": "~15.2.1",
"@angular/common": "~15.2.5",
"@angular/compiler": "~15.2.1",
"@angular/core": "~15.2.1",
"@angular/forms": "~15.2.1",