chore(deps-dev): Bump commonmark from 0.31.1 to 0.31.2 (#3472)

Bumps [commonmark](https://github.com/commonmark/commonmark.js) from 0.31.1 to 0.31.2.
- [Release notes](https://github.com/commonmark/commonmark.js/releases)
- [Changelog](https://github.com/commonmark/commonmark.js/blob/master/changelog.txt)
- [Commits](https://github.com/commonmark/commonmark.js/compare/0.31.1...0.31.2)

---
updated-dependencies:
- dependency-name: commonmark
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-30 14:34:01 -06:00 committed by GitHub
parent f6c92646f4
commit dfcbc604e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@semantic-release/npm": "^12.0.1", "@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1", "@semantic-release/release-notes-generator": "^14.0.1",
"cheerio": "1.0.0", "cheerio": "1.0.0",
"commonmark": "0.31.1", "commonmark": "0.31.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dts-bundle-generator": "^9.5.1", "dts-bundle-generator": "^9.5.1",
"eslint": "^9.11.1", "eslint": "^9.11.1",
@ -2200,14 +2200,14 @@
} }
}, },
"node_modules/commonmark": { "node_modules/commonmark": {
"version": "0.31.1", "version": "0.31.2",
"resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.1.tgz", "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.2.tgz",
"integrity": "sha512-M6pbc3sRU96iiOK7rmjv/TNrXvTaOscvthUCq7YOrlvZWbqAA36fyEtBvyI3nCcEK4u+JAy9sAdtftIeXwIWig==", "integrity": "sha512-2fRLTyb9r/2835k5cwcAwOj0DEc44FARnMp5veGsJ+mEAZdi52sNopLu07ZyElQUz058H43whzlERDIaaSw4rg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"entities": "~3.0.1", "entities": "~3.0.1",
"mdurl": "~1.0.1", "mdurl": "~1.0.1",
"minimist": "~1.2.5" "minimist": "~1.2.8"
}, },
"bin": { "bin": {
"commonmark": "bin/commonmark" "commonmark": "bin/commonmark"

View File

@ -64,7 +64,7 @@
"@semantic-release/npm": "^12.0.1", "@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1", "@semantic-release/release-notes-generator": "^14.0.1",
"cheerio": "1.0.0", "cheerio": "1.0.0",
"commonmark": "0.31.1", "commonmark": "0.31.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dts-bundle-generator": "^9.5.1", "dts-bundle-generator": "^9.5.1",
"eslint": "^9.11.1", "eslint": "^9.11.1",