From d2f7a649e5d0f6905eaa8bc3ae2f1900edf23790 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:29:36 +0000 Subject: [PATCH] fix: node_modules/@typescript-eslint/typescript-estree/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- .../@typescript-eslint/typescript-estree/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@typescript-eslint/typescript-estree/package.json b/node_modules/@typescript-eslint/typescript-estree/package.json index c2e2b654..132dcf7d 100644 --- a/node_modules/@typescript-eslint/typescript-estree/package.json +++ b/node_modules/@typescript-eslint/typescript-estree/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "debug": "^4.1.1", - "glob": "^7.1.4", + "glob": "^9.0.0", "is-glob": "^4.0.1", "lodash.unescape": "4.0.1", "semver": "^6.3.0", @@ -60,7 +60,7 @@ "@types/tmp": "^0.1.0", "@typescript-eslint/shared-fixtures": "2.6.1", "babel-code-frame": "^6.26.0", - "glob": "^7.1.4", + "glob": "^9.0.0", "lodash.isplainobject": "4.0.6", "tmp": "^0.1.0", "typescript": "*"