diff --git a/package-lock.json b/package-lock.json index d5f423d..6e6ea4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", @@ -20,8 +20,8 @@ "@angular/ssr": "^17.3.8", "express": "^4.21.1", "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "zone.js": "^0.14.7" + "tslib": "^2.6.3", + "zone.js": "~0.14.7" }, "devDependencies": { "@angular-devkit/build-angular": "^17.3.8", @@ -319,9 +319,10 @@ } }, "node_modules/@angular/common": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.10.tgz", - "integrity": "sha512-6SfD21M3LujymmZsZQIxAsV8Bj5u6He6ImZ+p2rr7FAhFxpVJyKldK8LCmJcFsBD4srpQcxEZ0iDxXvg+0ihAw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.12.tgz", + "integrity": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -329,7 +330,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.10", + "@angular/core": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index e25a9aa..3e62ff1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", + "@angular/common": "^17.3.12", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0",