From 9dd537a5ab53f5f84e16ff9e69ebd9f28e3f8c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:30:01 +0000 Subject: [PATCH] deps: bump @npmcli/move-file from 2.0.1 to 3.0.0 Bumps [@npmcli/move-file](https://github.com/npm/move-file) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/npm/move-file/releases) - [Changelog](https://github.com/npm/move-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/move-file/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: "@npmcli/move-file" 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 5beda06..3aba383 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "license": "ISC", "dependencies": { "@npmcli/fs": "^3.0.0", - "@npmcli/move-file": "^2.0.0", + "@npmcli/move-file": "^3.0.0", "fs-minipass": "^2.1.0", "glob": "^8.0.1", "lru-cache": "^7.7.1",