From 21a51be40d66349474bb4206a947144d17c4ba42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:46:45 +0000 Subject: [PATCH] Bump @angular/compiler-cli from 16.2.4 to 16.2.7 in /graph-app Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 16.2.4 to 16.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/16.2.7/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graph-app/package-lock.json | 10 +++++----- graph-app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graph-app/package-lock.json b/graph-app/package-lock.json index 86fb326..4a67637 100644 --- a/graph-app/package-lock.json +++ b/graph-app/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^16.2.1", "@angular/cli": "~16.2.1", - "@angular/compiler-cli": "^16.2.4", + "@angular/compiler-cli": "^16.2.7", "@microsoft/microsoft-graph-types": "^2.38.0", "@types/jasmine": "~4.3.0", "jasmine-core": "^5.1.1", @@ -364,9 +364,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.4.tgz", - "integrity": "sha512-pm4GpmZVEbibnXPb8hcFSdORmtHGX9GqPle0X/ydXAExLfSg7BIgfeEb/nDuStu6U+96gBA2fjX3jnhmhgFh/Q==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.7.tgz", + "integrity": "sha512-aMAmSyurmvdKIcRpATfJPyTa0RYOylmXb7TI5TyDico9pUR7RAlreuW/1NUeIPWfZdPrPyoGOYGqukSuSnyrNA==", "dependencies": { "@babel/core": "7.22.5", "@jridgewell/sourcemap-codec": "^1.4.14", @@ -386,7 +386,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "16.2.4", + "@angular/compiler": "16.2.7", "typescript": ">=4.9.3 <5.2" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..d4c22b8 100644 --- a/graph-app/package.json +++ b/graph-app/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^16.2.1", "@angular/cli": "~16.2.1", - "@angular/compiler-cli": "^16.2.4", + "@angular/compiler-cli": "^16.2.7", "@microsoft/microsoft-graph-types": "^2.38.0", "@types/jasmine": "~4.3.0", "jasmine-core": "^5.1.1",