From 0d77e65b6b802f912d9bd70a7eb94cdac7f63fe8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 07:11:20 +0000 Subject: [PATCH] fix: node_modules/object-inspect/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/object-inspect/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/object-inspect/package.json b/node_modules/object-inspect/package.json index cabd07a0e5..c1b4f4a051 100644 --- a/node_modules/object-inspect/package.json +++ b/node_modules/object-inspect/package.json @@ -5,11 +5,11 @@ "main": "index.js", "devDependencies": { "@ljharb/eslint-config": "^17.1.0", - "aud": "^1.1.2", + "aud": "^2.0.0", "core-js": "^2.6.11", "eslint": "^7.1.0", "for-each": "^0.3.3", - "nyc": "^10.3.2", + "nyc": "^15.0.0", "safe-publish-latest": "^1.1.4", "string.prototype.repeat": "^1.0.0", "tape": "^5.0.1"