From 39073fb53e2a39a03128380a373a63844774753b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:11:25 +0000 Subject: [PATCH] build(deps): bump @angular/core from 15.2.0 to 15.2.7 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 15.2.0 to 15.2.7. - [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/15.2.7/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8493376..6d0e6b7 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": "^15.2.7", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.0", "@angular/platform-browser": "^15.2.0", @@ -758,9 +758,9 @@ } }, "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": "15.2.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.7.tgz", + "integrity": "sha512-iS7JCJubRFqdndoUdAnvNkQRT3tY5tNFupBQS/sytkwxVrdBg+Is5jpdgk741n824vTMsE+CnuY0SETar8rN6g==", "dependencies": { "tslib": "^2.3.0" }, @@ -769,7 +769,7 @@ }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4 || ~0.12.0" + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.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": "15.2.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.7.tgz", + "integrity": "sha512-iS7JCJubRFqdndoUdAnvNkQRT3tY5tNFupBQS/sytkwxVrdBg+Is5jpdgk741n824vTMsE+CnuY0SETar8rN6g==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 28be8de..c4600be 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": "^15.2.7", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.0", "@angular/platform-browser": "^15.2.0",