From 7ff312c42144b686fec56a175b659f7856ea6964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:10:35 +0000 Subject: [PATCH] Bump @angular/core and @angular/animations (#2495) --- package-lock.json | 30 +++++++++++++++--------------- package.json | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a6632942..1368ea0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "2.2.0", "license": "Apache 2.0", "dependencies": { - "@angular/animations": "~13.0.3", + "@angular/animations": "~13.1.0", "@angular/cdk": "~13.0.0", "@angular/common": "~13.0.3", "@angular/compiler": "~13.0.3", - "@angular/core": "~13.0.3", + "@angular/core": "~13.1.0", "@angular/forms": "~13.0.3", "@angular/localize": "~13.0.3", "@angular/material": "~13.0.3", @@ -474,9 +474,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.0.3.tgz", - "integrity": "sha512-wGhUzbf8tOHwNx/8JK3RIUisunayENj1j7aSlm8yrBoawvNdgCQVESyZdtfHxHuScRSpzxSIWdMggZ4G4+DuFg==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.0.tgz", + "integrity": "sha512-YzbW24HNQQlVLLVMOWBUE8P+EtKBk+LtL7lj2Dn3OR2ZVj0/zINKN/IHSUVlkUBHfolmW42VUgi1o1fPURCUOg==", "dependencies": { "tslib": "^2.3.0" }, @@ -484,7 +484,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.0.3" + "@angular/core": "13.1.0" } }, "node_modules/@angular/cdk": { @@ -596,9 +596,9 @@ } }, "node_modules/@angular/core": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.0.3.tgz", - "integrity": "sha512-w8FngZBPrLw9kHftYy824C/wSBtLKCWvGU04qI6V9BCpxedf7cyOIhOzaL+4Pz/rwgvo+0Qn2uM1ssZ2+JUdvQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.1.0.tgz", + "integrity": "sha512-eW+8dqGUqVbuzmFdyjhwizzH1FF9Mey5tvRZqzDSG1nTzlMgzQfrF/R0NEuqJdxUyjDFXiO4NyhUivFQ65CsdA==", "dependencies": { "tslib": "^2.3.0" }, @@ -17849,9 +17849,9 @@ } }, "@angular/animations": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.0.3.tgz", - "integrity": "sha512-wGhUzbf8tOHwNx/8JK3RIUisunayENj1j7aSlm8yrBoawvNdgCQVESyZdtfHxHuScRSpzxSIWdMggZ4G4+DuFg==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.0.tgz", + "integrity": "sha512-YzbW24HNQQlVLLVMOWBUE8P+EtKBk+LtL7lj2Dn3OR2ZVj0/zINKN/IHSUVlkUBHfolmW42VUgi1o1fPURCUOg==", "requires": { "tslib": "^2.3.0" } @@ -17927,9 +17927,9 @@ } }, "@angular/core": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.0.3.tgz", - "integrity": "sha512-w8FngZBPrLw9kHftYy824C/wSBtLKCWvGU04qI6V9BCpxedf7cyOIhOzaL+4Pz/rwgvo+0Qn2uM1ssZ2+JUdvQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.1.0.tgz", + "integrity": "sha512-eW+8dqGUqVbuzmFdyjhwizzH1FF9Mey5tvRZqzDSG1nTzlMgzQfrF/R0NEuqJdxUyjDFXiO4NyhUivFQ65CsdA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 67a2e6cdc..28917ab53 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,11 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.0.3", + "@angular/animations": "~13.1.0", "@angular/cdk": "~13.0.0", "@angular/common": "~13.0.3", "@angular/compiler": "~13.0.3", - "@angular/core": "~13.0.3", + "@angular/core": "~13.1.0", "@angular/forms": "~13.0.3", "@angular/localize": "~13.0.3", "@angular/material": "~13.0.3",