diff --git a/package-lock.json b/package-lock.json index 061ceb35e..8eefaafe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "5.58.0", "babel-jest": "29.7.0", "chance": "1.1.12", - "commonmark": "0.31.1", + "commonmark": "0.31.2", "commonmark-spec": "0.31.2", "conventional-changelog-core": "4.2.4", "eslint": "8.38.0", @@ -8543,15 +8543,15 @@ "license": "ISC" }, "node_modules/commonmark": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.1.tgz", - "integrity": "sha512-M6pbc3sRU96iiOK7rmjv/TNrXvTaOscvthUCq7YOrlvZWbqAA36fyEtBvyI3nCcEK4u+JAy9sAdtftIeXwIWig==", + "version": "0.31.2", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.2.tgz", + "integrity": "sha512-2fRLTyb9r/2835k5cwcAwOj0DEc44FARnMp5veGsJ+mEAZdi52sNopLu07ZyElQUz058H43whzlERDIaaSw4rg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { "entities": "~3.0.1", "mdurl": "~1.0.1", - "minimist": "~1.2.5" + "minimist": "~1.2.8" }, "bin": { "commonmark": "bin/commonmark" diff --git a/package.json b/package.json index cc0c360f4..b5c9a7765 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/parser": "5.58.0", "babel-jest": "29.7.0", "chance": "1.1.12", - "commonmark": "0.31.1", + "commonmark": "0.31.2", "commonmark-spec": "0.31.2", "conventional-changelog-core": "4.2.4", "eslint": "8.38.0",