build(deps): bump marked from 16.2.0 to 16.2.1

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [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/v16.2.0...v16.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-28 17:28:31 +00:00 committed by Andy Scherzinger
parent f2de5c79cd
commit bfee7226cb
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -57,7 +57,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.10",
"lodash": "^4.17.21",
"marked": "^16.2.0",
"marked": "^16.2.1",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",
@ -17358,10 +17358,9 @@
"license": "ISC"
},
"node_modules/marked": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.0.tgz",
"integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==",
"license": "MIT",
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz",
"integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==",
"bin": {
"marked": "bin/marked.js"
},

View file

@ -88,7 +88,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.10",
"lodash": "^4.17.21",
"marked": "^16.2.0",
"marked": "^16.2.1",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",