From 0b0f54794cea4b148f686020c6599af51c232029 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 00:46:48 +0000 Subject: [PATCH] fix: tools/node_modules/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TAFFYDB-2992450 --- tools/node_modules/eslint/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json index f556a5503561e2..64d2c46c5c5328 100644 --- a/tools/node_modules/eslint/package.json +++ b/tools/node_modules/eslint/package.json @@ -103,8 +103,8 @@ "eslump": "^3.0.0", "esprima": "^4.0.1", "fs-teardown": "^0.1.0", - "glob": "^7.1.6", - "jsdoc": "^3.5.5", + "glob": "^9.0.0", + "jsdoc": "^4.0.0", "karma": "^6.1.1", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", @@ -113,7 +113,7 @@ "lint-staged": "^10.1.2", "load-perf": "^0.2.0", "markdownlint": "^0.19.0", - "markdownlint-cli": "^0.22.0", + "markdownlint-cli": "^0.34.0", "memfs": "^3.0.1", "mocha": "^8.3.2", "mocha-junit-reporter": "^2.0.0", @@ -121,7 +121,7 @@ "npm-license": "^0.3.3", "nyc": "^15.0.1", "proxyquire": "^2.0.1", - "puppeteer": "^7.1.0", + "puppeteer": "^18.2.0", "recast": "^0.19.0", "regenerator-runtime": "^0.13.2", "shelljs": "^0.8.2",