diff --git a/package-lock.json b/package-lock.json index 31ea3b3..c8ea8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "tinymce-reactive-forms-demo", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", @@ -260,9 +260,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.3.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.4.tgz", - "integrity": "sha512-2nBgXRdTSVPZMueV6ZJjajDRucwJBLxwiVhGafk/nI5MJF0Yss/Jfp2Kfzk5Xw2AqGhz0rd00IyNNUQIzO2mlw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.12.tgz", + "integrity": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -270,7 +271,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.4" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index 3cf025a..5beeec8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0",