From fea3265417d1eab19065c27362f1522772ef44b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:20:13 +0000 Subject: [PATCH] build: bump @schematics/angular from 12.0.0-next.4 to 12.1.2 Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 12.0.0-next.4 to 12.1.2. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v12.0.0-next.4...v12.1.2) --- updated-dependencies: - dependency-name: "@schematics/angular" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6116d5ef087c..281c791d3f88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11,10 +11,10 @@ tslib "2.3.0" typescript "4.3.4" -"@angular-devkit/core@12.1.0", "@angular-devkit/core@^12.1.0": - version "12.1.0" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.1.0.tgz#d00a50ede9441ea225284238a3f96fd1a206f928" - integrity sha512-y6q/hn9/j6LwNgDzTBXe5pTXouU7nuc3KZFq3JwfTdo4yTIxN1Rdv9+zfzDkzEcYtyFoqLqqskQFme/DqdbEZw== +"@angular-devkit/core@12.1.2", "@angular-devkit/core@^12.1.0": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.1.2.tgz#6fd1a49752f16df7a83d0549947cadb2a72c69f9" + integrity sha512-TeaRbvsNEeAkRJcIBlT6yUNh0vaVVBGBYfXYFIMg/I04ex/HI0ApEowu78GeTzCqlE0r4t+WaGT46m7+NIljKg== dependencies: ajv "8.6.0" ajv-formats "2.1.0" @@ -23,12 +23,12 @@ rxjs "6.6.7" source-map "0.7.3" -"@angular-devkit/schematics@12.1.0", "@angular-devkit/schematics@^12.1.0": - version "12.1.0" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.1.0.tgz#b559e0a07059b72efc8739a47a8d3ec043737303" - integrity sha512-KlE1fnvqWItt9dYCaQ89b9WoqFvOK64kemCLGGx49CllQ3con1lwXW2iauzT/29UoK1rSzvTVMvTJcDQOJ7isQ== +"@angular-devkit/schematics@12.1.2", "@angular-devkit/schematics@^12.1.0": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.1.2.tgz#25d97d28f70876d9f43ab32d6d324297e2a6196b" + integrity sha512-/UGcAJChq+g7wf46Exr5iIyuVw3j4TxTIntTpuKg/z/xf9Y+8mzJAZgGittu/yFcHAJ9aYcOHctffrfEdV7QSA== dependencies: - "@angular-devkit/core" "12.1.0" + "@angular-devkit/core" "12.1.2" ora "5.4.1" rxjs "6.6.7" @@ -2145,12 +2145,12 @@ colors "~1.2.1" "@schematics/angular@^12.1.0": - version "12.1.0" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.1.0.tgz#5c339b95dc77e8cdd17240968c0f19a3b2086285" - integrity sha512-BUCBiW+DQsOofSs4TE26M2OhlS0g9Mdyd0xWF4FD2Ab3xwQgkV1gogZgCl9dZtNfiimYebdM9LOeHqYWmvqCdw== + version "12.1.2" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.1.2.tgz#56cef0a6308641503667d08e9b64f01463e44d92" + integrity sha512-nnFPp9uHLinP05r9TFsWT+fwlbwbLHg3yzJr+0aIOX1OsZQFV8hblEFEqdzFQJyx1uGMp4nvBHvCUlYv9GVQLg== dependencies: - "@angular-devkit/core" "12.1.0" - "@angular-devkit/schematics" "12.1.0" + "@angular-devkit/core" "12.1.2" + "@angular-devkit/schematics" "12.1.2" jsonc-parser "3.0.0" "@sindresorhus/is@^0.14.0":