mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #352 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/angular/common-13.2.6
Bump @angular/common from 13.2.5 to 13.2.6 in /src-ui
This commit is contained in:
commit
2270aefdee
16
src-ui/package-lock.json
generated
16
src-ui/package-lock.json
generated
@ -9,7 +9,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~13.2.4",
|
"@angular/animations": "~13.2.4",
|
||||||
"@angular/common": "~13.2.5",
|
"@angular/common": "~13.2.6",
|
||||||
"@angular/compiler": "~13.2.4",
|
"@angular/compiler": "~13.2.4",
|
||||||
"@angular/core": "~13.2.4",
|
"@angular/core": "~13.2.4",
|
||||||
"@angular/forms": "~13.2.6",
|
"@angular/forms": "~13.2.6",
|
||||||
@ -391,9 +391,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@angular/common": {
|
"node_modules/@angular/common": {
|
||||||
"version": "13.2.5",
|
"version": "13.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.6.tgz",
|
||||||
"integrity": "sha512-px2qZP8Fd2qYbCVWmgLmop2OBQ/LKU2Oq8U/La2EEo8kgVuNWNTxmIh826cgZK/v9VQw8b/EoU7PeEjSWz0Zow==",
|
"integrity": "sha512-t4XRb9db4UeRcPs5aHNtGuXRKSvGBlTEr0zzSeoKzHD9TCaO4dSDISh9obS9hThaPuBmPKRUHN5KE1HFmqnSHg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
@ -401,7 +401,7 @@
|
|||||||
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
|
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/core": "13.2.5",
|
"@angular/core": "13.2.6",
|
||||||
"rxjs": "^6.5.3 || ^7.4.0"
|
"rxjs": "^6.5.3 || ^7.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -13445,9 +13445,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/common": {
|
"@angular/common": {
|
||||||
"version": "13.2.5",
|
"version": "13.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.6.tgz",
|
||||||
"integrity": "sha512-px2qZP8Fd2qYbCVWmgLmop2OBQ/LKU2Oq8U/La2EEo8kgVuNWNTxmIh826cgZK/v9VQw8b/EoU7PeEjSWz0Zow==",
|
"integrity": "sha512-t4XRb9db4UeRcPs5aHNtGuXRKSvGBlTEr0zzSeoKzHD9TCaO4dSDISh9obS9hThaPuBmPKRUHN5KE1HFmqnSHg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~13.2.4",
|
"@angular/animations": "~13.2.4",
|
||||||
"@angular/common": "~13.2.5",
|
"@angular/common": "~13.2.6",
|
||||||
"@angular/compiler": "~13.2.4",
|
"@angular/compiler": "~13.2.4",
|
||||||
"@angular/core": "~13.2.4",
|
"@angular/core": "~13.2.4",
|
||||||
"@angular/forms": "~13.2.6",
|
"@angular/forms": "~13.2.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user