From b494f15f74089252cf5a7c4875cb2a46cfa32e7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 23:23:10 +0000 Subject: [PATCH] fix: deps/npm/node_modules/@npmcli/move-file/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/@npmcli/move-file/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/@npmcli/move-file/package.json b/deps/npm/node_modules/@npmcli/move-file/package.json index 0c066dbcfbfe60..81abc4ac6ea38d 100644 --- a/deps/npm/node_modules/@npmcli/move-file/package.json +++ b/deps/npm/node_modules/@npmcli/move-file/package.json @@ -7,7 +7,7 @@ "description": "move a file (fork of move-file)", "dependencies": { "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "rimraf": "^4.0.0" }, "devDependencies": { "require-inject": "^1.4.4",