diff --git a/package-lock.json b/package-lock.json index e2f7abf..2d0085b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", "@angular/localize": "^17.0.4", - "@angular/platform-browser": "^17.0.4", + "@angular/platform-browser": "^17.3.8", "@angular/platform-browser-dynamic": "^17.0.4", "@angular/router": "^17.0.4", "@ng-bootstrap/ng-bootstrap": "^16.0.0", @@ -32,7 +32,7 @@ "@commitlint/cli": "15.0.0", "@commitlint/config-angular": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", - "@ngneat/spectator": "latest", + "@ngneat/spectator": "*", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.3", "@types/node": "^16.11.11", @@ -461,9 +461,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.4.tgz", - "integrity": "sha512-XHkTBZAoYf1t4Hb06RkYa6cgtjEA5JGq1ArXu/DckOS6G/ZuY+dwWULEmaf9ejJem8O78ol223ZQ5d7sXqpixQ==", + "version": "17.3.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.8.tgz", + "integrity": "sha512-ywT3dH0yZeAlo+Vu/6RpRozxzTbu4Bwqky6RgNfk/UMoyXZ5UiFStszDqO/HAyBGGCDHagm1XJkgsNZcStWq8A==", "dependencies": { "tslib": "^2.3.0" }, @@ -471,7 +471,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.4" + "@angular/core": "17.3.8" } }, "node_modules/@angular/cli": { @@ -693,9 +693,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.4.tgz", - "integrity": "sha512-lApUzVPfCEz/4aot77qzWUNg7yQgT0JSzy3BrBm95+2TbgH894J9Fswhig0sEN9jxGSkc3A5Yp5fs1HJcPqUiw==", + "version": "17.3.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.8.tgz", + "integrity": "sha512-UMGSV3TdJqMtf2xvhbW6fx8TKJLOoHQgFxohhy3y8GvxHBu+PUyrwhovb7r03bs+muY6u4ygGCMm7Mt1TFVwfQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -703,9 +703,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/animations": "17.0.4", - "@angular/common": "17.0.4", - "@angular/core": "17.0.4" + "@angular/animations": "17.3.8", + "@angular/common": "17.3.8", + "@angular/core": "17.3.8" }, "peerDependenciesMeta": { "@angular/animations": { @@ -2401,9 +2401,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.4.tgz", - "integrity": "sha512-zQyB4MJGM+rvd4pM58n26kf3xbiitw9MHzL8oLiBMKb8MCtVDfV5nDzzJWWzLMtbvKI9wN6XwJYl479qF4JluQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.5.tgz", + "integrity": "sha512-GWO0mgzNMLWaSYM4z4NVIuY0Cd1fl8cPnuetuddu5w/qGuvt5Y7oUi/kvvQGK9xgOkFJDQX2heIvTRn/OQ1XTg==", "dependencies": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" @@ -7825,9 +7825,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.33.3", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.3.tgz", - "integrity": "sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.0.tgz", + "integrity": "sha512-d3BrpyFr5eD4KcbRvQ3FTUx/KWmaDesr7+a3+1+P46IUnNoEt+oiLijPINZMEon7w9oGkIINWxrBAU9DEciwFQ==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index e7abaf0..bd74102 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", "@angular/localize": "^17.0.4", - "@angular/platform-browser": "^17.0.4", + "@angular/platform-browser": "^17.3.8", "@angular/platform-browser-dynamic": "^17.0.4", "@angular/router": "^17.0.4", "@ng-bootstrap/ng-bootstrap": "^16.0.0",