From 23b80dc3e3a8cb339f256bb4317da56df87372c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:53:57 +0000 Subject: [PATCH] build(deps): bump @angular/core from 15.2.0 to 17.3.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 15.2.0 to 17.3.1. - [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.3.1/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8493376..52152e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^15.2.0", "@angular/common": "^15.2.0", "@angular/compiler": "^15.2.0", - "@angular/core": "^15.2.0", + "@angular/core": "^17.3.1", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.0", "@angular/platform-browser": "^15.2.0", @@ -758,18 +758,18 @@ } }, "node_modules/@angular/core": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz", - "integrity": "sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.1.tgz", + "integrity": "sha512-Qf3/sgkXS1LHwOTtqAVYprySrn0YpPIZqerPc0tK+hyQfwAz5BQlpcBhbH8RWKlfCY8eO0cqo/j0+e8DQOgYfg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4 || ~0.12.0" + "zone.js": "~0.14.0" } }, "node_modules/@angular/forms": { @@ -24502,9 +24502,9 @@ } }, "@angular/core": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz", - "integrity": "sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.1.tgz", + "integrity": "sha512-Qf3/sgkXS1LHwOTtqAVYprySrn0YpPIZqerPc0tK+hyQfwAz5BQlpcBhbH8RWKlfCY8eO0cqo/j0+e8DQOgYfg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 28be8de..77e8d8a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/cdk": "^15.2.0", "@angular/common": "^15.2.0", "@angular/compiler": "^15.2.0", - "@angular/core": "^15.2.0", + "@angular/core": "^17.3.1", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.0", "@angular/platform-browser": "^15.2.0",