From a33acb7102ce6cc47c57f1c555a8d07bf6a285b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:36:06 +0000 Subject: [PATCH] chore:(deps-dev): bump ng-mocks from 13.1.1 to 13.2.0 Bumps [ng-mocks](https://github.com/ike18t/ng-mocks) from 13.1.1 to 13.2.0. - [Release notes](https://github.com/ike18t/ng-mocks/releases) - [Changelog](https://github.com/ike18t/ng-mocks/blob/master/CHANGELOG.md) - [Commits](https://github.com/ike18t/ng-mocks/compare/v13.1.1...v13.2.0) --- updated-dependencies: - dependency-name: ng-mocks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02699adbe..0fe7d86cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "jest-junit": "^13.0.0", "jest-preset-angular": "^8.4.0", "lodash": "^4.17.21", - "ng-mocks": "^13.1.1", + "ng-mocks": "^13.2.0", "ng-packagr": "^12.2.5", "prettier": "^2.2.1", "pretty-quick": "^3.1.3", @@ -21322,9 +21322,9 @@ "dev": true }, "node_modules/ng-mocks": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-13.1.1.tgz", - "integrity": "sha512-LYi/1ccDwHKLwi4/hvUsmxBDeQ+n8BTdg5f1ujCDCO7OM9OVnqkQcRlBHHK+5iFtEn/aqa2QG3xU/qwIhnaL4w==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-13.2.0.tgz", + "integrity": "sha512-Wt8KZm0WUBpdt0ByXT8z7bcfqpXsIn7BU4QMkJTQavq92XGy4Jv34Go24ZHsH7r6M9lohbt92i40Lm0F51S0yg==", "dev": true, "peerDependencies": { "@angular/common": "5.0.0-alpha - 5 || 6.0.0-alpha - 6 || 7.0.0-alpha - 7 || 8.0.0-alpha - 8 || 9.0.0-alpha - 9 || 10.0.0-alpha - 10 || 11.0.0-alpha - 11 || 12.0.0-alpha - 12 || 13.0.0-alpha - 13 || 14.0.0-alpha - 14", @@ -47285,9 +47285,9 @@ "dev": true }, "ng-mocks": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-13.1.1.tgz", - "integrity": "sha512-LYi/1ccDwHKLwi4/hvUsmxBDeQ+n8BTdg5f1ujCDCO7OM9OVnqkQcRlBHHK+5iFtEn/aqa2QG3xU/qwIhnaL4w==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-13.2.0.tgz", + "integrity": "sha512-Wt8KZm0WUBpdt0ByXT8z7bcfqpXsIn7BU4QMkJTQavq92XGy4Jv34Go24ZHsH7r6M9lohbt92i40Lm0F51S0yg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 6bcf563ea..73b5bac8b 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "jest-junit": "^13.0.0", "jest-preset-angular": "^8.4.0", "lodash": "^4.17.21", - "ng-mocks": "^13.1.1", + "ng-mocks": "^13.2.0", "ng-packagr": "^12.2.5", "prettier": "^2.2.1", "pretty-quick": "^3.1.3",