From 6b0619ef02906b739d9d4af7f9fc7092bc7e32c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:59:35 +0000 Subject: [PATCH] Bump @angular/core from 14.2.12 to 18.2.6 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 14.2.12 to 18.2.6. - [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/18.2.6/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../sfa-angular-quick-start/package-lock.json | 24 +++++++++---------- .../sfa-angular-quick-start/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package-lock.json b/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package-lock.json index 32d72def..f0309206 100644 --- a/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package-lock.json +++ b/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~14.2.7", "@angular/common": "~14.2.7", "@angular/compiler": "~14.2.7", - "@angular/core": "~14.2.7", + "@angular/core": "~18.2.6", "@angular/forms": "~14.2.7", "@angular/platform-browser": "~14.2.7", "@angular/platform-browser-dynamic": "~14.2.7", @@ -446,17 +446,18 @@ } }, "node_modules/@angular/core": { - "version": "14.2.12", - "license": "MIT", + "version": "18.2.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.6.tgz", + "integrity": "sha512-PjFad2j4YBwLVTw+0Te8CJCa/tV0W8caTHG8aOjj3ObdL6ihGI+FKnwerLc9RVzDFd14BOO4C6/+LbOQAh3Ltw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4 || ~0.12.0" + "zone.js": "~0.14.10" } }, "node_modules/@angular/forms": { @@ -3682,8 +3683,9 @@ }, "node_modules/@ngtools/webpack": { "version": "14.2.13", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.2.13.tgz", + "integrity": "sha512-RQx/rGX7K/+R55x1R6Ax1JzyeHi8cW11dEXpzHWipyuSpusQLUN53F02eMB4VTakXsL3mFNWWy4bX3/LSq8/9w==", "dev": true, - "license": "MIT", "engines": { "node": "^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -14249,12 +14251,10 @@ } }, "node_modules/zone.js": { - "version": "0.12.0", - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - } + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", + "peer": true } } } diff --git a/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package.json b/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package.json index c90e2b4a..ee452595 100644 --- a/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package.json +++ b/single-factor-auth-web/quick-starts/sfa-angular-quick-start/package.json @@ -15,7 +15,7 @@ "@angular/animations": "~14.2.7", "@angular/common": "~14.2.7", "@angular/compiler": "~14.2.7", - "@angular/core": "~14.2.7", + "@angular/core": "~18.2.6", "@angular/forms": "~14.2.7", "@angular/platform-browser": "~14.2.7", "@angular/platform-browser-dynamic": "~14.2.7",