From c744be43d1ab1c65163d7c844707c625dbbfc3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 13:16:28 +0000 Subject: [PATCH] Bump @angular/core and @angular/animations Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together. Updates `@angular/core` from 13.2.1 to 13.2.2 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.2.2/packages/core) Updates `@angular/animations` from 13.2.1 to 13.2.2 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.2.2/packages/animations) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@angular/animations" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 88354ee37..da7c495d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,12 +19,12 @@ }, "devDependencies": { "@angular-devkit/build-angular": "13.2.1", - "@angular/animations": "13.2.1", + "@angular/animations": "13.2.2", "@angular/cli": "13.2.1", "@angular/common": "13.2.1", "@angular/compiler": "13.2.1", "@angular/compiler-cli": "13.2.1", - "@angular/core": "13.2.1", + "@angular/core": "13.2.2", "@angular/forms": "13.2.1", "@angular/platform-browser": "13.2.1", "@angular/platform-browser-dynamic": "13.2.1", @@ -366,9 +366,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", - "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", + "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -377,7 +377,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.1" + "@angular/core": "13.2.2" } }, "node_modules/@angular/cli": { @@ -475,9 +475,9 @@ } }, "node_modules/@angular/core": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.1.tgz", - "integrity": "sha512-+V/ZUuMqXDXM5Moo9wWbkM9O55POqAyP0oECoYvVStCDLDXGfWGOSysJIbsp07dsoEx8/kmKWV7Q7ZdHMTVvJg==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.2.tgz", + "integrity": "sha512-zpctw0BxIVOsRFnckchK15SD1L8tzhf5GzwIDaM6+VylDQj1uYkm8mvAjJTQZyUuApomoFet2Rfj7XQPV+cNSQ==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -16497,9 +16497,9 @@ } }, "@angular/animations": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", - "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", + "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", "dev": true, "requires": { "tslib": "^2.3.0" @@ -16569,9 +16569,9 @@ } }, "@angular/core": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.1.tgz", - "integrity": "sha512-+V/ZUuMqXDXM5Moo9wWbkM9O55POqAyP0oECoYvVStCDLDXGfWGOSysJIbsp07dsoEx8/kmKWV7Q7ZdHMTVvJg==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.2.tgz", + "integrity": "sha512-zpctw0BxIVOsRFnckchK15SD1L8tzhf5GzwIDaM6+VylDQj1uYkm8mvAjJTQZyUuApomoFet2Rfj7XQPV+cNSQ==", "dev": true, "requires": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 04ca3d22e..ce02696c4 100644 --- a/package.json +++ b/package.json @@ -66,12 +66,12 @@ }, "devDependencies": { "@angular-devkit/build-angular": "13.2.1", - "@angular/animations": "13.2.1", + "@angular/animations": "13.2.2", "@angular/cli": "13.2.1", "@angular/common": "13.2.1", "@angular/compiler": "13.2.1", "@angular/compiler-cli": "13.2.1", - "@angular/core": "13.2.1", + "@angular/core": "13.2.2", "@angular/forms": "13.2.1", "@angular/platform-browser": "13.2.1", "@angular/platform-browser-dynamic": "13.2.1",