From c4be899182f95633aa2d3b7c947d391a258fe47f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 23:11:13 +0000 Subject: [PATCH] fix: node_modules/@sindresorhus/is/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/@sindresorhus/is/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@sindresorhus/is/package.json b/node_modules/@sindresorhus/is/package.json index 66fc8bad1f..f3bd620029 100644 --- a/node_modules/@sindresorhus/is/package.json +++ b/node_modules/@sindresorhus/is/package.json @@ -49,8 +49,8 @@ "@types/node": "^10.12.10", "@types/tempy": "^0.2.0", "@types/zen-observable": "^0.8.0", - "ava": "^0.25.0", - "del-cli": "^1.1.0", + "ava": "^4.0.0", + "del-cli": "^4.0.0", "jsdom": "^11.6.2", "rxjs": "^6.3.3", "tempy": "^0.2.1",