From 2cb0c7b297d246f2677994ce641beea5698d009a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:25:36 +0000 Subject: [PATCH] Bump @angular/common from 19.2.0 to 20.0.6 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.0 to 20.0.6. - [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/20.0.6/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.0.6 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 2e33119..2d3a1ad 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "yargs": "^17.5.1" }, "devDependencies": { - "@angular/common": "^19.0.5", + "@angular/common": "^20.0.6", "@babel/core": "7.28.0", "@types/babel__code-frame": "^7.0.3", "@types/react-modal": "3.16.0", diff --git a/yarn.lock b/yarn.lock index 5f6350d..2906d61 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@^19.0.5": - version "19.2.0" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-19.2.0.tgz#2f830d18ee96f2e1b723ec6f19eedcfd0bc97970" - integrity sha512-dm8PR94QY3DucXxltdV5p2Yxyr5bfPlmjOElwLhiTvxWbwCZJTVhPc8dw0TCKzCEu+tKafT48u4BLIB34a0A/g== +"@angular/common@^20.0.6": + version "20.0.6" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.0.6.tgz#b123bf7ad10932c0dd265df7f090fbdf0a8cef62" + integrity sha512-NRsq2gI4CH8nEy8yEZFySEmZ4U+1Y1yGzdIFubrKmtE2NXxR4KFGvQCkBLCLh6hNQXQx+Soe126bqByA6oIaFw== dependencies: tslib "^2.3.0"