From cca88dd7b7e1aa7065f86bfdad0998f8ba416870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:18:44 +0000 Subject: [PATCH] chore(deps): bump write-file-atomic from 3.0.3 to 6.0.0 Bumps [write-file-atomic](https://github.com/npm/write-file-atomic) from 3.0.3 to 6.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...v6.0.0) --- updated-dependencies: - dependency-name: write-file-atomic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9bfae1..a9316c6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "striptags": "^3.1.1", "uritemplate": "^0.3.4", "validator": "^10.11.0", - "write-file-atomic": "^3.0.3" + "write-file-atomic": "^6.0.0" }, "devDependencies": { "@types/jasmine": "^5.1.4",