diff --git a/package-lock.json b/package-lock.json index 5324764..b9e59ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "coolshapes", "version": "0.0.0", "dependencies": { - "@angular/animations": "^18.2.0", + "@angular/animations": "^19.2.5", "@angular/common": "^18.2.0", "@angular/compiler": "^18.2.0", "@angular/core": "^18.2.0", @@ -277,9 +277,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.1.tgz", - "integrity": "sha512-jit452yuE6DMVV09E6RAjgapgw64mMVH31ccpPvMDekzPsTuP3KNKtgRFU/k2DFhYJvyczM1AqqlgccE/JGaRw==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.5.tgz", + "integrity": "sha512-m4RtY3z1JuHFCh6OrOHxo25oKEigBDdR/XmdCfXIwfTiObZzNA7VQhysgdrb9IISO99kXbjZUYKDtLzgWT8Klg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -288,7 +288,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.1" + "@angular/common": "19.2.5", + "@angular/core": "19.2.5" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 7db2251..9518aac 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@angular/animations": "^18.2.0", + "@angular/animations": "^19.2.5", "@angular/common": "^18.2.0", "@angular/compiler": "^18.2.0", "@angular/core": "^18.2.0",