build(deps): bump marked from 17.0.2 to 17.0.3 in /website (#5086)

Bumps [marked](https://github.com/markedjs/marked) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v17.0.2...v17.0.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 17.0.3
  dependency-type: direct:production
  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]
2026-02-18 03:15:05 +00:00
committed by GitHub
parent aa11ceba72
commit e657635897
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.17.2",
"hastscript": "^9.0.1",
"marked": "^17.0.2",
"marked": "^17.0.3",
"react": "^19.1.0",
"react-dom": "^19.2.4",
"remark-directive": "^4.0.0",
@@ -5677,9 +5677,9 @@
}
},
"node_modules/marked": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.2.tgz",
"integrity": "sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==",
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.3.tgz",
"integrity": "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"

View File

@@ -23,7 +23,7 @@
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.17.2",
"hastscript": "^9.0.1",
"marked": "^17.0.2",
"marked": "^17.0.3",
"react": "^19.1.0",
"react-dom": "^19.2.4",
"remark-directive": "^4.0.0",