chore(deps-dev): bump marked from 9.1.2 to 9.1.3

Bumps [marked](https://github.com/markedjs/marked) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v9.1.2...v9.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 19:50:35 +00:00 committed by GitHub
parent a1526cdd09
commit 7d96b02e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "2.0.0",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "2.0.0",
"version": "2.2.0",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
@ -46,7 +46,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdownlint-cli": "^0.37.0",
"marked": "^9.1.2",
"marked": "^9.1.3",
"outdent": "^0.8.0",
"pagefind": "^1.0.3",
"postcss": "^8.4.31",
@ -7131,9 +7131,9 @@
}
},
"node_modules/marked": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz",
"integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==",
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz",
"integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==",
"dev": true,
"bin": {
"marked": "bin/marked.js"

View file

@ -55,7 +55,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdownlint-cli": "^0.37.0",
"marked": "^9.1.2",
"marked": "^9.1.3",
"outdent": "^0.8.0",
"pagefind": "^1.0.3",
"postcss": "^8.4.31",