diff --git a/package-lock.json b/package-lock.json index c6309700c04..8a8eeeb7cf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "date-fns": "^4.4.0", "dayjs": "^1.11.21", "decimal.js": "^10.6.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "fhirpath": "^4.11.0", "framer-motion": "^12.40.0", "i18next": "^26.3.0", @@ -142,8 +142,8 @@ "vite-plugin-pwa": "^1.3.0" }, "optionalDependencies": { - "@esbuild/linux-arm64": "latest", - "@esbuild/linux-x64": "latest", + "@esbuild/linux-arm64": "*", + "@esbuild/linux-x64": "*", "@rollup/rollup-linux-arm64-gnu": "4.60", "@rollup/rollup-linux-x64-gnu": "4.60" } @@ -6060,6 +6060,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz", @@ -7901,7 +7961,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.12", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 817b8d13f41..dc651a5fd25 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "date-fns": "^4.4.0", "dayjs": "^1.11.21", "decimal.js": "^10.6.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "fhirpath": "^4.11.0", "framer-motion": "^12.40.0", "i18next": "^26.3.0",