From 4b5fa77dea8214740a57c5a0e1d9cb09da476b24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Aug 2022 02:56:01 +0000 Subject: [PATCH] fix: upgrade jsdom from 16.6.0 to 16.7.0 Snyk has created this PR to upgrade jsdom from 16.6.0 to 16.7.0. See this package in npm: https://www.npmjs.com/package/jsdom See this project in Snyk: https://app.snyk.io/org/violethaze74/project/183c0fb8-ac72-426e-8756-079eb3f0754a?utm_source=github&utm_medium=referral&page=upgrade-pr --- mmv1/tools/doc-parser/package-lock.json | 20 ++++++++++---------- mmv1/tools/doc-parser/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mmv1/tools/doc-parser/package-lock.json b/mmv1/tools/doc-parser/package-lock.json index 94e829de2f17..6fa7602bf366 100644 --- a/mmv1/tools/doc-parser/package-lock.json +++ b/mmv1/tools/doc-parser/package-lock.json @@ -7,9 +7,9 @@ "": { "name": "scrape-mm-yaml", "version": "1.0.0", - "license": "MIT", + "license": "Apache License Version 2.0", "dependencies": { - "jsdom": "^16.6.0", + "jsdom": "^16.7.0", "node-fetch": "^2.6.1", "turndown": "^7.1.1" } @@ -310,9 +310,9 @@ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" }, "node_modules/jsdom": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz", - "integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==", + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "dependencies": { "abab": "^2.0.5", "acorn": "^8.2.4", @@ -339,7 +339,7 @@ "whatwg-encoding": "^1.0.5", "whatwg-mimetype": "^2.3.0", "whatwg-url": "^8.5.0", - "ws": "^7.4.5", + "ws": "^7.4.6", "xml-name-validator": "^3.0.0" }, "engines": { @@ -842,9 +842,9 @@ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" }, "jsdom": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz", - "integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==", + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "requires": { "abab": "^2.0.5", "acorn": "^8.2.4", @@ -871,7 +871,7 @@ "whatwg-encoding": "^1.0.5", "whatwg-mimetype": "^2.3.0", "whatwg-url": "^8.5.0", - "ws": "^7.4.5", + "ws": "^7.4.6", "xml-name-validator": "^3.0.0" } }, diff --git a/mmv1/tools/doc-parser/package.json b/mmv1/tools/doc-parser/package.json index aa775fe5b499..f1be3ca49a44 100644 --- a/mmv1/tools/doc-parser/package.json +++ b/mmv1/tools/doc-parser/package.json @@ -13,7 +13,7 @@ "author": "scott suarez", "license": "Apache License Version 2.0", "dependencies": { - "jsdom": "^16.6.0", + "jsdom": "^16.7.0", "node-fetch": "^2.6.1", "turndown": "^7.1.1" }