mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Bump @angular/platform-browser from 15.2.5 to 15.2.6 in /src-ui
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 15.2.5 to 15.2.6. - [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.6/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e6cf5a5984
commit
e512e658e6
44
src-ui/package-lock.json
generated
44
src-ui/package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
"@angular/core": "~15.2.5",
|
||||
"@angular/forms": "~15.2.5",
|
||||
"@angular/localize": "~15.2.5",
|
||||
"@angular/platform-browser": "~15.2.5",
|
||||
"@angular/platform-browser": "~15.2.6",
|
||||
"@angular/platform-browser-dynamic": "~15.2.5",
|
||||
"@angular/router": "~15.2.5",
|
||||
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
|
||||
@ -925,9 +925,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/platform-browser": {
|
||||
"version": "15.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.5.tgz",
|
||||
"integrity": "sha512-D19HL3UsvPX4s8yC4C4gphTNyQU75VuzcyGZ+6y1o1SQbVjF6UwSrztmb//4MCkpclb+avv669z5AEiTuBTnVQ==",
|
||||
"version": "15.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.6.tgz",
|
||||
"integrity": "sha512-8afckDEWfYf+cyxs2SboZBJkiCwFgYE8IH24RUW1t3zLC+wfrTr7UEfrCoD4YJRVJdqnPoRWN5gjz98n3n4zsA==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
@ -935,9 +935,9 @@
|
||||
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/animations": "15.2.5",
|
||||
"@angular/common": "15.2.5",
|
||||
"@angular/core": "15.2.5"
|
||||
"@angular/animations": "15.2.6",
|
||||
"@angular/common": "15.2.6",
|
||||
"@angular/core": "15.2.6"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@angular/animations": {
|
||||
@ -14256,21 +14256,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",
|
||||
@ -14286,6 +14271,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",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"@angular/core": "~15.2.5",
|
||||
"@angular/forms": "~15.2.5",
|
||||
"@angular/localize": "~15.2.5",
|
||||
"@angular/platform-browser": "~15.2.5",
|
||||
"@angular/platform-browser": "~15.2.6",
|
||||
"@angular/platform-browser-dynamic": "~15.2.5",
|
||||
"@angular/router": "~15.2.5",
|
||||
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user