Merge pull request #354 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/angular/animations-13.2.6

Bump @angular/animations from 13.2.5 to 13.2.6 in /src-ui
This commit is contained in:
shamoon 2022-03-14 16:02:20 -07:00 committed by GitHub
commit 0cb442c6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@
"name": "paperless-ui", "name": "paperless-ui",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "~13.2.4", "@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6", "@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",
@ -341,9 +341,9 @@
} }
}, },
"node_modules/@angular/animations": { "node_modules/@angular/animations": {
"version": "13.2.5", "version": "13.2.6",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.5.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.6.tgz",
"integrity": "sha512-1mGOePSDTiVwNIuV2g3+mUHrZJAkqJVzRKqKyNPXdwZupzVAgAfLbfUC07hhD/H53mXupIVugcUMFC3dvMu7uQ==", "integrity": "sha512-DrjpKo68uR3lSLQQXosoTCbjKQS6IKRCpR14E2t8fo0AX8i2hkB8je4SrhdCyB7FgFN7l2kgUYo4Qa8+BOB+aA==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@ -351,7 +351,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"
} }
}, },
"node_modules/@angular/cli": { "node_modules/@angular/cli": {
@ -13410,9 +13410,9 @@
} }
}, },
"@angular/animations": { "@angular/animations": {
"version": "13.2.5", "version": "13.2.6",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.5.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.6.tgz",
"integrity": "sha512-1mGOePSDTiVwNIuV2g3+mUHrZJAkqJVzRKqKyNPXdwZupzVAgAfLbfUC07hhD/H53mXupIVugcUMFC3dvMu7uQ==", "integrity": "sha512-DrjpKo68uR3lSLQQXosoTCbjKQS6IKRCpR14E2t8fo0AX8i2hkB8je4SrhdCyB7FgFN7l2kgUYo4Qa8+BOB+aA==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -11,7 +11,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.2.4", "@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6", "@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",