From b60e09532f558772c61d6fa1c5aadf2e192cd7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:23:51 +0200 Subject: [PATCH] Bump ng-mocks from 14.7.2 to 14.8.0 (#8458) Bumps [ng-mocks](https://github.com/help-me-mom/ng-mocks) from 14.7.2 to 14.8.0. - [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/v14.7.2...v14.8.0) --- updated-dependencies: - dependency-name: ng-mocks dependency-type: direct:development update-type: version-update:semver-minor ... 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 e581ad5e4a..8b8a06926a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34792,9 +34792,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "ng-mocks": { - "version": "14.7.2", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.7.2.tgz", - "integrity": "sha512-AzGDWed14IgamsTmBp6RG6eg+WU/9BIiDANSmtHgmZzg7P3pz5SkuHjpgVFOgDP/U7YOMD1F9uilXL42+0EWAQ==", + "version": "14.8.0", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.8.0.tgz", + "integrity": "sha512-bL1qi96/XuwjZijr4lE4R6NHlgeMivLYiCzrzWFh3x93JHeZf2jDLfOsm7BUIQHwXTYODPHyGvnCadEb44k4Rg==", "dev": true }, "ng-packagr": { diff --git a/package.json b/package.json index c8fdc79134..2c975eae8f 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "lite-server": "^2.6.1", "mini-css-extract-plugin": "^1.6.0", "nconf": "^0.12.0", - "ng-mocks": "^14.7.2", + "ng-mocks": "^14.8.0", "ng-packagr": "14.0.3", "nx": "14.4.2", "postcss": "^8.4.5",