Merge pull request #121 from ngn13/dependabot/npm_and_yarn/app/marked-14.1.1

Bump marked from 14.0.0 to 14.1.1 in /app
This commit is contained in:
ngn 2024-09-08 00:46:59 +00:00 committed by GitHub
commit f752c5f7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.1.6", "dompurify": "^3.1.6",
"marked": "^14.0.0" "marked": "^14.1.1"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4", "@sveltejs/adapter-auto": "^3.2.4",
@ -1461,9 +1461,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "14.0.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz",
"integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },

View File

@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.1.6", "dompurify": "^3.1.6",
"marked": "^14.0.0" "marked": "^14.1.1"
} }
} }