diff --git a/package-lock.json b/package-lock.json index 451530d..9efc2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "MIT", "dependencies": { - "@angular/animations": "^20.3.9", + "@angular/animations": "^21.0.3", "@angular/cdk": "^20.2.11", "@angular/common": "^20.3.9", "@angular/compiler": "^20.3.9", @@ -714,9 +714,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.3.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.9.tgz", - "integrity": "sha512-ckpRdtRV16u96ULipXTF0ZTMSe3kBZL7+Q6OYi2AsNPlrO4CUhdM8XWH0CE2lZVDkg7XNstjswfikeH8UaQVTw==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.3.tgz", + "integrity": "sha512-iuf/ss/8nabJg4QgEVBQQ0LAiyjo+XYUjxcuvvUELKLVw6xc2W+3p4gsWJsBjyGeaYUfFtIg9atArzlt/XFU7g==", "license": "MIT", "peer": true, "dependencies": { @@ -726,7 +726,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.9" + "@angular/core": "21.0.3" } }, "node_modules/@angular/cdk": { @@ -780,9 +780,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", - "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", + "version": "20.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.9.tgz", + "integrity": "sha512-PgKEnv30TxvpfTJ3d4h5LEjUHpKSYcs3Rc4OvK7p5A7waBkXzfqCBmy54nomzfcf4dlEjb6wSoXxlJbR7Y34Iw==", "license": "MIT", "peer": true, "dependencies": { @@ -792,7 +792,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.14", + "@angular/core": "20.3.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3a2d150..5ae2eb4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "depcheck": "npx npm-check --update" }, "dependencies": { - "@angular/animations": "^20.3.9", + "@angular/animations": "^21.0.3", "@angular/cdk": "^20.2.11", "@angular/common": "^20.3.9", "@angular/compiler": "^20.3.9",