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",