diff --git a/package-lock.json b/package-lock.json index d5f423d..3cbe8f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", + "@angular/core": "^17.3.12", "@angular/forms": "^17.3.0", "@angular/platform-browser": "^17.3.0", "@angular/platform-browser-dynamic": "^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", @@ -426,9 +426,10 @@ } }, "node_modules/@angular/core": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.10.tgz", - "integrity": "sha512-ocEKu7X0yFCOvgJn1uZy76qjhsjKvULrO1k/BuIX0nwhp61DTGYTvCqKmwCBLM8/gvcKYH5vMKMHoQKtiSGE0A==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.12.tgz", + "integrity": "sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -2988,6 +2989,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz", "integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index e25a9aa..c034edc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", + "@angular/core": "^17.3.12", "@angular/forms": "^17.3.0", "@angular/platform-browser": "^17.3.0", "@angular/platform-browser-dynamic": "^17.3.0",