diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5267e37616..41e5b5cd55 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "reposense", - "version": "1.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reposense", - "version": "1.0.0", + "version": "5.0.0", "license": "ISC", "dependencies": { "@fontsource/titillium-web": "^5.0.0", @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.0.0", "highlight.js": "^10.5.0", "jszip": "^3.5.0", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1", @@ -5353,7 +5353,19 @@ "license": "MIT" }, "node_modules/linkify-it": { - "version": "5.0.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz", + "integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "uc.micro": "^2.0.0" @@ -5443,12 +5455,24 @@ } }, "node_modules/markdown-it": { - "version": "14.1.0", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz", + "integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1", "entities": "^4.4.0", - "linkify-it": "^5.0.0", + "linkify-it": "^5.0.1", "mdurl": "^2.0.0", "punycode.js": "^2.3.1", "uc.micro": "^2.1.0" @@ -7980,6 +8004,8 @@ }, "node_modules/uc.micro": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", "license": "MIT" }, "node_modules/unbox-primitive": { diff --git a/frontend/package.json b/frontend/package.json index ba50e9133d..4e9113d06c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@vitejs/plugin-vue": "^5.0.0", "highlight.js": "^10.5.0", "jszip": "^3.5.0", - "markdown-it": "^14.1.0", + "markdown-it": "^14.2.0", "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1",