diff --git a/package-lock.json b/package-lock.json index 88a14f2..0614dbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "html-minifier-terser": "^7.2.0", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.7", - "nomnoml": "^1.5.3", + "nomnoml": "^1.6.2", "postcss": "^8.4.21", "postcss-import": "^15.1.0", "pretty": "^2.0.0", @@ -2470,12 +2470,13 @@ "dev": true }, "node_modules/nomnoml": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/nomnoml/-/nomnoml-1.5.3.tgz", - "integrity": "sha512-2LBKi3ygeYAC9l/wowgtBRxvQGuTryIczULVk2rFbWGUvs5aX68/sH+WgL95CschnSnxucTIv9L+3xScS71obQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/nomnoml/-/nomnoml-1.6.2.tgz", + "integrity": "sha512-R3dA3FS8txilobpd2ZdnCuEwmXYYljxza2wR41YE/cIHMbt0eXsjlXHlAsD+F/fVe536f0WkAQ+VQFRC3hPZCA==", "dev": true, "dependencies": { - "graphre": "^0.1.3" + "graphre": "^0.1.3", + "nomnoml": "^1.5.3" }, "bin": { "nomnoml": "dist/nomnoml-cli.js" diff --git a/package.json b/package.json index c6dfe27..fb63a27 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "html-minifier-terser": "^7.2.0", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.7", - "nomnoml": "^1.5.3", + "nomnoml": "^1.6.2", "postcss": "^8.4.21", "postcss-import": "^15.1.0", "pretty": "^2.0.0",