From 9b4665b56581b35861b6444cc574301dda4896c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:05:48 +0000 Subject: [PATCH] chore(deps-dev): bump @ngneat/spectator from 16.0.0 to 18.0.2 Bumps [@ngneat/spectator](https://github.com/ngneat/spectator) from 16.0.0 to 18.0.2. - [Changelog](https://github.com/ngneat/spectator/blob/master/CHANGELOG.md) - [Commits](https://github.com/ngneat/spectator/compare/v16.0.0...v18.0.2) --- updated-dependencies: - dependency-name: "@ngneat/spectator" dependency-type: direct:development update-type: version-update:semver-major ... 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 a9464520..79ac3036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@angular/compiler-cli": "~17.3.7", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.2", - "@ngneat/spectator": "^16.0.0", + "@ngneat/spectator": "^18.0.2", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", "@typescript-eslint/eslint-plugin": "^7.0.1", @@ -5521,9 +5521,9 @@ } }, "node_modules/@ngneat/spectator": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-16.0.0.tgz", - "integrity": "sha512-AKo8WYnu0Vl2HEBciw6LUOe114oNsBRPUwqaVIvVtZTJdfecEEI2ools6vLCeEm/MSuPeZapbTmPeV06TfK3uA==", + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-18.0.2.tgz", + "integrity": "sha512-DB/do7z7IPIWEukOTWR8Pvp6TLtrkbbQ6SvAvWWQhU3YbI0uqmy3eahrkEuq5OW/J6bzfvmwJPkXxEKEhYMHXw==", "dev": true, "dependencies": { "@testing-library/dom": "^8.11.0", @@ -5532,9 +5532,9 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@angular/animations": ">= 17.0.0", - "@angular/common": ">= 17.0.0", - "@angular/router": ">= 17.0.0" + "@angular/animations": ">= 17.3.0", + "@angular/common": ">= 17.3.0", + "@angular/router": ">= 17.3.0" } }, "node_modules/@ngtools/webpack": { diff --git a/package.json b/package.json index 66d4d904..67964d14 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@angular/compiler-cli": "~17.3.7", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.2", - "@ngneat/spectator": "^16.0.0", + "@ngneat/spectator": "^18.0.2", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", "@typescript-eslint/eslint-plugin": "^7.0.1",