From d47da3e823df462ee0ce4ee30ae1739dd16dbebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:37:59 +0000 Subject: [PATCH] chore: bump @ngneat/spectator from 6.1.1 to 6.1.2 Bumps [@ngneat/spectator](https://github.com/ngneat/spectator) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/ngneat/spectator/releases) - [Changelog](https://github.com/ngneat/spectator/blob/master/CHANGELOG.md) - [Commits](https://github.com/ngneat/spectator/compare/v6.1.1...v6.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0501efde..859c89b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2808,9 +2808,9 @@ } }, "@ngneat/spectator": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-6.1.1.tgz", - "integrity": "sha512-k7ecBqqYMLEXFvm/UddCQog65ZyXlRa2v/eBLFS18KdHiEprhYisCo/gv2nfn1BgBPjnivjzdBPIIpcjfToHbw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-6.1.2.tgz", + "integrity": "sha512-SiMKGMviaZe65pJ/MEWrS44mMO+amGJrSMiSuTK9ShysJxW+8HzsLwdsn1WAeRwr8LkE13D1VmvznWBqtiUVSQ==", "dev": true, "requires": { "@testing-library/dom": "6.1.0", @@ -21065,9 +21065,9 @@ } }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yargs": { diff --git a/package.json b/package.json index e1309aba..d7c779f8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@compodoc/compodoc": "^1.1.11", - "@ngneat/spectator": "^6.1.1", + "@ngneat/spectator": "^6.1.2", "@types/jest": "^25.0.0", "@types/lodash-es": "^4.17.3", "@types/node": "^14.14.13",