From eba0c65c92213632c7f7ef7bdf94e9cce15ac167 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 16:20:08 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/npm:braces:20180219 --- 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..9751ca76bc 100644 --- a/node_modules/object-inspect/package.json +++ b/node_modules/object-inspect/package.json @@ -9,8 +9,8 @@ "core-js": "^2.6.11", "eslint": "^7.1.0", "for-each": "^0.3.3", - "nyc": "^10.3.2", - "safe-publish-latest": "^1.1.4", + "nyc": "^15.0.0", + "safe-publish-latest": "^2.0.0", "string.prototype.repeat": "^1.0.0", "tape": "^5.0.1" },