From 7033ce71042d0fca204c86e82467a10d8418d763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:04:26 +0000 Subject: [PATCH] Bump write-file-atomic from 3.0.3 to 4.0.0 in /packages/health-check Bumps [write-file-atomic](https://github.com/npm/write-file-atomic) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/npm/write-file-atomic/releases) - [Changelog](https://github.com/npm/write-file-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/write-file-atomic/compare/v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: write-file-atomic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/health-check/package.json | 2 +- packages/health-check/yarn.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/packages/health-check/package.json b/packages/health-check/package.json index 69d04a55..46c2d288 100644 --- a/packages/health-check/package.json +++ b/packages/health-check/package.json @@ -14,7 +14,7 @@ "lodash": "^4.17.21", "lowdb": "^1.0.0", "skynet-js": "^4.0.19-beta", - "write-file-atomic": "^3.0.3", + "write-file-atomic": "^4.0.0", "yargs": "^17.3.1" }, "devDependencies": { diff --git a/packages/health-check/yarn.lock b/packages/health-check/yarn.lock index 64de6404..a6914861 100644 --- a/packages/health-check/yarn.lock +++ b/packages/health-check/yarn.lock @@ -940,12 +940,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" +typedarray-to-buffer@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a" + integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" @@ -989,15 +987,15 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -write-file-atomic@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== +write-file-atomic@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.0.tgz#0eff5dc687d3e22535ca3fca8558124645a4b053" + integrity sha512-JhcWoKffJNF7ivO9yflBhc7tn3wKnokMUfWpBriM9yCXj4ePQnRPcWglBkkg1AHC8nsW/EfxwwhqsLtOy59djA== dependencies: imurmurhash "^0.1.4" is-typedarray "^1.0.0" signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" + typedarray-to-buffer "^4.0.0" y18n@^5.0.5: version "5.0.8"