From 5b4322d14900f19b08784ce154cda9186f05909f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 3 Jun 2022 04:25:56 +0000
Subject: [PATCH] Bump @angular/core from 10.0.4 to 11.0.5 in /ang-unit-testing

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.4 to 11.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/11.0.5/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 ang-unit-testing/package-lock.json | 21 ++++++++++++++++++---
 ang-unit-testing/package.json      |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/ang-unit-testing/package-lock.json b/ang-unit-testing/package-lock.json
index 36a5ae9..8c97be7 100644
--- a/ang-unit-testing/package-lock.json
+++ b/ang-unit-testing/package-lock.json
@@ -384,9 +384,9 @@
       }
     },
     "@angular/core": {
-      "version": "10.0.4",
-      "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.4.tgz",
-      "integrity": "sha512-lA8RDagJ/O0gUX95h00+nnUZs/1QmmhAVWVtHcuI12ueC836tJhLtPGnEx9ib9NXrgRyNwb8lO1xJPmmuQgdQQ==",
+      "version": "11.0.5",
+      "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz",
+      "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==",
       "requires": {
         "tslib": "^2.0.0"
       }
@@ -399,6 +399,21 @@
         "tslib": "^2.0.0"
       }
     },
+    "@angular/http": {
+      "version": "7.2.16",
+      "resolved": "https://registry.npmjs.org/@angular/http/-/http-7.2.16.tgz",
+      "integrity": "sha512-yvjbNyzFSmmz4UTjCdy5M8mk0cZqf9TvSf8yN5UVIwtw4joyuUdlgJCuin0qSbQOKIf/JjHoofpO2JkPCGSNww==",
+      "requires": {
+        "tslib": "^1.9.0"
+      },
+      "dependencies": {
+        "tslib": {
+          "version": "1.14.1",
+          "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
+          "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
+        }
+      }
+    },
     "@angular/platform-browser": {
       "version": "10.0.4",
       "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-10.0.4.tgz",
diff --git a/ang-unit-testing/package.json b/ang-unit-testing/package.json
index 44220ef..028dcf6 100644
--- a/ang-unit-testing/package.json
+++ b/ang-unit-testing/package.json
@@ -14,7 +14,7 @@
     "@angular/animations": "~10.0.4",
     "@angular/common": "~10.0.4",
     "@angular/compiler": "~10.0.4",
-    "@angular/core": "~10.0.4",
+    "@angular/core": "~11.0.5",
     "@angular/forms": "~10.0.4",
     "@angular/http": "^7.2.16",
     "@angular/platform-browser": "~10.0.4",