From deb78c0a09dbecdcd52ce656f5ebd56413f2e685 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:23:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efd1cc8..8573731 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@release-it/bumper": "^6.0.1", "auto-changelog": "^2.4.0", "cpy-cli": "=4.2.0", - "del-cli": "^5.1.0", + "del-cli": "^6.0.0", "dot-json": "^1.3.0", "globals": "^15.9.0", "release-it": "^17.6.0",