From b138ec9296c7e1eff7b3d0ef1e3822209d87b77d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 07:30:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25203bfcc4..5753950e9f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fb-watchman": "2.0.0", "fs-plus": "2.9.3", "fuzzaldrin-plus": "0.4.1", - "glob": "7.1.1", + "glob": "9.0.0", "graphql": "0.9.6", "graphql-language-service": "0.0.15", "heap": "0.2.6", @@ -82,7 +82,7 @@ "redux": "3.6.0", "request": "2.79.0", "resolve-from": "2.0.0", - "rimraf": "2.5.4", + "rimraf": "4.0.0", "rxjs": "5.3.1", "semver": "5.3.0", "shallowequal": "0.2.2",