From 29fef56eea834a501015876fe2961aa347b97e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:24:24 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 18.1.4 to 18.2.0 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.1.4 to 18.2.0. - [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.0/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 2 +- panel/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d561f3f80..bcb1b1720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23736,7 +23736,7 @@ "dependencies": { "@angular/animations": "18.2.0", "@angular/cdk": "18.2.0", - "@angular/common": "18.1.4", + "@angular/common": "18.2.0", "@angular/compiler": "18.2.0", "@angular/core": "18.1.4", "@angular/forms": "18.2.0", diff --git a/panel/package.json b/panel/package.json index e59b2d00b..681774272 100644 --- a/panel/package.json +++ b/panel/package.json @@ -24,7 +24,7 @@ "moment": "2.30.1", "@angular/animations": "18.2.0", "@angular/cdk": "18.2.0", - "@angular/common": "18.1.4", + "@angular/common": "18.2.0", "@angular/compiler": "18.2.0", "@angular/core": "18.1.4", "@angular/forms": "18.2.0",