Merge pull request #55 from ngn13/dependabot/npm_and_yarn/app/marked-12.0.2

Bump marked from 12.0.1 to 12.0.2 in /app
This commit is contained in:
ngn 2024-04-19 22:47:56 +00:00 committed by GitHub
commit bc076ecfe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
app/package-lock.json generated
View File

@ -1,16 +1,16 @@
{ {
"name": "website", "name": "website",
"version": "4.6.0", "version": "4.8.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "website", "name": "website",
"version": "4.6.0", "version": "4.8.0",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.1.0", "dompurify": "^3.1.0",
"marked": "^12.0.1" "marked": "^12.0.2"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/adapter-auto": "^2.0.0",
@ -791,9 +791,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "12.0.1", "version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },

View File

@ -17,6 +17,6 @@
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"dompurify": "^3.1.0", "dompurify": "^3.1.0",
"marked": "^12.0.1" "marked": "^12.0.2"
} }
} }