diff --git a/package-lock.json b/package-lock.json index 6549b96..7b60b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "joblint": "2.3.2", "lodash": "4.17.21", "pluralize": "8.0.0", - "remove-markdown": "0.5.2", + "remove-markdown": "0.5.5", "sentence-splitter": "5.0.0", "set-operations": "2.0.2", "shelljs": "0.8.5", @@ -31,7 +31,7 @@ "@types/command-exists": "1.2.3", "@types/lodash": "4.17.7", "@types/mocha": "10.0.7", - "@types/node": "20.16.1", + "@types/node": "20.16.3", "@types/pluralize": "0.0.33", "@types/shelljs": "0.8.15", "@types/url-regex-safe": "1.0.2", @@ -533,9 +533,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", - "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", + "version": "20.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.3.tgz", + "integrity": "sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3660,9 +3660,9 @@ } }, "node_modules/remove-markdown": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/remove-markdown/-/remove-markdown-0.5.2.tgz", - "integrity": "sha512-/VOt3snBKnK66TIiomtmCptc8V0aSVDBHtihWrL1ZVrVoCtvQx7Chs4yfP37JaxZTxE3SEmJTIN8pzrO/+XPlg==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/remove-markdown/-/remove-markdown-0.5.5.tgz", + "integrity": "sha512-lMR8tOtDqazFT6W2bZidoXwkptMdF3pCxpri0AEokHg0sZlC2GdoLqnoaxsEj1o7/BtXV1MKtT3YviA1t7rW7g==", "license": "MIT" }, "node_modules/require-directory": { diff --git a/package.json b/package.json index b730866..53aef60 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@types/command-exists": "1.2.3", "@types/lodash": "4.17.7", "@types/mocha": "10.0.7", - "@types/node": "20.16.1", + "@types/node": "20.16.3", "@types/pluralize": "0.0.33", "@types/shelljs": "0.8.15", "@types/url-regex-safe": "1.0.2", @@ -161,7 +161,7 @@ "joblint": "2.3.2", "lodash": "4.17.21", "pluralize": "8.0.0", - "remove-markdown": "0.5.2", + "remove-markdown": "0.5.5", "sentence-splitter": "5.0.0", "set-operations": "2.0.2", "shelljs": "0.8.5",