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

Bump @angular/platform-browser from 13.2.2 to 13.2.3 in /src-ui
This commit is contained in:
shamoon 2022-02-21 21:14:03 -08:00 committed by GitHub
commit 66bbf322c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -14,7 +14,7 @@
"@angular/core": "~13.2.2",
"@angular/forms": "~13.2.2",
"@angular/localize": "~13.2.2",
"@angular/platform-browser": "~13.2.2",
"@angular/platform-browser": "~13.2.3",
"@angular/platform-browser-dynamic": "~13.2.2",
"@angular/router": "~13.2.2",
"@ng-bootstrap/ng-bootstrap": "^12.0.0",
@ -352,9 +352,9 @@
"dev": true
},
"node_modules/@angular/animations": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz",
"integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.3.tgz",
"integrity": "sha512-HfNNpDMSf5Var2Ti/vrmy576Uyp68hRaSNdFxxO9OYG3qH/5ZYVAv5ixz8Wu4RE+Lmw9jjzEfpL0BvK6BYWa4g==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -362,7 +362,7 @@
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
},
"peerDependencies": {
"@angular/core": "13.2.2"
"@angular/core": "13.2.3"
}
},
"node_modules/@angular/cli": {
@ -629,9 +629,9 @@
}
},
"node_modules/@angular/platform-browser": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.2.tgz",
"integrity": "sha512-M7gWC8fFCPc/CRcHCzqe/j7WzwAUMeKt9vwlK633XnesHBoqZdYgbb3YHHc6WPVU0YI09Nb/Hm5sezEKmjUmPg==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.3.tgz",
"integrity": "sha512-kdV51osiEkW7hwwh7wQMy+9+e7lGFXQBnHVxIiyVQI1nKVfWykzc1Vt5oGw7zuBkkJat2Gs3Mq2lqaXMa2Xl1g==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -639,9 +639,9 @@
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
},
"peerDependencies": {
"@angular/animations": "13.2.2",
"@angular/common": "13.2.2",
"@angular/core": "13.2.2"
"@angular/animations": "13.2.3",
"@angular/common": "13.2.3",
"@angular/core": "13.2.3"
},
"peerDependenciesMeta": {
"@angular/animations": {
@ -13428,9 +13428,9 @@
}
},
"@angular/animations": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz",
"integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.3.tgz",
"integrity": "sha512-HfNNpDMSf5Var2Ti/vrmy576Uyp68hRaSNdFxxO9OYG3qH/5ZYVAv5ixz8Wu4RE+Lmw9jjzEfpL0BvK6BYWa4g==",
"requires": {
"tslib": "^2.3.0"
}
@ -13606,9 +13606,9 @@
}
},
"@angular/platform-browser": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.2.tgz",
"integrity": "sha512-M7gWC8fFCPc/CRcHCzqe/j7WzwAUMeKt9vwlK633XnesHBoqZdYgbb3YHHc6WPVU0YI09Nb/Hm5sezEKmjUmPg==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.3.tgz",
"integrity": "sha512-kdV51osiEkW7hwwh7wQMy+9+e7lGFXQBnHVxIiyVQI1nKVfWykzc1Vt5oGw7zuBkkJat2Gs3Mq2lqaXMa2Xl1g==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -17,7 +17,7 @@
"@angular/core": "~13.2.2",
"@angular/forms": "~13.2.2",
"@angular/localize": "~13.2.2",
"@angular/platform-browser": "~13.2.2",
"@angular/platform-browser": "~13.2.3",
"@angular/platform-browser-dynamic": "~13.2.2",
"@angular/router": "~13.2.2",
"@ng-bootstrap/ng-bootstrap": "^12.0.0",