diff --git a/package-lock.json b/package-lock.json index 2b74d51..bb598c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@acrodata/code-editor": "^0.5.1", - "@angular/animations": "^20.1.6", + "@angular/animations": "^20.3.2", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", "@angular/core": "^20.1.6", @@ -437,9 +437,10 @@ } }, "node_modules/@angular/animations": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.6.tgz", - "integrity": "sha512-vSU0BP0BzX20HoCE81MKcr9cd6H9zB1qbCNk2J1ulH1C9rXs5ZpeORy+riIJTOZDYLtE0jCsXT3pvVb+nPmADQ==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.2.tgz", + "integrity": "sha512-za7onSElEUbaI9iS8j7nKf8FjyvVng6wFsb2ZuHxr71dMgnYkqPfMu0KMP+mkZ3yUVc//7SllXcSkGBHShyCcw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -447,8 +448,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.6", - "@angular/core": "20.1.6" + "@angular/core": "20.3.2" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 2f57670..e0d6057 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@acrodata/code-editor": "^0.5.1", - "@angular/animations": "^20.1.6", + "@angular/animations": "^20.3.2", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", "@angular/core": "^20.1.6",