Merge pull request #5 from ngn13/dependabot/npm_and_yarn/app/marked-11.1.1

Bump marked from 7.0.5 to 11.1.1 in /app
This commit is contained in:
ngn 2024-01-08 19:34:35 +00:00 committed by GitHub
commit 0960915385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
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.0.8", "dompurify": "^3.0.8",
"marked": "^7.0.4" "marked": "^11.1.1"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/adapter-auto": "^2.0.0",
@ -785,14 +785,14 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "7.0.5", "version": "11.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.5.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz",
"integrity": "sha512-lwNAFTfXgqpt/XvK17a/8wY9/q6fcSPZT1aP6QW0u74VwaJF/Z9KbRcX23sWE4tODM+AolJNcUtErTkgOeFP/Q==", "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },
"engines": { "engines": {
"node": ">= 16" "node": ">= 18"
} }
}, },
"node_modules/mdn-data": { "node_modules/mdn-data": {

View File

@ -17,6 +17,6 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.0.8", "dompurify": "^3.0.8",
"marked": "^7.0.4" "marked": "^11.1.1"
} }
} }