From 1b48ce6d6c332e3d8558ed2b392038a2a104d960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:38:26 +0100 Subject: [PATCH] Bump ng-mocks from 10.5.4 to 14.2.3 (#7876) Bumps [ng-mocks](https://github.com/help-me-mom/ng-mocks) from 10.5.4 to 14.2.3. - [Release notes](https://github.com/help-me-mom/ng-mocks/releases) - [Changelog](https://github.com/help-me-mom/ng-mocks/blob/master/CHANGELOG.md) - [Commits](https://github.com/help-me-mom/ng-mocks/compare/v10.5.4...v14.2.3) --- updated-dependencies: - dependency-name: ng-mocks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 261f898972..32102337ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35511,9 +35511,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "ng-mocks": { - "version": "10.5.4", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-10.5.4.tgz", - "integrity": "sha512-NeuvW1XeIAdwxtepWusqiHM5L/BfjWB4mvBxLmyo41pUaFRw41KuQdxxVVO6hXvvHsvyQ9mSLdHrfCrLB86Hew==", + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.2.3.tgz", + "integrity": "sha512-WNNOtz8P05KJCvTGYUjqPJ/d1DdkVL1xtQFgUAoVIpa/SXxjCjq3LGGti9ZK4MWGrEZX6e1wUbAV+3mrywd93Q==", "dev": true }, "ng-packagr": { diff --git a/package.json b/package.json index 23798fac74..07d02a7332 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "lite-server": "^2.6.1", "mini-css-extract-plugin": "^1.6.0", "nconf": "^0.11.1", - "ng-mocks": "^10.5.4", + "ng-mocks": "^14.2.3", "ng-packagr": "14.0.3", "nx": "14.4.2", "postcss": "^8.4.5",