From f51aa2c42a2c8e695c2a83e81e524e7030dca598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:59:08 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli in /edc-policy-playground Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 16.2.10 to 16.2.11. - [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.11/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] --- edc-policy-playground/package-lock.json | 10 +++++----- edc-policy-playground/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index a51c33c4..225e157d 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -32,7 +32,7 @@ "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/cli": "~16.2.4", - "@angular/compiler-cli": "^16.2.10", + "@angular/compiler-cli": "^16.2.11", "@types/jasmine": "~5.1.1", "@types/node": "^20.8.4", "@typescript-eslint/eslint-plugin": "6.9.1", @@ -475,9 +475,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "16.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.10.tgz", - "integrity": "sha512-swgmtm4R23vQV9nJTXdDEFpOyIw3kz80mdT9qo3VId/2rqenOK253JsFypoqEj/fKzjV9gwXtTbmrMlhVyuyxw==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.11.tgz", + "integrity": "sha512-ZtZCXfkVBH78HUm2Byf+WX3Y6WzQK9EXYXNU/ni1rvSZ1vLNwieLDfWb/xwiO7QojrHZTym1RJ10jTMinTguqw==", "dev": true, "dependencies": { "@babel/core": "7.23.2", @@ -498,7 +498,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "16.2.10", + "@angular/compiler": "16.2.11", "typescript": ">=4.9.3 <5.2" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 46cbfbb7..d48f0e50 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -36,7 +36,7 @@ "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/cli": "~16.2.4", - "@angular/compiler-cli": "^16.2.10", + "@angular/compiler-cli": "^16.2.11", "@types/jasmine": "~5.1.1", "@types/node": "^20.8.4", "@typescript-eslint/eslint-plugin": "6.9.1",