From 08376c32b51e7dfc0a87442b81c95633fa24d66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:21:14 +0000 Subject: [PATCH] Bump @angular/common from 18.2.0 to 19.0.5 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.2.0 to 19.0.5. - [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/19.0.5/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d06d09f..d7094b0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "yargs": "^17.5.1" }, "devDependencies": { - "@angular/common": "^18.0.0", + "@angular/common": "^19.0.5", "@babel/core": "7.26.0", "@types/babel__code-frame": "^7.0.3", "@types/react-modal": "3.16.0", diff --git a/yarn.lock b/yarn.lock index fc48e2d..fa287bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@angular/common@^18.0.0": - version "18.2.0" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.2.0.tgz#85069eff8f8d37918d6fffb1f3b9fde08a1b4f11" - integrity sha512-DELx/QYNqqjmiM+kE5PoVmyG4gPw5WB1bDDeg3hEuBCK3eS2KosgQH0/MQo3OSBZHOcAMFjfHMGqKgxndmYixQ== +"@angular/common@^19.0.5": + version "19.0.5" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-19.0.5.tgz#169c922112a9fcd07d6e8eae3a8ea2cb8a3e5fa3" + integrity sha512-fFK+euCj1AjBHBCpj9VnduMSeqoMRhZZHbhPYiND7tucRRJ8vwGU0sYK2KI/Ko+fsrNIXL/0O4F36jVPl09Smg== dependencies: tslib "^2.3.0"