diff --git a/package-lock.json b/package-lock.json index c1198c0727..13912c997e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/forms": "~13.2.0", "@angular/localize": "~13.0.3", "@angular/material": "~13.2.0", - "@angular/platform-browser": "~13.2.0", + "@angular/platform-browser": "~13.2.1", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", "@fortawesome/angular-fontawesome": "~0.10.1", @@ -374,9 +374,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.0.tgz", - "integrity": "sha512-zLmNxkfxDQShJ97V9gTyQdlEbCD/zDUdpHXKlUViBIbe2M13FLGV3e2D+x9jGr/PRzFe0cukOnYxNEHJqqjqPA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", + "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", "dependencies": { "tslib": "^2.3.0" }, @@ -384,7 +384,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.0" + "@angular/core": "13.2.1" } }, "node_modules/@angular/cdk": { @@ -621,9 +621,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.0.tgz", - "integrity": "sha512-FB9eKdRqpjopTFbea5JXnqSPFR7DZD4nepOSGnYttV9cVj4pABqx2A6FJCnyvPPUSTamODye/pNkGmzP2P1gcw==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.1.tgz", + "integrity": "sha512-9idmGsWqLMhslMnG6+GojNO7L2IRM0DOeUlTo/x28zTedg6f7j2wRJ+ZxfTVRhf75Y3NXOjJ0bfKnLkHOzA+Aw==", "dependencies": { "tslib": "^2.3.0" }, @@ -631,9 +631,9 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/animations": "13.2.0", - "@angular/common": "13.2.0", - "@angular/core": "13.2.0" + "@angular/animations": "13.2.1", + "@angular/common": "13.2.1", + "@angular/core": "13.2.1" }, "peerDependenciesMeta": { "@angular/animations": { @@ -16545,9 +16545,9 @@ } }, "@angular/animations": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.0.tgz", - "integrity": "sha512-zLmNxkfxDQShJ97V9gTyQdlEbCD/zDUdpHXKlUViBIbe2M13FLGV3e2D+x9jGr/PRzFe0cukOnYxNEHJqqjqPA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", + "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", "requires": { "tslib": "^2.3.0" } @@ -16697,9 +16697,9 @@ } }, "@angular/platform-browser": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.0.tgz", - "integrity": "sha512-FB9eKdRqpjopTFbea5JXnqSPFR7DZD4nepOSGnYttV9cVj4pABqx2A6FJCnyvPPUSTamODye/pNkGmzP2P1gcw==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.2.1.tgz", + "integrity": "sha512-9idmGsWqLMhslMnG6+GojNO7L2IRM0DOeUlTo/x28zTedg6f7j2wRJ+ZxfTVRhf75Y3NXOjJ0bfKnLkHOzA+Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index a373fe47b0..02a70adb14 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@angular/forms": "~13.2.0", "@angular/localize": "~13.0.3", "@angular/material": "~13.2.0", - "@angular/platform-browser": "~13.2.0", + "@angular/platform-browser": "~13.2.1", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", "@fortawesome/angular-fontawesome": "~0.10.1",