From 8171fa9a5a11e54b4bf139076dcad966d7b8bb42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Apr 2023 00:50:52 +0000 Subject: [PATCH] fix: node_modules/type-fest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/type-fest/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/type-fest/package.json b/node_modules/type-fest/package.json index 4ae131df3d..15332e0e4b 100644 --- a/node_modules/type-fest/package.json +++ b/node_modules/type-fest/package.json @@ -35,8 +35,8 @@ "@typescript-eslint/eslint-plugin": "^2.2.0", "@typescript-eslint/parser": "^2.2.0", "eslint-config-xo-typescript": "^0.18.0", - "tsd": "^0.7.3", - "xo": "^0.24.0" + "tsd": "^0.17.0", + "xo": "^0.42.0" }, "xo": { "extends": "xo-typescript",