From b335044dc89a333127de52a80b00c261a8259c16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 02:08:57 +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-BABELTRAVERSE-5962463 --- node_modules/@sindresorhus/is/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@sindresorhus/is/package.json b/node_modules/@sindresorhus/is/package.json index 66fc8bad1f..3453f127a4 100644 --- a/node_modules/@sindresorhus/is/package.json +++ b/node_modules/@sindresorhus/is/package.json @@ -49,7 +49,7 @@ "@types/node": "^10.12.10", "@types/tempy": "^0.2.0", "@types/zen-observable": "^0.8.0", - "ava": "^0.25.0", + "ava": "^1.0.1", "del-cli": "^1.1.0", "jsdom": "^11.6.2", "rxjs": "^6.3.3",