diff --git a/package-lock.json b/package-lock.json index ccb2c11..db83fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1464,9 +1464,9 @@ } }, "node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz", + "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==", "license": "MIT", "engines": { "node": ">= 20.19.0" @@ -2536,9 +2536,9 @@ } }, "node_modules/highlight.js": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", - "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.12.0.tgz", + "integrity": "sha512-nbfWpyRMcMrPMmDwJB+dhX/eiaPKtc2RB+0QZskqJ3WjRA/FDS0e9hZrx8EC/lbEv8gXy98FcDbNa/dspAaJMg==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" @@ -3922,9 +3922,9 @@ "@wasmer/sdk": "^0.10.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", - "dompurify": "^3.4.14", + "dompurify": "^3.4.13", "jszip": "^3.10.1", - "marked": "^18.0.7", + "marked": "^18.0.11", "monaco-editor": "^0.56.0", "vite-plugin-wasm": "^3.6.0", "yaml": "^2.9.0" @@ -3948,9 +3948,9 @@ } }, "packages/editor/node_modules/marked": { - "version": "18.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz", - "integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==", + "version": "18.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", + "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -3970,7 +3970,7 @@ "name": "@typedcode/shared", "version": "1.0.0", "dependencies": { - "@noble/hashes": "^2.2.0", + "@noble/hashes": "^2.4.0", "jszip": "^3.10.1" }, "devDependencies": { @@ -3988,7 +3988,7 @@ "chartjs-plugin-annotation": "^3.0.1", "chartjs-plugin-zoom": "^2.0.1", "diff": "^9.0.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "jszip": "^3.10.1" }, "devDependencies": { diff --git a/packages/editor/package.json b/packages/editor/package.json index ac36676..2b7deb5 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -17,7 +17,7 @@ "@xterm/xterm": "^6.0.0", "dompurify": "^3.4.13", "jszip": "^3.10.1", - "marked": "^18.0.7", + "marked": "^18.0.11", "monaco-editor": "^0.56.0", "vite-plugin-wasm": "^3.6.0", "yaml": "^2.9.0" diff --git a/packages/shared/package.json b/packages/shared/package.json index 7f9518c..b88cd14 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -15,7 +15,7 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@noble/hashes": "^2.2.0", + "@noble/hashes": "^2.4.0", "jszip": "^3.10.1" }, "devDependencies": { diff --git a/packages/verify/package.json b/packages/verify/package.json index 69f2b93..141a941 100644 --- a/packages/verify/package.json +++ b/packages/verify/package.json @@ -16,7 +16,7 @@ "chartjs-plugin-annotation": "^3.0.1", "chartjs-plugin-zoom": "^2.0.1", "diff": "^9.0.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "jszip": "^3.10.1" }, "devDependencies": {