diff --git a/package-lock.json b/package-lock.json index 45a554c6..a5f43601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "js-yaml": "^4.1.0", "json-schema-to-zod": "^2.6.1", "lodash.throttle": "^4.1.1", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "pdf-parse": "^1.1.1", "pdfjs-dist": "^3.11.174", "react": "^19.0.0", @@ -10468,9 +10468,9 @@ } }, "node_modules/mammoth": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.9.1.tgz", - "integrity": "sha512-4S2v1eP4Yo4so0zGNicJKcP93su3wDPcUk+xvkjSG75nlNjSkDJu8BhWQ+e54BROM0HfA6nPzJn12S6bq2Ko6w==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.11.0.tgz", + "integrity": "sha512-BcEqqY/BOwIcI1iR5tqyVlqc3KIaMRa4egSoK83YAVrBf6+yqdAAbtUcFDCWX8Zef8/fgNZ6rl4VUv+vVX8ddQ==", "license": "BSD-2-Clause", "dependencies": { "@xmldom/xmldom": "^0.8.6", diff --git a/package.json b/package.json index 12b47d2b..889fc48f 100644 --- a/package.json +++ b/package.json @@ -467,7 +467,7 @@ "js-yaml": "^4.1.0", "json-schema-to-zod": "^2.6.1", "lodash.throttle": "^4.1.1", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "pdf-parse": "^1.1.1", "pdfjs-dist": "^3.11.174", "react": "^19.0.0",