diff --git a/package-lock.json b/package-lock.json index 1acd3f9..7d08fd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2289,7 +2289,8 @@ "dependencies": { "hosted-git-info": { "version": "2.8.8", - "resolved": "", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", "dev": true }, "read-pkg": { @@ -2590,9 +2591,9 @@ "dev": true }, "node-html-light": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/node-html-light/-/node-html-light-2.9.0.tgz", - "integrity": "sha512-JaL0PY8PgqOWjQJbKQD2B8ATXrUZPtaXvZ2AbcEOoAD7K24FwDOFe78DOvXJ8kUS8HjKZHPEwV/k03UaFOdnOw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/node-html-light/-/node-html-light-2.10.0.tgz", + "integrity": "sha512-GFI7OU5XOrJw9xVZPstpxvUoea6un33isN/hUyj6kK9/f66w3ucj09FlpMsFFXNf6ymzG+72GAJUM4HDnUKIJg==", "requires": { "htmlparser2": "^6.1.0" } diff --git a/package.json b/package.json index 0b60298..727412c 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "dependencies": { "commander": "^7.2.0", "globby": "^11.0.4", - "node-html-light": "^2.9.0" + "node-html-light": "^2.10.0" } }