From 08cd7f8fc2f9873995c52b7698747b5e383b5796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 19:01:31 +0000 Subject: [PATCH] Bump mock-os from 0.0.1 to 1.0.0 Bumps [mock-os](https://github.com/lfortin/node-mock-os) from 0.0.1 to 1.0.0. - [Release notes](https://github.com/lfortin/node-mock-os/releases) - [Commits](https://github.com/lfortin/node-mock-os/commits) --- updated-dependencies: - dependency-name: mock-os dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d9c1b63..e40660e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "coveralls": "^3.0.4", "istanbul": "^0.4.5", "mock-fs": "^5.0.0", - "mock-os": "0.0.1", + "mock-os": "1.0.0", "mockdate": "^3.0.0", "tape": "^5.0.0" } diff --git a/yarn.lock b/yarn.lock index 31101fe..a1ab04c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -744,10 +744,10 @@ mock-fs@^5.0.0: resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.0.0.tgz#5574520ac824c01a10091bf951c66f677c71acaa" integrity sha512-A5mm/SpSDwwc/klSaEvvKMGQQtiGiQy8UcDAd/vpVO1fV+4zaHjt39yKgCSErFzv2zYxZIUx9Ud/7ybeHBf8Fg== -mock-os@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/mock-os/-/mock-os-0.0.1.tgz#a80a21467a54fd131d224634648c4d7795ee4ab6" - integrity sha1-qAohRnpU/RMdIkY0ZIxNd5XuSrY= +mock-os@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/mock-os/-/mock-os-1.0.0.tgz#19a470d0ab665d0d75cd6730a9a0b5333de656ca" + integrity sha512-F2q8Vn6Md1cYN82K+MUMWLTmfs0FJVTjOLwvUPfy1JhFPaRoZ2zqludym9oZGxYLl81elOrIZvinZDvTX/llMg== mockdate@^3.0.0: version "3.0.5"