From 564caeea077158b52af718962c5813c3356366a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:27:32 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 17.0.4 to 17.2.4 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.0.4 to 17.2.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/17.2.4/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2f7abf..90264ae 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.2.4", "@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.2.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.2.4.tgz", + "integrity": "sha512-ymzDHZPQWpBKVQ7lPZucU+vBSb70Re6y5TKzkOX7oYE8Z1+tiNGLvfmzGsO2/N0lvwyZWXjkdXYEDON2hIlZ1Q==", "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.2.4", "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.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz", + "integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==", "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.36.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", + "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index e7abaf0..52ddd6b 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.2.4", "@angular/compiler": "^17.0.4", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4",