diff --git a/package-lock.json b/package-lock.json index e2f7abf..9ce9f42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^17.0.4", - "@angular/common": "^17.0.4", + "@angular/common": "^17.3.9", "@angular/compiler": "^17.0.4", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", @@ -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", @@ -578,9 +578,9 @@ } }, "node_modules/@angular/common": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.4.tgz", - "integrity": "sha512-/y38PbuiaWOuOmP5ZELTlJSjZGijc6Nq2XQloT5pKsaH935prxPjyWazwlY6cUnJMQgSRU644/ULosDJec7Zxw==", + "version": "17.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.9.tgz", + "integrity": "sha512-tH1VfbAvNVaz6ZYa+q0DiKtbmUql1jK/3q/af74B8nVjKLHcXVWwxvBayqvrmlUt7FGANGkETIcCWrB44k47Ug==", "dependencies": { "tslib": "^2.3.0" }, @@ -588,7 +588,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.4", + "@angular/core": "17.3.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -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.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz", + "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index e7abaf0..0870c20 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "private": true, "dependencies": { "@angular/animations": "^17.0.4", - "@angular/common": "^17.0.4", + "@angular/common": "^17.3.9", "@angular/compiler": "^17.0.4", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4",