chore: bump marked from 14.1.0 to 15.0.3 (#2517)

This commit is contained in:
dependabot[bot] 2024-12-02 14:24:40 +08:00 committed by GitHub
parent ae64b257a1
commit d67b28e26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -44,7 +44,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"marked": "^14.1.0",
"marked": "^15.0.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
@ -11050,10 +11050,11 @@
}
},
"node_modules/marked": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz",
"integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==",
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz",
"integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==",
"dev": true,
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},

View File

@ -70,7 +70,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"marked": "^14.1.0",
"marked": "^15.0.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",