diff --git a/package-lock.json b/package-lock.json index a5ded943..70c66795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "commander": "^14.0.2", "marked": "^17.0.1", "normalize-package-data": "^8.0.0", - "npm-check-updates": "^19.3.1", + "npm-check-updates": "^19.3.2", "npm-deprecated-check": "^1.7.0", "ntl": "^1.3.0", "sanitize-html": "^2.17.0", @@ -6020,9 +6020,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.3.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.1.tgz", - "integrity": "sha512-v92fHH8fmf9VVmQwwL5JWpX8GDEe8BDyrz4w3GF6D6JBUZKpQNcTfBBgxVkCcAPzVUjCHSZEXYmZAAKfLTsDBA==", + "version": "19.3.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.2.tgz", + "integrity": "sha512-9rr3z7znFjCSuaFxHGTFR2ZBOvLWaJcpLKmIquoTbDBNrwAGiHhv4MZyty6EJ9Xo/aMn35+2ISPSMgWIXx5Xkg==", "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index 507cee28..580a5477 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "commander": "^14.0.2", "marked": "^17.0.1", "normalize-package-data": "^8.0.0", - "npm-check-updates": "^19.3.1", + "npm-check-updates": "^19.3.2", "npm-deprecated-check": "^1.7.0", "ntl": "^1.3.0", "sanitize-html": "^2.17.0",